Commit c44ff049 authored by Vasil Dimov's avatar Vasil Dimov

Revert a changeset since it does not disable the tests:

  ------------------------------------------------------------
  revno: 3116
  revision-id: vasil.dimov@oracle.com-20100524182209-sk114oipf1vhjbv5
  parent: vasil.dimov@oracle.com-20100524175802-twmwb29vvaehe6b8
  committer: Vasil Dimov <vasil.dimov@oracle.com>
  branch nick: mysql-trunk-innodb
  timestamp: Mon 2010-05-24 21:22:09 +0300
  message:
    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 080a0aab
...@@ -15,12 +15,6 @@ ...@@ -15,12 +15,6 @@
-- 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,12 +21,6 @@ ...@@ -21,12 +21,6 @@
--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,12 +26,6 @@ ...@@ -26,12 +26,6 @@
################################################################ ################################################################
--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,12 +21,6 @@ ...@@ -21,12 +21,6 @@
--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,12 +18,6 @@ ...@@ -18,12 +18,6 @@
--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,12 +21,6 @@ ...@@ -21,12 +21,6 @@
--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
......
-- 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,12 +3,6 @@ ...@@ -3,12 +3,6 @@
-- 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
......
--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,12 +2,6 @@ ...@@ -2,12 +2,6 @@
--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
......
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