Below is the list of changes that have just been committed into a local
5.0 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.1946 05/06/08 10:44:58 konstantin@stripped +1 -0
Fix ps_7ndb.result wrt working LIMIT clause (due to porting
missed ityesterday :()
mysql-test/r/ps_7ndb.result
1.27 05/06/08 10:44:53 konstantin@stripped +4 -3
Fix ps_7ndb.result wrt working LIMIT clause.
# 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-5.0-7306-final
--- 1.26/mysql-test/r/ps_7ndb.result 2005-06-07 14:11:28 +04:00
+++ 1.27/mysql-test/r/ps_7ndb.result 2005-06-08 10:44:53 +04:00
@@ -442,9 +442,10 @@
execute stmt1 ;
a b
1 one
-prepare stmt1 from ' select a,b from t1
-limit ? ';
-ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to
your MySQL server version for the right syntax to use near '?' at line 2
+prepare stmt1 from ' select a,b from t1 limit ? ';
+execute stmt1 using @arg00;
+a b
+3 three
set @arg00='b' ;
set @arg01=0 ;
set @arg02=2 ;
| Thread |
|---|
| • bk commit into 5.0 tree (konstantin:1.1946) | konstantin | 8 Jun |