Commit 3990cb93 authored by Vasil Dimov's avatar Vasil Dimov

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.
parent 699a6c1d
......@@ -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
......
......@@ -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;
......
......@@ -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;
......
......@@ -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
......
......@@ -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 #
######################################################################
......
......@@ -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
......
-- 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 #
......
......@@ -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
......
--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';
......
......@@ -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
......
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