You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1 CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `v1` AS select 1 AS `1` from `t1` union (select 1 AS `1` from DUAL where 1 group by 1 having 1 for update) latin1 latin1_swedish_ci
6991
6991
DROP VIEW v1;
6992
6992
DROP TABLE t1;
6993
+
#
6994
+
# MDEV-35090: (Item_func_current_user) Assertion
6995
+
# `typeid(*copy) == typeid(*this)' failed in
6996
+
# Item_func_or_sum::do_build_clone
6997
+
#
6998
+
CREATE VIEW v AS SELECT 1;
6999
+
SELECT * FROM v WHERE UpdateXML('<user>N/A</user>','/a',CURRENT_USER());
0 commit comments