diff options
Diffstat (limited to 'mysql-test/r/sel000030.result')
-rw-r--r-- | mysql-test/r/sel000030.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/sel000030.result b/mysql-test/r/sel000030.result index 575549b600f..460df893025 100644 --- a/mysql-test/r/sel000030.result +++ b/mysql-test/r/sel000030.result @@ -1,2 +1,2 @@ -IF(0,"ERROR","this") IF(1,"is","ERROR") IF(NULL,"ERROR","a") IF(1,2,3)|0 IF(1,2.0,3.0)+0 -this is a 2 2.0 +IF(0,"ERROR","this") IF(1,"is","ERROR") IF(NULL,"ERROR","a") IF(1,2,3)|0 IF(1,2.0,3.0)+0 +this is a 2 2.0 |