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:
ram@gw.mysql.r18.ru
2004-08-12 11:28:39 +05:00
parent 31c0ecb28e
commit 74c64904c7
4 changed files with 14 additions and 1 deletions

View File

@ -402,3 +402,9 @@ insert into t1 values ('-21474836461','-21474836461');
show warnings;
select * from t1;
drop table t1;
#
# Bug #4878: LEFT() in integer/float context
#
select left(1234, 3) + 0;