From f3fd2ace35e4162513f975dfed6596a37dc0d789 Mon Sep 17 00:00:00 2001
From: unknown <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:
  disable ps-protocol in log_tables test
---
 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 a9e161f644..04fd8a35f2 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
 
-- 
2.30.9