Skip to content

Commit 7bb0885

Browse files
mariadb-YuchenPeisysprg
authored andcommitted
fixup of MDEV-35959
1 parent e3d7d5c commit 7bb0885

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

storage/spider/mysql-test/spider/bugfix/t/mdev_35959.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ OPTIONS (SOCKET "$MASTER_1_MYSOCK", DATABASE 'test',user 'root');
1414

1515
CREATE TABLE t_remote (a INT);
1616
CREATE TABLE t (a INT) ENGINE=SPIDER COMMENT = 'wrapper "mysql", srv "srv", table "t_remote"';
17+
--disable_ps_protocol
1718
--error ER_NET_READ_INTERRUPTED
1819
CREATE OR REPLACE TABLE t_remote LIKE t;
20+
--enable_ps_protocol
1921
SHOW WARNINGS;
2022

2123
drop table t;

0 commit comments

Comments
 (0)