mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
perfschema compilation, test and misc fixes
This commit is contained in:
@ -8,11 +8,7 @@ connection master;
|
||||
|
||||
*** Create test tables
|
||||
|
||||
<<<<<<< HEAD
|
||||
show variables like 'binlog_format%';
|
||||
=======
|
||||
show global variables like '%binlog_format%';
|
||||
>>>>>>> merge-perfschema-5.7
|
||||
show global variables like 'binlog_format%';
|
||||
Variable_name Value
|
||||
binlog_format MIXED
|
||||
drop table if exists test.marker;
|
||||
@ -48,11 +44,7 @@ Expect 1
|
||||
#
|
||||
connection master;
|
||||
|
||||
<<<<<<< HEAD
|
||||
show variables like 'binlog_format%';
|
||||
=======
|
||||
show global variables like '%binlog_format%';
|
||||
>>>>>>> merge-perfschema-5.7
|
||||
show global variables like 'binlog_format%';
|
||||
Variable_name Value
|
||||
binlog_format MIXED
|
||||
*** Clear statement events
|
||||
|
Reference in New Issue
Block a user