mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
perfschema compilation, test and misc fixes
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
--source include/have_innodb.inc
|
||||
--source include/have_perfschema.inc
|
||||
|
||||
--source include/turn_off_only_full_group_by.inc
|
||||
#--source include/turn_off_only_full_group_by.inc
|
||||
|
||||
# There are several InnoDB io_handler_threads servicing for read IO, write IO etc.
|
||||
# The number of these threads is at least for some types configurable.
|
||||
@ -20,4 +20,4 @@ FROM performance_schema.threads
|
||||
WHERE name LIKE 'thread/innodb/%'
|
||||
GROUP BY name;
|
||||
|
||||
--source include/restore_sql_mode_after_turn_off_only_full_group_by.inc
|
||||
#--source include/restore_sql_mode_after_turn_off_only_full_group_by.inc
|
||||
|
Reference in New Issue
Block a user