Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.7(EOL), 10.8(EOL), 10.9(EOL)
-
None
Description
10.7 52be05be |
spider.variable_deprecation w3 [ fail ]
|
Test ended at 2022-05-31 19:15:52
|
|
CURRENT_TEST: spider.variable_deprecation
|
--- /usr/share/mysql-test/plugin/spider/spider/r/variable_deprecation.result 2022-05-31 15:25:01.000000000 +0000
|
+++ /dev/shm/var/3/log/variable_deprecation.reject 2022-05-31 19:15:52.450006994 +0000
|
@@ -34,7 +34,7 @@
|
Warning 1287 '@@spider_internal_offset' is deprecated and will be removed in a future release
|
SHOW VARIABLES LIKE "spider_internal_offset";
|
Variable_name Value
|
-spider_internal_offset 1
|
+spider_internal_offset 0
|
CREATE TABLE tbl_a (a INT) ENGINE=Spider COMMENT='ios "1"';
|
Warnings:
|
Warning 1287 The table parameter 'ios' is deprecated and will be removed in a future release
|
@@ -80,7 +80,7 @@
|
Warning 1287 '@@spider_internal_limit' is deprecated and will be removed in a future release
|
SHOW VARIABLES LIKE "spider_internal_limit";
|
Variable_name Value
|
-spider_internal_limit 9223372032559808513
|
+spider_internal_limit 4294967295
|
CREATE TABLE tbl_a (a INT) ENGINE=Spider COMMENT='ilm "1"';
|
Warnings:
|
Warning 1287 The table parameter 'ilm' is deprecated and will be removed in a future release
|
|
mysqltest: Result length mismatch
|
The test fails seemingly reliably on 10.7+ on this platform (only there).