mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
After-merge fixes: .result file update
This commit is contained in:
parent
a15a4d674d
commit
d4e3aa4c6f
2 changed files with 4 additions and 0 deletions
|
@ -120,6 +120,9 @@ drop trigger trg;
|
|||
drop table t1;
|
||||
show status like "%trigger%";
|
||||
Variable_name Value
|
||||
Binlog_group_commit_trigger_count 0
|
||||
Binlog_group_commit_trigger_lock_wait 0
|
||||
Binlog_group_commit_trigger_timeout 0
|
||||
Com_create_trigger 1
|
||||
Com_drop_trigger 1
|
||||
Com_show_create_trigger 0
|
||||
|
|
|
@ -87,6 +87,7 @@ SLEEP(2)
|
|||
1
|
||||
SHOW STATUS LIKE '%timeout%';
|
||||
Variable_name Value
|
||||
Binlog_group_commit_trigger_timeout 0
|
||||
Master_gtid_wait_timeouts 0
|
||||
Ssl_default_timeout 0
|
||||
Ssl_session_cache_timeouts 0
|
||||
|
|
Loading…
Reference in a new issue