Commit add8e4d1 authored by Gleb Shchepa's avatar Gleb Shchepa

Bug #42188: After-push test file update (see bug 42321)

parent 02c57a12
......@@ -292,7 +292,7 @@ drop table t1;
CREATE TABLE t1 (i INT);
CREATE TRIGGER t_after_insert AFTER INSERT ON t1 FOR EACH ROW SET @bug42188 = 10;
INSERT INTO t1 VALUES (1);
--change_user
--change_user root,,test
INSERT INTO t1 VALUES (1);
DROP TABLE t1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment