Browse Source

- Fix annoying redefine warning..

# ZAK! Heads up and fix this in Mysql CVS too.
experimental/new_apache_hooks
foobar 24 years ago
parent
commit
316a8b0b4f
  1. 3
      ext/mysql/libmysql/mysql_version.h

3
ext/mysql/libmysql/mysql_version.h

@ -12,7 +12,10 @@ This file is public domain and comes with NO WARRANTY of any kind */
#define FRM_VER 6
#define MYSQL_VERSION_ID 32349
#define MYSQL_PORT 3306
#ifndef MYSQL_UNIX_ADDR
#define MYSQL_UNIX_ADDR "/tmp/mysql.sock"
#endif
/* mysqld compile time options */
#ifndef MYSQL_CHARSET

Loading…
Cancel
Save