mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 21:42:35 +01:00
Auto-merge from mysql-next-mr.
This commit is contained in:
commit
2f4e94d7c2
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@ source include/not_embedded.inc;
|
|||
source include/have_innodb.inc;
|
||||
source include/master-slave.inc;
|
||||
|
||||
# -- [DISABLED Bug#49557]
|
||||
# This test case fails on Windows due to Bug#49557.
|
||||
source include/not_windows.inc;
|
||||
|
||||
let $engine_type= InnoDB;
|
||||
#let $engine_type= MyISAM;
|
||||
|
||||
|
|
Loading…
Reference in a new issue