Disable the tests on embedded windows that fail due to
Bug #53947 InnoDB: Assertion failure in thread 4224 in file .\sync\sync0sync.c line 324 This changeset should be reverted once the bug is fixed.
This commit is contained in:
parent
d064f00aa7
commit
9f42efeb78
@ -15,6 +15,12 @@
|
|||||||
|
|
||||||
-- source include/have_innodb.inc
|
-- source include/have_innodb.inc
|
||||||
|
|
||||||
|
# remove this when
|
||||||
|
# Bug#53947 InnoDB: Assertion failure in thread 4224 in file
|
||||||
|
# .\sync\sync0sync.c line 324
|
||||||
|
# is fixed
|
||||||
|
--source include/not_windows_embedded.inc
|
||||||
|
|
||||||
let $MYSQLD_DATADIR= `select @@datadir`;
|
let $MYSQLD_DATADIR= `select @@datadir`;
|
||||||
|
|
||||||
# Save the original values of some variables in order to be able to
|
# Save the original values of some variables in order to be able to
|
||||||
|
@ -21,6 +21,12 @@
|
|||||||
|
|
||||||
--source include/have_innodb.inc
|
--source include/have_innodb.inc
|
||||||
|
|
||||||
|
# remove this when
|
||||||
|
# Bug#53947 InnoDB: Assertion failure in thread 4224 in file
|
||||||
|
# .\sync\sync0sync.c line 324
|
||||||
|
# is fixed
|
||||||
|
--source include/not_windows_embedded.inc
|
||||||
|
|
||||||
--disable_warnings
|
--disable_warnings
|
||||||
drop table if exists t1;
|
drop table if exists t1;
|
||||||
drop table if exists t2;
|
drop table if exists t2;
|
||||||
|
@ -26,6 +26,12 @@
|
|||||||
################################################################
|
################################################################
|
||||||
--source include/have_innodb.inc
|
--source include/have_innodb.inc
|
||||||
|
|
||||||
|
# remove this when
|
||||||
|
# Bug#53947 InnoDB: Assertion failure in thread 4224 in file
|
||||||
|
# .\sync\sync0sync.c line 324
|
||||||
|
# is fixed
|
||||||
|
--source include/not_windows_embedded.inc
|
||||||
|
|
||||||
--Error ER_INCORRECT_GLOBAL_LOCAL_VAR
|
--Error ER_INCORRECT_GLOBAL_LOCAL_VAR
|
||||||
SET global innodb_autoinc_lock_mode = 1;
|
SET global innodb_autoinc_lock_mode = 1;
|
||||||
|
|
||||||
|
@ -21,6 +21,12 @@
|
|||||||
|
|
||||||
--source include/have_innodb.inc
|
--source include/have_innodb.inc
|
||||||
|
|
||||||
|
# remove this when
|
||||||
|
# Bug#53947 InnoDB: Assertion failure in thread 4224 in file
|
||||||
|
# .\sync\sync0sync.c line 324
|
||||||
|
# is fixed
|
||||||
|
--source include/not_windows_embedded.inc
|
||||||
|
|
||||||
--disable_warnings
|
--disable_warnings
|
||||||
drop table if exists t1;
|
drop table if exists t1;
|
||||||
--enable_warnings
|
--enable_warnings
|
||||||
|
@ -18,6 +18,12 @@
|
|||||||
--source include/have_innodb.inc
|
--source include/have_innodb.inc
|
||||||
--source include/load_sysvars.inc
|
--source include/load_sysvars.inc
|
||||||
|
|
||||||
|
# remove this when
|
||||||
|
# Bug#53947 InnoDB: Assertion failure in thread 4224 in file
|
||||||
|
# .\sync\sync0sync.c line 324
|
||||||
|
# is fixed
|
||||||
|
--source include/not_windows_embedded.inc
|
||||||
|
|
||||||
######################################################################
|
######################################################################
|
||||||
# START OF storage_engine TESTS #
|
# START OF storage_engine TESTS #
|
||||||
######################################################################
|
######################################################################
|
||||||
|
@ -21,6 +21,12 @@
|
|||||||
|
|
||||||
--source include/have_innodb.inc
|
--source include/have_innodb.inc
|
||||||
|
|
||||||
|
# remove this when
|
||||||
|
# Bug#53947 InnoDB: Assertion failure in thread 4224 in file
|
||||||
|
# .\sync\sync0sync.c line 324
|
||||||
|
# is fixed
|
||||||
|
--source include/not_windows_embedded.inc
|
||||||
|
|
||||||
--echo ** Setup **
|
--echo ** Setup **
|
||||||
#
|
#
|
||||||
# Setup
|
# Setup
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
-- source include/have_innodb.inc
|
-- source include/have_innodb.inc
|
||||||
|
|
||||||
|
# remove this when
|
||||||
|
# Bug#53947 InnoDB: Assertion failure in thread 4224 in file
|
||||||
|
# .\sync\sync0sync.c line 324
|
||||||
|
# is fixed
|
||||||
|
--source include/not_windows_embedded.inc
|
||||||
|
|
||||||
--echo #
|
--echo #
|
||||||
--echo # Bug#46760: Fast ALTER TABLE no longer works for InnoDB
|
--echo # Bug#46760: Fast ALTER TABLE no longer works for InnoDB
|
||||||
--echo #
|
--echo #
|
||||||
|
@ -3,6 +3,12 @@
|
|||||||
|
|
||||||
-- source include/have_innodb.inc
|
-- source include/have_innodb.inc
|
||||||
|
|
||||||
|
# remove this when
|
||||||
|
# Bug#53947 InnoDB: Assertion failure in thread 4224 in file
|
||||||
|
# .\sync\sync0sync.c line 324
|
||||||
|
# is fixed
|
||||||
|
--source include/not_windows_embedded.inc
|
||||||
|
|
||||||
--disable_warnings
|
--disable_warnings
|
||||||
drop table if exists t1;
|
drop table if exists t1;
|
||||||
--enable_warnings
|
--enable_warnings
|
||||||
|
@ -1,5 +1,12 @@
|
|||||||
--source include/have_innodb.inc
|
--source include/have_innodb.inc
|
||||||
--source include/have_partition.inc
|
--source include/have_partition.inc
|
||||||
|
|
||||||
|
# remove this when
|
||||||
|
# Bug#53947 InnoDB: Assertion failure in thread 4224 in file
|
||||||
|
# .\sync\sync0sync.c line 324
|
||||||
|
# is fixed
|
||||||
|
--source include/not_windows_embedded.inc
|
||||||
|
|
||||||
--vertical_results
|
--vertical_results
|
||||||
let $engine_type= 'innodb';
|
let $engine_type= 'innodb';
|
||||||
|
|
||||||
|
@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
--source include/have_innodb.inc
|
--source include/have_innodb.inc
|
||||||
|
|
||||||
|
# remove this when
|
||||||
|
# Bug#53947 InnoDB: Assertion failure in thread 4224 in file
|
||||||
|
# .\sync\sync0sync.c line 324
|
||||||
|
# is fixed
|
||||||
|
--source include/not_windows_embedded.inc
|
||||||
|
|
||||||
# Save the initial number of concurrent sessions
|
# Save the initial number of concurrent sessions
|
||||||
--source include/count_sessions.inc
|
--source include/count_sessions.inc
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user