Browse Source

fixup of MDEV-35959

st-10.6-julius-v2
Yuchen Pei 8 months ago
committed by Julius Goryavsky
parent
commit
7bb0885397
  1. 2
      storage/spider/mysql-test/spider/bugfix/t/mdev_35959.test

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

@ -14,8 +14,10 @@ OPTIONS (SOCKET "$MASTER_1_MYSOCK", DATABASE 'test',user 'root');
CREATE TABLE t_remote (a INT);
CREATE TABLE t (a INT) ENGINE=SPIDER COMMENT = 'wrapper "mysql", srv "srv", table "t_remote"';
--disable_ps_protocol
--error ER_NET_READ_INTERRUPTED
CREATE OR REPLACE TABLE t_remote LIKE t;
--enable_ps_protocol
SHOW WARNINGS;
drop table t;

Loading…
Cancel
Save