1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

post-merge fixes

sql/slave.cc:
  add mutex protection, like in sql_parse.cc
This commit is contained in:
Sergei Golubchik
2012-05-18 12:42:06 +02:00
parent 0a8c9b98f6
commit 57f824b099
4 changed files with 10 additions and 3 deletions

View File

@@ -10,7 +10,10 @@
#
##############################################################################
innodb_bug13635833: Disabled until merging with XtraDB 5.1.63
innodb_bug52745: Disabled as this has valgrind failures (also in MySQL 5.1.50)
innodb-index: Disabled until merging with XtraDB 5.1.60
innodb-lock: Disabled until merging with XtraDB 5.1.60
innodb_replace: Disabled until merging with XtraDB 5.1.60
innodb-blob: Disabled until merging with XtraDB 5.1.63

View File

@@ -3,7 +3,6 @@
# columns are stored off-page.
--source include/have_innodb_plugin.inc
skip Not fixed in XtraDB yet;
# DEBUG_SYNC must be compiled in.
--source include/have_debug_sync.inc