1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Post-merge fix

This commit is contained in:
igor@olga.mysql.com
2007-02-13 15:49:42 -08:00
parent 266300142e
commit c84ee7079c
2 changed files with 0 additions and 2 deletions

View File

@ -3786,4 +3786,3 @@ coalesce(cast(1111111111111111111 as unsigned), 1) co;
i c co
1111111111111111111 1111111111111111111 1111111111111111111
End of 5.0 tests

View File

@ -3254,4 +3254,3 @@ select
coalesce(cast(1111111111111111111 as unsigned), 1) co;
--echo End of 5.0 tests