From: Date: December 16 2008 10:21pm Subject: bzr commit into mysql-6.0-falcon-team branch (hky:2939) Bug#39314 List-Archive: http://lists.mysql.com/commits/61825 X-Bug: 39314 Message-Id: <20081216212103.61A791237E0@lu0011.efendi.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit #At file:///home/hakan/work/mysql/mysql-6.0-falcon-team-to-merge/ based on revid:hky@stripped 2939 Hakan Kuecuekyilmaz 2008-12-16 Fix for Bug #39314 falcon_bug_26433 fails with an offset of 1 in row numbers in expected warnings modified: mysql-test/suite/falcon/t/falcon_bug_26433.test per-file messages: mysql-test/suite/falcon/t/falcon_bug_26433.test This is a non-op change to trigger bugdb. === modified file 'mysql-test/suite/falcon/t/falcon_bug_26433.test' --- a/mysql-test/suite/falcon/t/falcon_bug_26433.test 2008-12-16 21:11:25 +0000 +++ b/mysql-test/suite/falcon/t/falcon_bug_26433.test 2008-12-16 21:20:48 +0000 @@ -93,6 +93,7 @@ END// # --- Test --- # # ----------------------------------------------------- # CALL p1()// +DELIMITER ;// # ----------------------------------------------------- # # --- Check --- # @@ -103,6 +104,5 @@ CALL p1()// # ----------------------------------------------------- # # --- Final cleanup --- # # ----------------------------------------------------- # -DELIMITER ;// DROP TABLE t1; DROP PROCEDURE p1;