mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
added loops and other cool stuff to mysqltest
fixed slave to preserve temp tables on slave stop; slave start added abort-slave-event-count option to mysqld to test the above added a test case for temp tables with a contantly aborting slave removed warning in sql_parse.cc fixed thimble.cc to compile BitKeeper/etc/ignore: Added client/thimble support-files/mysql-3.23.29-gamma.spec to the ignore list client/mysqltest.c: added while, let, and echo, added fractional sec sleep support client/thimble.cc: fixes to make it compile mysql-test/t/3.23/rpl000001.test: sleep less mysql-test/t/3.23/rpl000002.test: sleep less mysql-test/t/3.23/rpl000003.test: sleep less mysql-test/t/3.23/rpl000005.test: sleep less sql/mysqld.cc: --abort-slave-event count sql/slave.cc: remember temp tables when slave thread termintates and restore them on slave start sql/slave.h: --abort-slave-event-count sql/sql_parse.cc: remove warning
This commit is contained in:
7
mysql-test/r/3.23/rpl000013.result
Normal file
7
mysql-test/r/3.23/rpl000013.result
Normal file
@ -0,0 +1,7 @@
|
||||
n
|
||||
1
|
||||
2
|
||||
3
|
||||
4
|
||||
5
|
||||
6
|
2
mysql-test/r/3.23/rpl000013.status.result
Normal file
2
mysql-test/r/3.23/rpl000013.status.result
Normal file
@ -0,0 +1,2 @@
|
||||
Variable_name Value
|
||||
Slave_open_temp_tables 0
|
Reference in New Issue
Block a user