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

A fix (Bug #4878: Service crashes on query execution)

This commit is contained in:
unknown
2004-08-12 11:28:39 +05:00
parent e21380034c
commit a7d2c573f1
4 changed files with 14 additions and 1 deletions

View File

@ -673,3 +673,6 @@ c1 c2
2147483647 4294967295
-2147483648 0
drop table t1;
select left(1234, 3) + 0;
left(1234, 3) + 0
123