mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user