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

Test result fixed

mysql-test/r/cast.result:
  test result fixed
This commit is contained in:
unknown
2005-04-08 09:23:10 +05:00
parent 45b9f0e3a0
commit a35b19af45

View File

@ -94,7 +94,7 @@ select 10.0+cast('a' as decimal);
10.0+cast('a' as decimal)
10.00
Warnings:
Error 1366 Incorrect decimal value: '' for column '' at row -1
Warning 1292 Truncated incorrect DECIMAL value: 'a'
select 10E+0+'a';
10E+0+'a'
10