From fa0c7e0994bea59b20d542359afac1c1e0bcc0e1 Mon Sep 17 00:00:00 2001 From: "petr@mysql.com" <> Date: Mon, 23 Jan 2006 17:27:16 +0300 Subject: [PATCH] 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mysql-test/t/log_tables.test b/mysql-test/t/log_tables.test index a9e161f644c..04fd8a35f2c 100644 --- a/mysql-test/t/log_tables.test +++ b/mysql-test/t/log_tables.test @@ -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