Change log for MySQL, Third Edition sampdb distribution
This file lists changes to the sampdb distribution that accompanies MySQL, Third Edition. Changes are listed in reverse chronological order.
Downloads are available at: http://www.kitebird.com/mysql-book/.
Version 1.03 (2007-06-22)
-
score_entry.php had a reference to $del_sth that should have been $sth_del.
-
Minor cosmetic code reformatting.
Version 1.02 (2006-07-30)
-
A new option, --ssl-verify-server-cert was introduced in 5.0.23/5.1.11,
causing prepared.c, mysql_exec_multi.c, and mysql_exec_ssl.c not to
compile.
Modified those programs to accommodate the new option for the affected
versions.
Version 1.01 (2006-03-20)
-
init_all_tables.bat and init_all_tables.sh now are more similar:
They both use mysql -e "source init_all_tables.sql" to load and populate
the sampdb tables.
This has the side effect of fixing an ordering problem on Windows that
prevented some tables from being created properly.
-
Convert comma-join to INNER JOIN in
phpapi/gp/score_entry.php
to avoid problem with lowering of comma-join precedence in MySQL 5.0.12.
-
Convert comma-join to INNER JOIN in
misc/missing_scores.sql
to avoid problem with lowering of comma-join precedence in MySQL 5.0.12.
Version 1.00 (2005-03-13)