Below is the list of changes that have just been committed into a local
6.0-falcon repository of hakan. When hakan 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-06-24 22:00:49+02:00, hakank@stripped +3 -0
Added new failing test case falcon_bug_29319.test.
mysql-test/r/falcon_bug_29319.result@stripped, 2007-06-24 22:00:46+02:00, hakank@stripped +13 -0
New BitKeeper file ``mysql-test/r/falcon_bug_29319.result''
mysql-test/r/falcon_bug_29319.result@stripped, 2007-06-24 22:00:46+02:00, hakank@stripped +0 -0
mysql-test/t/disabled.def@stripped, 2007-06-24 22:00:46+02:00, hakank@stripped +1 -0
Added new failing test case falcon_bug_29319.test.
mysql-test/t/falcon_bug_29319.test@stripped, 2007-06-24 22:00:46+02:00, hakank@stripped +33 -0
New BitKeeper file ``mysql-test/t/falcon_bug_29319.test''
mysql-test/t/falcon_bug_29319.test@stripped, 2007-06-24 22:00:46+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_29319.result 07/06/24 22:00:46
*** Bug #29319 ***
SET @@storage_engine = 'Falcon';
DROP TABLE IF EXISTS t1;
CREATE TABLE t1 (a int, b int);
INSERT INTO t1 VALUES (1, -1);
CREATE INDEX i1 on t1 (a, b);
SELECT * FROM t1 WHERE a = 1 AND b < 0;
a b
1 -1
SELECT count(*) FROM t1;
count(*)
1
DROP TABLE t1;
--- New file ---
+++ mysql-test/t/falcon_bug_29319.test 07/06/24 22:00:46
#
# Bug #29319: Falcon: searches fail if multi-column index exists
#
--echo *** Bug #29319 ***
# ----------------------------------------------------- #
# --- Initialisation --- #
# ----------------------------------------------------- #
let $engine = 'Falcon';
eval SET @@storage_engine = $engine;
--disable_warnings
DROP TABLE IF EXISTS t1;
--enable_warnings
CREATE TABLE t1 (a int, b int);
INSERT INTO t1 VALUES (1, -1);
CREATE INDEX i1 on t1 (a, b);
# ----------------------------------------------------- #
# --- Test --- #
# ----------------------------------------------------- #
SELECT * FROM t1 WHERE a = 1 AND b < 0;
# ----------------------------------------------------- #
# --- Check --- #
# ----------------------------------------------------- #
SELECT count(*) FROM t1;
# ----------------------------------------------------- #
# --- Final cleanup --- #
# ----------------------------------------------------- #
DROP TABLE t1;
--- 1.334/mysql-test/t/disabled.def 2007-06-21 00:59:16 +02:00
+++ 1.335/mysql-test/t/disabled.def 2007-06-24 22:00:46 +02:00
@@ -75,6 +75,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_29246 : Bug#29246 2007-06-21 hakank Currently failing
+falcon_bug_29319 : Bug#29319 2007-06-24 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
| Thread |
|---|
| • bk commit into 6.0-falcon tree (hakank:1.2583) | Hakan Kuecuekyilmaz | 24 Jun |