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:
Vasil Dimov 2010-05-24 21:22:09 +03:00
parent d064f00aa7
commit 9f42efeb78
10 changed files with 61 additions and 0 deletions

View File

@ -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

View File

@ -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;

View File

@ -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;

View File

@ -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

View File

@ -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 #
###################################################################### ######################################################################

View File

@ -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

View File

@ -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 #

View File

@ -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

View File

@ -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';

View File

@ -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