diff --git a/mysql-test/suite/innodb/t/innodb.test b/mysql-test/suite/innodb/t/innodb.test index f15d9747ee4..dacbc53b8a1 100644 --- a/mysql-test/suite/innodb/t/innodb.test +++ b/mysql-test/suite/innodb/t/innodb.test @@ -15,6 +15,12 @@ -- 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`; # Save the original values of some variables in order to be able to diff --git a/mysql-test/suite/sys_vars/t/identity_func.test b/mysql-test/suite/sys_vars/t/identity_func.test index ff93607a2cd..95791063151 100644 --- a/mysql-test/suite/sys_vars/t/identity_func.test +++ b/mysql-test/suite/sys_vars/t/identity_func.test @@ -21,6 +21,12 @@ --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 drop table if exists t1; drop table if exists t2; diff --git a/mysql-test/suite/sys_vars/t/innodb_autoinc_lock_mode_func.test b/mysql-test/suite/sys_vars/t/innodb_autoinc_lock_mode_func.test index 89c1c80a6dc..a2f6d865888 100644 --- a/mysql-test/suite/sys_vars/t/innodb_autoinc_lock_mode_func.test +++ b/mysql-test/suite/sys_vars/t/innodb_autoinc_lock_mode_func.test @@ -26,6 +26,12 @@ ################################################################ --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 SET global innodb_autoinc_lock_mode = 1; diff --git a/mysql-test/suite/sys_vars/t/last_insert_id_func.test b/mysql-test/suite/sys_vars/t/last_insert_id_func.test index 2309c539bd9..05ed6fe2f45 100644 --- a/mysql-test/suite/sys_vars/t/last_insert_id_func.test +++ b/mysql-test/suite/sys_vars/t/last_insert_id_func.test @@ -21,6 +21,12 @@ --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 drop table if exists t1; --enable_warnings diff --git a/mysql-test/suite/sys_vars/t/storage_engine_basic.test b/mysql-test/suite/sys_vars/t/storage_engine_basic.test index e62390cb384..28ca9c0e046 100644 --- a/mysql-test/suite/sys_vars/t/storage_engine_basic.test +++ b/mysql-test/suite/sys_vars/t/storage_engine_basic.test @@ -18,6 +18,12 @@ --source include/have_innodb.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 # ###################################################################### diff --git a/mysql-test/suite/sys_vars/t/tx_isolation_func.test b/mysql-test/suite/sys_vars/t/tx_isolation_func.test index 7072de6b086..6f5eacea36c 100644 --- a/mysql-test/suite/sys_vars/t/tx_isolation_func.test +++ b/mysql-test/suite/sys_vars/t/tx_isolation_func.test @@ -21,6 +21,12 @@ --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 ** # # Setup diff --git a/mysql-test/t/bug46760.test b/mysql-test/t/bug46760.test index f55edbbfa42..13112672a66 100644 --- a/mysql-test/t/bug46760.test +++ b/mysql-test/t/bug46760.test @@ -1,5 +1,11 @@ -- 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 # Bug#46760: Fast ALTER TABLE no longer works for InnoDB --echo # diff --git a/mysql-test/t/innodb_autoinc_lock_mode_zero.test b/mysql-test/t/innodb_autoinc_lock_mode_zero.test index 96f748673c0..97053aaacba 100644 --- a/mysql-test/t/innodb_autoinc_lock_mode_zero.test +++ b/mysql-test/t/innodb_autoinc_lock_mode_zero.test @@ -3,6 +3,12 @@ -- 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 drop table if exists t1; --enable_warnings diff --git a/mysql-test/t/innodb_bug30919.test b/mysql-test/t/innodb_bug30919.test index 56b2c7bc03d..42d84c47dfd 100644 --- a/mysql-test/t/innodb_bug30919.test +++ b/mysql-test/t/innodb_bug30919.test @@ -1,5 +1,12 @@ --source include/have_innodb.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 let $engine_type= 'innodb'; diff --git a/mysql-test/t/lock_tables_lost_commit.test b/mysql-test/t/lock_tables_lost_commit.test index 754c8f3c378..88f082b1783 100644 --- a/mysql-test/t/lock_tables_lost_commit.test +++ b/mysql-test/t/lock_tables_lost_commit.test @@ -2,6 +2,12 @@ --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 --source include/count_sessions.inc