mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
(second attempt) 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
5e012c1626
commit
a80c59c7fc
10 changed files with 60 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
--source include/not_windows_embedded.inc
|
||||
# remove this when
|
||||
# Bug#53947 InnoDB: Assertion failure in thread 4224 in file
|
||||
# .\sync\sync0sync.c line 324
|
||||
# is fixed
|
||||
|
||||
#######################################################################
|
||||
# #
|
||||
# Please, DO NOT TOUCH this file as well as the innodb.result file. #
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
--source include/not_windows_embedded.inc
|
||||
# remove this when
|
||||
# Bug#53947 InnoDB: Assertion failure in thread 4224 in file
|
||||
# .\sync\sync0sync.c line 324
|
||||
# is fixed
|
||||
|
||||
#################### mysql-test\t\identity_func.test ##########################
|
||||
# #
|
||||
# Variable Name: identity #
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
--source include/not_windows_embedded.inc
|
||||
# remove this when
|
||||
# Bug#53947 InnoDB: Assertion failure in thread 4224 in file
|
||||
# .\sync\sync0sync.c line 324
|
||||
# is fixed
|
||||
|
||||
################# mysql-test\t\innodb_autoinc_lock_mode_func.test ############
|
||||
# #
|
||||
# Variable Name: innodb_autoinc_lock_mode #
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
--source include/not_windows_embedded.inc
|
||||
# remove this when
|
||||
# Bug#53947 InnoDB: Assertion failure in thread 4224 in file
|
||||
# .\sync\sync0sync.c line 324
|
||||
# is fixed
|
||||
|
||||
################# mysql-test\t\last_insert_id_func.test #######################
|
||||
# #
|
||||
# Variable Name: last_insert_id #
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
--source include/not_windows_embedded.inc
|
||||
# remove this when
|
||||
# Bug#53947 InnoDB: Assertion failure in thread 4224 in file
|
||||
# .\sync\sync0sync.c line 324
|
||||
# is fixed
|
||||
|
||||
############## mysql-test\t\storage_engine_basic.test ##################
|
||||
# #
|
||||
# #
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
--source include/not_windows_embedded.inc
|
||||
# remove this when
|
||||
# Bug#53947 InnoDB: Assertion failure in thread 4224 in file
|
||||
# .\sync\sync0sync.c line 324
|
||||
# is fixed
|
||||
|
||||
############# mysql-test\t\tx_isolation_func.test #######################################
|
||||
# #
|
||||
# Variable Name: tx_isolation #
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
--source include/not_windows_embedded.inc
|
||||
# remove this when
|
||||
# Bug#53947 InnoDB: Assertion failure in thread 4224 in file
|
||||
# .\sync\sync0sync.c line 324
|
||||
# is fixed
|
||||
|
||||
-- source include/have_innodb.inc
|
||||
|
||||
--echo #
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
--source include/not_windows_embedded.inc
|
||||
# remove this when
|
||||
# Bug#53947 InnoDB: Assertion failure in thread 4224 in file
|
||||
# .\sync\sync0sync.c line 324
|
||||
# is fixed
|
||||
|
||||
# This test runs with old-style locking, as:
|
||||
# --innodb-autoinc-lock-mode=0
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
--source include/not_windows_embedded.inc
|
||||
# remove this when
|
||||
# Bug#53947 InnoDB: Assertion failure in thread 4224 in file
|
||||
# .\sync\sync0sync.c line 324
|
||||
# is fixed
|
||||
|
||||
--source include/have_innodb.inc
|
||||
--source include/have_partition.inc
|
||||
--vertical_results
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
--source include/not_windows_embedded.inc
|
||||
# remove this when
|
||||
# Bug#53947 InnoDB: Assertion failure in thread 4224 in file
|
||||
# .\sync\sync0sync.c line 324
|
||||
# is fixed
|
||||
|
||||
# Test for Bug#578 mysqlimport -l silently fails when binlog-ignore-db is set
|
||||
|
||||
--source include/have_innodb.inc
|
||||
|
|
Loading…
Reference in a new issue