summaryrefslogtreecommitdiffstats
path: root/storage/spider/mysql-test/spider/t/timestamp.test
diff options
context:
space:
mode:
Diffstat (limited to 'storage/spider/mysql-test/spider/t/timestamp.test')
-rw-r--r--storage/spider/mysql-test/spider/t/timestamp.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/storage/spider/mysql-test/spider/t/timestamp.test b/storage/spider/mysql-test/spider/t/timestamp.test
index 47d637bb..a76ea2e1 100644
--- a/storage/spider/mysql-test/spider/t/timestamp.test
+++ b/storage/spider/mysql-test/spider/t/timestamp.test
@@ -121,8 +121,10 @@ eval CREATE TABLE tbl_f (
col_t TIME
) $MASTER_1_ENGINE $MASTER_1_COMMENT_2_1_F;
--enable_query_log
+--disable_ps_protocol
SHOW CREATE TABLE tbl_a;
SHOW CREATE TABLE tbl_f;
+--enable_ps_protocol
--echo
--echo Set a different time zone that has DST
@@ -406,7 +408,9 @@ if ($USE_CHILD_GROUP2)
}
--connection master_1
DROP INDEX i_ts ON tbl_a;
+--disable_ps_protocol
SHOW CREATE TABLE tbl_a;
+--enable_ps_protocol
--echo
--echo Retry lookups on unindexed timestamp column