From: Date: May 28 2007 7:18pm Subject: bk commit into 6.0-falcon tree (hakank:1.2519) BUG#28725 List-Archive: http://lists.mysql.com/commits/27492 X-Bug: 28725 Message-Id: <20070528171804.F0BDC2043AF@lu0011.wdf.sap.corp> Below is the list of changes that have just been committed into a local 6.0-falcon repository of ftp1070244-1. When ftp1070244-1 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@stripped, 2007-05-28 19:17:58+02:00, hakank@stripped +3 -0 Added test case for Bug#28725. mysql-test/r/falcon_bug_28725.result@stripped, 2007-05-28 19:17:57+02:00, hakank@stripped +14 -0 New BitKeeper file ``mysql-test/r/falcon_bug_28725.result'' mysql-test/r/falcon_bug_28725.result@stripped, 2007-05-28 19:17:57+02:00, hakank@stripped +0 -0 mysql-test/t/disabled.def@stripped, 2007-05-28 19:17:56+02:00, hakank@stripped +2 -1 Added falcon_bug_28725.test which is currently failing. mysql-test/t/falcon_bug_28725.test@stripped, 2007-05-28 19:17:57+02:00, hakank@stripped +35 -0 New BitKeeper file ``mysql-test/t/falcon_bug_28725.test'' mysql-test/t/falcon_bug_28725.test@stripped, 2007-05-28 19:17:57+02:00, hakank@stripped +0 -0 # 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: hakank # Host: lu0011.wdf.sap.corp # Root: /home/hakan/work/mysql/mysql-5.1-falcon --- New file --- +++ mysql-test/r/falcon_bug_28725.result 07/05/28 19:17:57 *** Bug #28725 *** SET @@storage_engine = 'Falcon'; DROP TABLE IF EXISTS t1; CREATE TABLE t1 (a decimal(19,19)); INSERT INTO t1 VALUES (0.123456789012345678901234567890); Warnings: Note 1265 Data truncated for column 'a' at row 1 SELECT * FROM t1; a 0.1234567890123456789 SELECT count(*) FROM t1; count(*) 1 DROP TABLE t1; --- New file --- +++ mysql-test/t/falcon_bug_28725.test 07/05/28 19:17:57 # # Bug #28725: Falcon: crash with decimal # @tags decimal, crash # --echo *** Bug #28725 *** # ----------------------------------------------------- # # --- Initialisation --- # # ----------------------------------------------------- # let $engine = 'Falcon'; eval SET @@storage_engine = $engine; --disable_warnings DROP TABLE IF EXISTS t1; --enable_warnings CREATE TABLE t1 (a decimal(19,19)); INSERT INTO t1 VALUES (0.123456789012345678901234567890); # ----------------------------------------------------- # # --- Test --- # # ----------------------------------------------------- # SELECT * FROM t1; # ----------------------------------------------------- # # --- Check --- # # ----------------------------------------------------- # SELECT count(*) FROM t1; # ----------------------------------------------------- # # --- Final cleanup --- # # ----------------------------------------------------- # DROP TABLE t1; --- 1.326/mysql-test/t/disabled.def 2007-05-24 10:47:36 +02:00 +++ 1.327/mysql-test/t/disabled.def 2007-05-28 19:17:56 +02:00 @@ -44,7 +44,7 @@ ndb_restore : 2007-05-03 hakank Fails randomly handler_falcon : Bug#28096 2007-01-23 hakank Currently fails -falcon_deadlock : Bug#28097 2007-04-25 hakank Currently hangs +falcon_deadlock : Bug#28097 2007-04-25 hakank Currently hangs falcon_bug_22144 : Bug#22144 2006-08-24 hakank Get pushbuild green falcon_bug_22151 : Bug#22151 2006-08-24 hakank (Get pushbuild green) falcon_bug_22154 : Bug#22154 2006-11-04 hakank Too long run time for PB @@ -73,6 +73,7 @@ falcon_bug_28158 : Bug#28158 2007-05-02 hakank Currently failing falcon_bug_28165 : Bug#28158 2007-05-02 hakank Currently failing because of Bug#28158 falcon_bug_28500 : Bug#28500 2007-05-20 hakank Currently failing +falcon_bug_28725 : Bug#28725 2007-05-28 hakank Currently failing falcon_page_size_1 : Bug#23220 2007-02-19 hakank Currently failing falcon_page_size_2 : Bug#23220 2007-02-19 hakank Currently failing read_many_rows_falcon : Bug#23783 2006-10-30 ML Get pushbuild green