1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Merge weblab.(none):/home/marcsql/TREE/mysql-5.0-24532

into  weblab.(none):/home/marcsql/TREE/mysql-5.1-24532-merge
This commit is contained in:
malff/marcsql@weblab.(none)
2007-02-12 14:01:46 -07:00
5 changed files with 293 additions and 6 deletions

View File

@ -128,3 +128,6 @@ f1 f2 if(f1, 40.0, 5.00)
0 0 5.00
1 1 40.00
drop table t1;
select if(0, 18446744073709551610, 18446744073709551610);
if(0, 18446744073709551610, 18446744073709551610)
18446744073709551610