mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
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:
parent
d8cf1f49fa
commit
f3fd2ace35
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue