diff options
author | unknown <monty@mashka.mysql.fi> | 2003-03-07 14:40:37 +0200 |
---|---|---|
committer | unknown <monty@mashka.mysql.fi> | 2003-03-07 14:40:37 +0200 |
commit | 157b36675eccce990a816532153bb2eb61aa139c (patch) | |
tree | e4fb25e07ebfe47403d42ac74d2ee8b38cfef27b /mysql-test/r/join.result | |
parent | 5861dc5b8b39b3f822a8968963a4783541d59b77 (diff) | |
download | mariadb-git-157b36675eccce990a816532153bb2eb61aa139c.tar.gz |
Fixed an unlikely optimizer bug that casued a core dump in pt_range.cc::sel_cmp()
mysql-test/r/join.result:
Test of range optimizer bug
mysql-test/t/join.test:
Test of range optimizer bug
sql/sql_rename.cc:
Added missing DEBUG_PRINT()
Diffstat (limited to 'mysql-test/r/join.result')
-rw-r--r-- | mysql-test/r/join.result | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/r/join.result b/mysql-test/r/join.result index 39331fc68e4..0c575d7505e 100644 --- a/mysql-test/r/join.result +++ b/mysql-test/r/join.result @@ -37,3 +37,7 @@ COUNT(t1.Title) t1_id t2_id type cost_unit min_value max_value t3_id item_id id name 22 1 Percent Cost 100 -1 6 291 1 s1 23 1 Percent Cost 100 -1 21 291 1 s1 +rate_code base_rate +cust 20 +rate_code base_rate +cust 20 |