Skip to content

Commit 9be5973

Browse files
committed
After-merge fix
This fixes up 25b91c3
1 parent 25b91c3 commit 9be5973

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

storage/spider/mysql-test/spider/bugfix/r/mdev_29855.result

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ CREATE TABLE tbl_a (
2020
a INT
2121
) ENGINE=Spider DEFAULT CHARSET=utf8 COMMENT='table "tbl_a", srv "s_2_1"';
2222
SET spider_udf_ds_use_real_table=1;
23+
Warnings:
24+
Warning 1287 '@@spider_udf_ds_use_real_table' is deprecated and will be removed in a future release
2325
SELECT SPIDER_DIRECT_SQL('select 1 as 1', 'tbl_a', 'srv "s_2_1"');
2426
ERROR 3D000: No database selected
2527
connection master_1;

0 commit comments

Comments
 (0)