Details
Description
galera.galera_enum 'innodb_plugin' w3 [ fail ]
|
Test ended at 2018-10-09 01:19:50
|
|
CURRENT_TEST: galera.galera_enum
|
mysqltest: At line 20: query 'SELECT COUNT(*) = 6 FROM t1' failed: 1146: Table 'test.t1' doesn't exist
|
|
The result from queries just before the failure was:
|
CREATE TABLE t1 (f1 ENUM('', 'one', 'two'), KEY (f1)) ENGINE=InnoDB;
|
INSERT INTO t1 VALUES ('');
|
INSERT INTO t1 VALUES ('one'), ('two');
|
INSERT INTO t1 VALUES (0), (1), (2);
|
Warnings:
|
Warning 1265 Data truncated for column 'f1' at row 1
|
SELECT COUNT(*) = 6 FROM t1;
|
Attachments
Issue Links
- blocks
-
MDEV-13549 Galera 3 test failures
- Closed