Commit fa0c7e09 authored by petr@mysql.com's avatar petr@mysql.com

disable ps_protocol in log_tables test.

The log content is obviously different in two modes,
as Queries are translated into Prepare and Execute
commands. Thus we should use test only in one mode
to get the match with result.
parent ae7c136d
......@@ -5,6 +5,7 @@
# check that CSV engine was compiled in
--source include/have_csv.inc
--disable_ps_protocol
use mysql;
#
......@@ -143,4 +144,5 @@ select "Mark that we woke up from TRUNCATE in the test"
disconnect con2;
disconnect con1;
--enable_ps_protocol
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment