Commit 567adbf3 authored by Alexander Nozdrin's avatar Alexander Nozdrin

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

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