Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.0(EOL), 10.1(EOL)
-
None
Description
$ perl ./mtr main.features --embedded-server
|
|
...
|
CURRENT_TEST: main.features
|
--- /data/repo/git/10.1/mysql-test/r/features.result 2015-05-12 01:55:28.000000000 +0300
|
+++ /data/repo/git/10.1/mysql-test/r/features.reject 2015-05-12 21:36:25.000000000 +0300
|
@@ -120,15 +120,15 @@
|
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
|
Com_show_triggers 1
|
Executed_triggers 2
|
Feature_trigger 2
|
+Binlog_group_commit_trigger_count 0
|
+Binlog_group_commit_trigger_lock_wait 0
|
+Binlog_group_commit_trigger_timeout 0
|
#
|
# Feature xml
|
#
|
|
mysqltest: Result content mismatch
|
Apparently it started happening from this push: http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest/builds/4187
Attachments
Issue Links
- blocks
-
MDEV-7069 Fix buildbot failures in main server trees
- Stalled