Details
-
Bug
-
Status: Open (View Workflow)
-
Critical
-
Resolution: Unresolved
-
10.5, 10.11
-
None
Description
CURRENT_TEST: galera.galera_var_ignore_apply_errors
|
mysqltest: At line 48: query 'SHOW CREATE TABLE t1' failed: 1146: Table 'test.t1' doesn't exist
|
|
The result from queries just before the failure was:
|
< snip >
|
SET GLOBAL wsrep_on = OFF;
|
CREATE SCHEMA s1;
|
SET GLOBAL wsrep_on = ON;
|
DROP SCHEMA s1;
|
connection node_2;
|
SHOW SCHEMAS;
|
Database
|
information_schema
|
mtr
|
mysql
|
performance_schema
|
test
|
connection node_1;
|
CREATE TABLE t1 (f1 INTEGER);
|
SET GLOBAL wsrep_on = OFF;
|
CREATE INDEX idx1 ON t1 (f1);
|
SET GLOBAL wsrep_on = ON;
|
DROP INDEX idx1 ON t1;
|
connection node_2;
|
SHOW CREATE TABLE t1;
|
Attachments
Issue Links
- is part of
-
MDEV-30172 Galera test case cleanup
-
- Stalled
-