mirror of
https://github.com/MariaDB/server.git
synced 2026-04-24 09:15:30 +02:00
MDEV-13549: Galera test failures
Fix test failure on galera_flush_local.
This commit is contained in:
parent
f46155a31b
commit
31e2ab513d
5 changed files with 10 additions and 2 deletions
|
|
@ -10,7 +10,6 @@
|
|||
#
|
||||
##############################################################################
|
||||
galera_gra_log : MDEV-13549 Galera test failures
|
||||
galera_flush_local : MDEV-13549 Galera test failures
|
||||
galera_flush : MDEV-13549 Galera test failures
|
||||
galera_account_management : MariaDB 10.0 does not support ALTER USER
|
||||
galera_binlog_row_image : MariaDB 10.0 does not support binlog_row_image
|
||||
|
|
|
|||
|
|
@ -0,0 +1,4 @@
|
|||
--require suite/galera/r/have_wsrep_replicate_myisam.require
|
||||
disable_query_log;
|
||||
SHOW VARIABLES LIKE 'wsrep_replicate_myisam';
|
||||
enable_query_log;
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
Variable_name Value
|
||||
wsrep_replicate_myisam ON
|
||||
|
|
@ -1 +1,3 @@
|
|||
--query_cache_type=1 --query_cache_size=1000000
|
||||
--query_cache_type=1
|
||||
--query_cache_size=1000000
|
||||
--wsrep_replicate_myisam=ON
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
--source include/galera_cluster.inc
|
||||
--source include/have_innodb.inc
|
||||
--source include/have_query_cache.inc
|
||||
--source include/have_wsrep_replicate_myisam.inc
|
||||
|
||||
--disable_warnings
|
||||
DROP TABLE IF EXISTS t1, t2, x1, x2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue