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.