summaryrefslogtreecommitdiff
path: root/mysql-test/main/func_group.result
diff options
context:
space:
mode:
authorDaniel Black <daniel@mariadb.org>2022-10-12 10:42:54 +1100
committerDaniel Black <daniel@mariadb.org>2022-10-22 08:47:10 +1100
commite46217182fab8f451799624402c2466474115926 (patch)
tree03671f73e20fd9e79e42c7ee02c8de1b1f5342fe /mysql-test/main/func_group.result
parent6bc2e9338127cf9e97fa76cc97ab23f9c929991b (diff)
downloadmariadb-git-e46217182fab8f451799624402c2466474115926.tar.gz
MDEV-29678 Valgrind/MSAN uninitialised value errors upon PS with ALTER under ONLY_FULL_GROUP_BY
st_select_lex::init_query is called in the exectuion of EXECUTE IMMEDIATE 'alter table ...'. so reset the initialization at the same point we set join= 0.
Diffstat (limited to 'mysql-test/main/func_group.result')
-rw-r--r--mysql-test/main/func_group.result4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/main/func_group.result b/mysql-test/main/func_group.result
index c52e31b86d7..0f3169e330f 100644
--- a/mysql-test/main/func_group.result
+++ b/mysql-test/main/func_group.result
@@ -2548,5 +2548,9 @@ Warning 1292 Truncated incorrect DOUBLE value: 'x'
Warning 1292 Truncated incorrect DOUBLE value: 'x'
DROP TABLE t1;
#
+# MDEV-29678 Valgrind/MSAN uninitialised value errors upon PS with ALTER under ONLY_FULL_GROUP_BY
+#
+SET STATEMENT sql_mode=ONLY_FULL_GROUP_BY FOR EXECUTE IMMEDIATE 'ALTER TABLE mysql.time_zone_transition ORDER BY Time_zone_id, Transition_time';
+#
# End of 10.3 tests
#