Alterações na distribuição 3.23.32 (22 Jan 2001: Production)
Changed code to get around compiler bug in Compaq C++ on OSF/1, that broke BACKUP, RESTORE, CHECK, REPAIR, and ANALYZE TABLE.
- Added option
FULLtoSHOW COLUMNS. Now we show the privilege list for the columns only if this option is given. - Fixed bug in
SHOW LOGSwhen there weren't anyBDBlogs. - Fixed a timing problem in replication that could delay sending an update to the client until a new update was done.
- Don't convert field names when using
mysql_list_fields(). This is to keep this code compatible withSHOW FIELDS. MERGEtables didn't work on Windows.- Fixed problem with
SET PASSWORD=...on Windows. - Added missing
my_config.hto RPM distribution. TRIM('foo' from 'foo')didn't return an empty string.- Added
--with-version-suffixoption toconfigure. - Fixed core dump when client aborted connection without
mysql_close(). - Fixed a bug in
RESTORE TABLEwhen trying to restore from a non-existent directory. - Fixed a bug which caused a core dump on the slave when replicating
SET PASSWORD. - Added
MASTER_POS_WAIT().