File tree Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,3 @@ SET SESSION WSREP_ON=0;
4
4
FLUSH TABLES WITH READ LOCK AND DISABLE CHECKPOINT;
5
5
SET SESSION WSREP_ON=1;
6
6
UNLOCK TABLES;
7
- SET GLOBAL wsrep_ignore_apply_errors=1;
8
- CREATE TABLE t1 (a CHAR(1)) engine=innodb;
9
- CREATE TABLE t1 (a CHAR(1)) engine=innodb;
10
- ERROR 42S01: Table 't1' already exists
11
- SHOW PROCEDURE STATUS WHERE db = 'test';
12
- Db Name Type Definer Modified Created Security_type Comment character_set_client collation_connection Database Collation
13
- SET GLOBAL read_only=1;
14
- SET GLOBAL wsrep_ignore_apply_errors=DEFAULT;
15
- SET GLOBAL read_only=DEFAULT;
16
- DROP TABLE t1;
Original file line number Diff line number Diff line change @@ -9,15 +9,3 @@ SET SESSION WSREP_ON=0;
9
9
FLUSH TABLES WITH READ LOCK AND DISABLE CHECKPOINT;
10
10
SET SESSION WSREP_ON=1;
11
11
UNLOCK TABLES;
12
-
13
- SET GLOBAL wsrep_ignore_apply_errors=1;
14
- CREATE TABLE t1 (a CHAR(1)) engine=innodb;
15
- --error ER_TABLE_EXISTS_ERROR
16
- CREATE TABLE t1 (a CHAR(1)) engine=innodb;
17
- SHOW PROCEDURE STATUS WHERE db = 'test';
18
- SET GLOBAL read_only=1;
19
-
20
- SET GLOBAL wsrep_ignore_apply_errors=DEFAULT;
21
- SET GLOBAL read_only=DEFAULT;
22
- DROP TABLE t1;
23
-
You can’t perform that action at this time.
0 commit comments