mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
Bug #42188: After-push test file update (see bug 42321)
This commit is contained in:
parent
cf1c870510
commit
75342ddd34
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue