HI to all!
mysql 4.x support works only with a mysql CFLAGS=-DUSE_OLD_FUNCTIONS is this correct ?
are there plans to make a full 4.x support ?
bye, thomas
In the last episode (Mar 27), thomas.gusenleitner@com-bet.com @ Pike developers forum said:
HI to all!
mysql 4.x support works only with a mysql CFLAGS=-DUSE_OLD_FUNCTIONS is this correct ?
No, mysql 4.x support only works _without_ -DUSE_OLD_FUNCTIONS.
mysql_create_db and mysql_drop_db were removed from the mysql client library in 4.0. The mysql manual says:
*mysql_create_db()* Creates a database. This function is deprecated; use the SQL command `CREATE DATABASE' instead.
I have no problems building Pike (7.4 or 7.5) with MySQL 4.
No, pike uses MySQL 4.x without any problems. It even supports SSL-connections if you have SSL-support in your mysql-library.
/ Marcus Agehall (Trådlös)
Previous text:
2003-03-27 11:08: Subject: full MySQL 4.x support. or pike roadmap
HI to all!
mysql 4.x support works only with a mysql CFLAGS=-DUSE_OLD_FUNCTIONS is this correct ?
are there plans to make a full 4.x support ?
bye, thomas
/ thomas.gusenleitner@com-bet.com
pike-devel@lists.lysator.liu.se