We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b91c3 commit 9be5973Copy full SHA for 9be5973
storage/spider/mysql-test/spider/bugfix/r/mdev_29855.result
@@ -20,6 +20,8 @@ CREATE TABLE tbl_a (
20
a INT
21
) ENGINE=Spider DEFAULT CHARSET=utf8 COMMENT='table "tbl_a", srv "s_2_1"';
22
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
25
SELECT SPIDER_DIRECT_SQL('select 1 as 1', 'tbl_a', 'srv "s_2_1"');
26
ERROR 3D000: No database selected
27
connection master_1;
0 commit comments