mirror of
https://github.com/MariaDB/server.git
synced 2025-03-26 17:08:41 +01:00
Fix MDEV-25562 test case.
This commit is contained in:
parent
365cd08345
commit
288b801696
3 changed files with 0 additions and 23 deletions
mysql-test/suite/galera
|
@ -49,4 +49,3 @@ versioning_trx_id: MDEV-18590: galera.versioning_trx_id: Test failure: mysqltest
|
|||
galera_wsrep_provider_unset_set: wsrep_provider is read-only for security reasons
|
||||
pxc-421: wsrep_provider is read-only for security reasons
|
||||
|
||||
MDEV-25562: MDEV-25562 FIXME: lock wait timeout exceeded
|
||||
|
|
|
@ -4,13 +4,3 @@ SET SESSION WSREP_ON=0;
|
|||
FLUSH TABLES WITH READ LOCK AND DISABLE CHECKPOINT;
|
||||
SET SESSION WSREP_ON=1;
|
||||
UNLOCK TABLES;
|
||||
SET GLOBAL wsrep_ignore_apply_errors=1;
|
||||
CREATE TABLE t1 (a CHAR(1)) engine=innodb;
|
||||
CREATE TABLE t1 (a CHAR(1)) engine=innodb;
|
||||
ERROR 42S01: Table 't1' already exists
|
||||
SHOW PROCEDURE STATUS WHERE db = 'test';
|
||||
Db Name Type Definer Modified Created Security_type Comment character_set_client collation_connection Database Collation
|
||||
SET GLOBAL read_only=1;
|
||||
SET GLOBAL wsrep_ignore_apply_errors=DEFAULT;
|
||||
SET GLOBAL read_only=DEFAULT;
|
||||
DROP TABLE t1;
|
||||
|
|
|
@ -9,15 +9,3 @@ SET SESSION WSREP_ON=0;
|
|||
FLUSH TABLES WITH READ LOCK AND DISABLE CHECKPOINT;
|
||||
SET SESSION WSREP_ON=1;
|
||||
UNLOCK TABLES;
|
||||
|
||||
SET GLOBAL wsrep_ignore_apply_errors=1;
|
||||
CREATE TABLE t1 (a CHAR(1)) engine=innodb;
|
||||
--error ER_TABLE_EXISTS_ERROR
|
||||
CREATE TABLE t1 (a CHAR(1)) engine=innodb;
|
||||
SHOW PROCEDURE STATUS WHERE db = 'test';
|
||||
SET GLOBAL read_only=1;
|
||||
|
||||
SET GLOBAL wsrep_ignore_apply_errors=DEFAULT;
|
||||
SET GLOBAL read_only=DEFAULT;
|
||||
DROP TABLE t1;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue