1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

merge 5.1-bt repository to my local branch.

This commit is contained in:
Andrei Elkin
2008-12-12 17:33:11 +02:00
5 changed files with 34 additions and 36 deletions

View File

@ -163,4 +163,5 @@ SELECT * FROM (SELECT MAX(IFNULL(CAST(c AS UNSIGNED), 0)) FROM t1) AS te;
DROP TABLE t1;
--echo End of 5.0 tests