mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 09:14:17 +01:00
parent
25b91c3f13
commit
9be5973edd
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ CREATE TABLE tbl_a (
|
|||
a INT
|
||||
) ENGINE=Spider DEFAULT CHARSET=utf8 COMMENT='table "tbl_a", srv "s_2_1"';
|
||||
SET spider_udf_ds_use_real_table=1;
|
||||
Warnings:
|
||||
Warning 1287 '@@spider_udf_ds_use_real_table' is deprecated and will be removed in a future release
|
||||
SELECT SPIDER_DIRECT_SQL('select 1 as 1', 'tbl_a', 'srv "s_2_1"');
|
||||
ERROR 3D000: No database selected
|
||||
connection master_1;
|
||||
|
|
Loading…
Add table
Reference in a new issue