Change log for MySQL, Second Edition sampdb distribution
This file lists changes to the sampdb distribution that accompanies MySQL, Second Edition. Changes are listed in reverse chronological order.
Downloads are available at: http://www.kitebird.com/mysql-book/.
Version 1.06 (2004-08-28)
-
Made some changes in the ssl directory:
-
Updated sampdb.cnf and sslcmds.sh to increase the expiration for the keys
and certificates from 1 year to 10 years.
-
Wrote an Expect script, sslcmds.expect, that can be used to run sslcmds.sh
and answer all the questions automatically.
(Relieves the tedium of typing the resposes manually.)
-
Added a Makefile with a clean target that cleans up junk files generated
by sslcmds.sh.
Version 1.05 (2004-03-25)
-
The SSL certificates in the ssl directory had expired, so I replaced them
with new certificates.
Version 1.04 (2003-10-05)
-
For the C programs in the capi directory, include my_sys.h before mysql.h.
This seems to avoid compile errors on some systems.
-
Corrected error in phpapi/ushl/index5.php.
The "Edit members" link pointed incorrectly to dump_members.php
rather than to edit_member.php.
Version 1.03 (2003-09-01)
-
Corrected critical flaw in phpapi/gp/score_entry.php.
A reversed boolean test in the enter_scores() function
prevented valid scores from being entered.
-
phpapi/gp/index.php referenced score_entry.php incorrectly as
score_entry.pl.
-
Removed unneeded declaration for "unsigned int field_count" from
capi/process_query.c.
Version 1.02 (2003-07-21)
-
Corrected a couple of problems with perlapi/edit_member.pl.
It was supposed to allow "exit" and "none" as special responses
in case-insensitive fashion, but wasn't properly performing case-insensitive
comparisons.
Version 1.01 (2003-05-19)
-
Make get_one_option() in embapp.c static to avoid multiple-definition problem
at link time. (mysqld.cc also defines a function named get_one_option().)
-
Parameterize mysql_config in capi/Makefile.
-
Converted Changes.txt to Changes.xml so that HTML and text versions can
be generated from the same source.
Changes.xml and related files are located in the Support directory.
Version 1.00 (2003-01-14)