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:
@ -94,7 +94,7 @@ select 10.0+cast('a' as decimal);
|
|||||||
10.0+cast('a' as decimal)
|
10.0+cast('a' as decimal)
|
||||||
10.00
|
10.00
|
||||||
Warnings:
|
Warnings:
|
||||||
Error 1366 Incorrect decimal value: '' for column '' at row -1
|
Warning 1292 Truncated incorrect DECIMAL value: 'a'
|
||||||
select 10E+0+'a';
|
select 10E+0+'a';
|
||||||
10E+0+'a'
|
10E+0+'a'
|
||||||
10
|
10
|
||||||
|
Reference in New Issue
Block a user