summaryrefslogtreecommitdiff
path: root/mysql-test/r/func_debug.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/func_debug.result')
-rw-r--r--mysql-test/r/func_debug.result14
1 files changed, 7 insertions, 7 deletions
diff --git a/mysql-test/r/func_debug.result b/mysql-test/r/func_debug.result
index f55bfca80f5..f1453344e0e 100644
--- a/mysql-test/r/func_debug.result
+++ b/mysql-test/r/func_debug.result
@@ -1629,8 +1629,8 @@ WHEN -9223372036854775808 THEN 'one'
c
NULL
Warnings:
-Note 1105 DBUG: [0] arg=0 handler=0 (bigint)
-Note 1105 DBUG: [1] arg=2 handler=1 (decimal)
+Note 1105 DBUG: [0] arg=1 handler=0 (bigint)
+Note 1105 DBUG: [1] arg=3 handler=1 (decimal)
DROP TABLE t1;
#
# MDEV-11555 CASE with a mixture of TIME and DATETIME returns a wrong result
@@ -1648,10 +1648,10 @@ CASE TIME'10:20:30'
good was_bad_now_good
one one
Warnings:
-Note 1105 DBUG: [0] arg=0 handler=0 (time)
-Note 1105 DBUG: [1] arg=2 handler=0 (time)
-Note 1105 DBUG: [0] arg=0 handler=0 (time)
-Note 1105 DBUG: [1] arg=2 handler=0 (time)
-Note 1105 DBUG: [2] arg=4 handler=2 (datetime)
+Note 1105 DBUG: [0] arg=1 handler=0 (time)
+Note 1105 DBUG: [1] arg=3 handler=0 (time)
+Note 1105 DBUG: [0] arg=1 handler=0 (time)
+Note 1105 DBUG: [1] arg=3 handler=0 (time)
+Note 1105 DBUG: [2] arg=5 handler=2 (datetime)
SET SESSION debug_dbug="-d,Predicant_to_list_comparator";
SET SESSION debug_dbug="-d,Item_func_in";