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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user