1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

merge mysql-trunk-bugfixing (local) --> mysql-trunk-bugfixing

This commit is contained in:
Alfranio Correia
2010-06-30 20:32:05 +01:00
23 changed files with 626 additions and 1282 deletions

View File

@@ -12,6 +12,10 @@
# Save the initial number of concurrent sessions.
--source include/count_sessions.inc
--disable_query_log
CALL mtr.add_suppression("Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT");
--enable_query_log
--echo #
--echo # Test how do we handle locking in various cases when
--echo # we read data from InnoDB tables.