Commit a35b19af authored by unknown's avatar unknown

Test result fixed


mysql-test/r/cast.result:
  test result fixed
parent 45b9f0e3
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment