diff options
author | monty@mysql.com <> | 2004-11-03 12:39:38 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2004-11-03 12:39:38 +0200 |
commit | 47bbf768d4bdb9ca0abd2ef94bd9a734dafeed50 (patch) | |
tree | 85bce6df7d0ce9d809ff3fc13fa4486590463d00 /mysql-test/r/range.result | |
parent | afbe601302fc59c498437321b296ed6c8d360564 (diff) | |
download | mariadb-git-47bbf768d4bdb9ca0abd2ef94bd9a734dafeed50.tar.gz |
Fixes after merge with 4.1
FOUND is not a reserved keyword anymore
Added Item_field::set_no_const_sub() to be able to mark fields that can't be substituted
Added 'simple_select' method to be able to quickly determinate if a select_result is a normal SELECT
Note that the 5.0 tree is not yet up to date: Sanja will have to fix multi-update-locks for this merge to be complete
Diffstat (limited to 'mysql-test/r/range.result')
-rw-r--r-- | mysql-test/r/range.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/range.result b/mysql-test/r/range.result index a9f40f6c302..e7375b428c2 100644 --- a/mysql-test/r/range.result +++ b/mysql-test/r/range.result @@ -546,4 +546,4 @@ count(*) select count(*) from t2 where x = 18446744073709551601; count(*) 0 -drop table t1; +drop table t1,t2; |