From 450d8e0aa64f9753182955f64c5aed93a233cbde Mon Sep 17 00:00:00 2001 From: Alexander Nozdrin Date: Sun, 11 Oct 2009 01:37:24 +0400 Subject: [PATCH] Post-backporting (Bug#28299) fix for fixing results of ndb_views.test. --- mysql-test/suite/funcs_1/r/ndb_views.result | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/mysql-test/suite/funcs_1/r/ndb_views.result b/mysql-test/suite/funcs_1/r/ndb_views.result index ac166233126..0f35649b393 100644 --- a/mysql-test/suite/funcs_1/r/ndb_views.result +++ b/mysql-test/suite/funcs_1/r/ndb_views.result @@ -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