Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.8(EOL), 10.9(EOL)
-
None
Description
10.8 0e0a3580ef |
spider/feature.engine_defined_attributes w2 [ fail ]
|
Test ended at 2022-05-27 23:56:07
|
|
CURRENT_TEST: spider/feature.engine_defined_attributes
|
--- /usr/local/share/mysql-test/plugin/spider/spider/feature/r/engine_defined_attributes.result 2022-05-27 23:53:43.501607000 +0000
|
+++ /tmp/var/2/log/engine_defined_attributes.reject 2022-05-27 23:56:06.608677000 +0000
|
@@ -157,7 +157,7 @@
|
PRIMARY KEY(a)
|
) ENGINE=Spider DEFAULT CHARSET=utf8
|
REMOTE_SERVER="s_2_1" REMOTE_TABLE="tbl_a" COMMENT='tbl "tbl_b"';
|
-ERROR HY000: Can't create table `auto_test_local`.`tbl_a` (errno: 12501 "Unknown error 12501")
|
+ERROR HY000: Can't create table `auto_test_local`.`tbl_a` (errno: 12501 "Unknown error: 12501")
|
CREATE TABLE tbl_a (
|
a INT,
|
b VARCHAR(255),
|
@@ -168,7 +168,7 @@
|
PARTITION p1 VALUES LESS THAN (3),
|
PARTITION p2 VALUES LESS THAN MAXVALUE REMOTE_SERVER="s_2_2"
|
);
|
-ERROR HY000: Can't create table `auto_test_local`.`tbl_a` (errno: 12501 "Unknown error 12501")
|
+ERROR HY000: Can't create table `auto_test_local`.`tbl_a` (errno: 12501 "Unknown error: 12501")
|
# Various combinations of COMMENTs and options
|
CREATE TABLE tbl_a (
|
a INT,
|
|
mysqltest: Result length mismatch
|
The test fails constantly in buildbot on 10.8+ (the test doesn't exist in earlier versions).