1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Bug #39812: Make statement replication default for 5.1 (to match 5.0)

Make STMT replication default for 5.1.
Add a default of MIXED into the config files
Fix the tests that needed MIXED replication mode.
This commit is contained in:
Georgi Kodinov
2008-10-03 15:24:19 +03:00
parent 0be194e5c3
commit 7a05a4f5dc
14 changed files with 71 additions and 10 deletions

View File

@@ -1256,6 +1256,7 @@ connect (con1,localhost,root,,);
connect (con2,localhost,root,,);
SET SESSION AUTOCOMMIT = 0;
SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED;
set binlog_format=mixed;
--echo # Switch to connection con1
connection con1;