summaryrefslogtreecommitdiffstats
path: root/storage/spider/mysql-test/spider/bugfix/r/mdev_29011.result
diff options
context:
space:
mode:
Diffstat (limited to 'storage/spider/mysql-test/spider/bugfix/r/mdev_29011.result')
-rw-r--r--storage/spider/mysql-test/spider/bugfix/r/mdev_29011.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/spider/mysql-test/spider/bugfix/r/mdev_29011.result b/storage/spider/mysql-test/spider/bugfix/r/mdev_29011.result
index 04f9651b..5664690e 100644
--- a/storage/spider/mysql-test/spider/bugfix/r/mdev_29011.result
+++ b/storage/spider/mysql-test/spider/bugfix/r/mdev_29011.result
@@ -22,6 +22,8 @@ CREATE TABLE tbl_a (
a INT,
b INT
) ENGINE=Spider DEFAULT CHARSET=utf8 COMMENT='table "tbl_a", srv "s_2_1"';
+Warnings:
+Warning 138 Spider table params in COMMENT or CONNECTION strings have been deprecated and will be removed in a future release. Please use table options instead.
SELECT a XOR b AS f FROM tbl_a;
f
0