mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 11:31:51 +01:00
Post-backporting (Bug#28299) fix for fixing results of ndb_views.test.
This commit is contained in:
parent
b1e0d137b3
commit
567adbf334
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue