Skip to content

Commit

Permalink
fix spider.variable_deprecation test
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed Jun 16, 2022
1 parent 5ad9a41 commit 2643aa4
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 62 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Warnings:
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 1
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
Expand Down
Loading

0 comments on commit 2643aa4

Please sign in to comment.