mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.0 into 10.1
This commit is contained in:
@@ -292,6 +292,7 @@ CREATE DEFINER=root@localhost
|
||||
PROCEDURE add_suppression(pattern VARCHAR(255))
|
||||
BEGIN
|
||||
INSERT INTO test_suppressions (pattern) VALUES (pattern);
|
||||
FLUSH NO_WRITE_TO_BINLOG TABLE test_suppressions;
|
||||
END
|
||||
*/||
|
||||
|
||||
|
Reference in New Issue
Block a user