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.


mysql-test/t/log_tables.test:
  disable ps-protocol in log_tables test
This commit is contained in:
unknown 2006-01-23 17:27:16 +03:00
parent d8cf1f49fa
commit f3fd2ace35

View file

@ -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