Skip to content
Permalink
Browse files
fix spider/bugfix.delete_with_float_column_mysql --ps
as always, multi-commands don't work in --ps
  • Loading branch information
vuvova committed Jul 25, 2021
1 parent 4533e6e commit 8d3d802
Showing 1 changed file with 2 additions and 0 deletions.
@@ -21,8 +21,10 @@ USE auto_test_remote;

--connection child2_1
--disable_query_log
--disable_ps_protocol
echo CHILD2_1_CREATE_TABLES;
eval $CHILD2_1_CREATE_TABLES;
--enable_ps_protocol
--enable_query_log
TRUNCATE TABLE mysql.general_log;

0 comments on commit 8d3d802

Please sign in to comment.