Commit 450d8e0a authored by Alexander Nozdrin's avatar Alexander Nozdrin

Post-backporting (Bug#28299) fix for fixing results of ndb_views.test.

parent fc8c0b1e
...@@ -22843,10 +22843,9 @@ SELECT * FROM v1 order by 2; ...@@ -22843,10 +22843,9 @@ SELECT * FROM v1 order by 2;
f1 my_sqrt f1 my_sqrt
ABC 0 ABC 0
ABC 1.73205080756888 ABC 1.73205080756888
+ Warnings: Warnings:
+ Warning 1292 Truncated incorrect DOUBLE value: 'DEF' Warning 1292 Truncated incorrect DOUBLE value: 'DEF'
+ Warning 1292 Truncated incorrect DOUBLE value: 'DEF' Warning 1292 Truncated incorrect DOUBLE value: 'DEF'
SELECT SQRT('DEF'); SELECT SQRT('DEF');
SQRT('DEF') SQRT('DEF')
0 0
......
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