List:Internals« Previous MessageNext Message »
From:konstantin Date:July 14 2005 10:11pm
Subject:bk commit into 4.1 tree (konstantin:1.2358)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of kostja. When kostja 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.2358 05/07/15 02:11:07 konstantin@stripped +1 -0
  Fix ps.test in --ps-protocol

  mysql-test/t/ps.test
    1.40 05/07/15 02:11:00 konstantin@stripped +2 -0
    Disable prepared statements for a part of the test to avoid
    result mismatch.

# 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:	konstantin
# Host:	dragonfly.local
# Root:	/opt/local/work/mysql-4.1-root

--- 1.39/mysql-test/t/ps.test	2005-07-15 00:01:41 +04:00
+++ 1.40/mysql-test/t/ps.test	2005-07-15 02:11:00 +04:00
@@ -693,11 +693,13 @@
 prepare stmt from "select FROM t1 WHERE?=1";
 --error 1064
 prepare stmt from "update t1 set a=a+?WHERE 1";
+--disable_ps_protocol
 --error 1064
 select ?;
 --error 1064
 select ??;
 --error 1064
 select ? from t1;
+--enable_ps_protocol
 drop table t1;
 # 
Thread
bk commit into 4.1 tree (konstantin:1.2358)konstantin15 Jul