summaryrefslogtreecommitdiff
path: root/mysql-test/r/order_by_zerolength-4285.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/order_by_zerolength-4285.result')
-rw-r--r--mysql-test/r/order_by_zerolength-4285.result14
1 files changed, 7 insertions, 7 deletions
diff --git a/mysql-test/r/order_by_zerolength-4285.result b/mysql-test/r/order_by_zerolength-4285.result
index f60ce7d90c7..52204d14191 100644
--- a/mysql-test/r/order_by_zerolength-4285.result
+++ b/mysql-test/r/order_by_zerolength-4285.result
@@ -3,14 +3,14 @@ insert into t1 values (1),(2),(3),(4),(5),(6),(7),(8),(9),(10);
select * from t1 order by now(), cast(pk as char(0));
pk
1
-2
-3
-4
-5
-6
-7
-8
9
+8
+7
+6
+5
+4
+3
+2
10
Warnings:
Warning 1292 Truncated incorrect CHAR(0) value: '1'