Alterações na distribuição 3.23.13
Fixed problem when doing locks on the same table more than 2 times in the same LOCK TABLE
command; this fixed the problem one got when running the test-ATIS test with --fast
or --check-only-changed
.
- Added
SQL_BUFFER_RESULT
option toSELECT
. - Removed end space from double/float numbers in results from temporary tables.
- Added
CHECK TABLE
command. - Added changes for
MyISAM
in 3.23.12 that didn't get into the source distribution because of CVS problems. - Fixed bug so that
mysqladmin shutdown
will wait for the local server to close down. - Fixed a possible endless loop when calculating timestamp.
- Added
print_defaults
program to the.rpm
files. Removedmysqlbug
from the client.rpm
file.