Below is the list of changes that have just been committed into a local
5.1 repository of cps. When cps does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.2078 06/01/23 17:27:16 petr@stripped +1 -0
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
1.2 06/01/23 17:24:58 cps@stripped +2 -0
disable ps-protocol in log_tables test
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: petr
# Host: outpost.site
# Root: /home/cps/mysql/trees/5.1/5.1-virgin-no-debug
--- 1.1/mysql-test/t/log_tables.test 2006-01-19 05:56:01 +03:00
+++ 1.2/mysql-test/t/log_tables.test 2006-01-23 17:24:58 +03:00
@@ -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 @@
disconnect con2;
disconnect con1;
+--enable_ps_protocol
| Thread |
|---|
| • bk commit into 5.1 tree (petr:1.2078) | Petr Chardin | 23 Jan |