Commit ff55d900 authored by Sergei Golubchik's avatar Sergei Golubchik

after-merge fixes

parent d9c01e4b
...@@ -304,6 +304,8 @@ FUNCTION(GET_DEPENDEND_OS_LIBS target result) ...@@ -304,6 +304,8 @@ FUNCTION(GET_DEPENDEND_OS_LIBS target result)
SET(${result} ${ret} PARENT_SCOPE) SET(${result} ${ret} PARENT_SCOPE)
ENDFUNCTION() ENDFUNCTION()
INCLUDE(CheckCCompilerFlag)
SET(VISIBILITY_HIDDEN_FLAG) SET(VISIBILITY_HIDDEN_FLAG)
IF(CMAKE_COMPILER_IS_GNUCXX AND UNIX) IF(CMAKE_COMPILER_IS_GNUCXX AND UNIX)
......
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
--source include/have_debug.inc --source include/have_debug.inc
--source include/have_partition.inc --source include/have_partition.inc
if (`select plugin_auth_version < "5.6.22" from information_schema.plugins where plugin_name='innodb'`)
{
--skip Not fixed in InnoDB/XtraDB as of 5.6.21 or earlier
}
--echo # --echo #
--echo # Bug#19904003 INNODB_LIMIT_OPTIMISTIC_INSERT_DEBUG=1 --echo # Bug#19904003 INNODB_LIMIT_OPTIMISTIC_INSERT_DEBUG=1
--echo # CAUSES INFINITE PAGE SPLIT --echo # CAUSES INFINITE PAGE SPLIT
......
--source include/have_innodb.inc --source include/have_innodb.inc
--source include/big_test.inc --source include/big_test.inc
if (`select plugin_auth_version < "5.6.22" from information_schema.plugins where plugin_name='innodb'`)
{
--skip Not fixed in InnoDB/XtraDB as of 5.6.21 or earlier
}
--echo # --echo #
--echo # Bug #19306524 FAILING ASSERTION WITH TEMP TABLE FOR A PROCEDURE --echo # Bug #19306524 FAILING ASSERTION WITH TEMP TABLE FOR A PROCEDURE
--echo # CALLED FROM A FUNCTION --echo # CALLED FROM A FUNCTION
......
...@@ -9,3 +9,6 @@ fileops-3: how this could work, if alter needs an exclusive mdl lock? ...@@ -9,3 +9,6 @@ fileops-3: how this could work, if alter needs an exclusive mdl lock?
checkpoint_lock_2: test can not work when the checkpoint_safe_lock is a fair rwlock checkpoint_lock_2: test can not work when the checkpoint_safe_lock is a fair rwlock
# this test was added in 7.5.4 and fails in 10.0
# but running this very test in 7.5.3 fails in exactly the same manner
db768: never worked. tokutek was informed, 2015-01-14
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment