mirror of
https://github.com/MariaDB/server.git
synced 2025-07-04 01:23:45 +03:00
mtr: remove innodb combinations
dead code for about 10 years
This commit is contained in:
@ -1,39 +0,0 @@
|
|||||||
[innodb_plugin]
|
|
||||||
ignore-builtin-innodb
|
|
||||||
plugin-load-add=$HA_INNODB_SO
|
|
||||||
innodb
|
|
||||||
innodb-cmpmem
|
|
||||||
innodb-cmp-per-index
|
|
||||||
innodb-trx
|
|
||||||
innodb-locks
|
|
||||||
innodb-lock-waits
|
|
||||||
innodb-buffer-pool-stats
|
|
||||||
innodb-buffer-page
|
|
||||||
innodb-buffer-page-lru
|
|
||||||
innodb-sys-columns
|
|
||||||
innodb-sys-fields
|
|
||||||
innodb-sys-foreign
|
|
||||||
innodb-sys-foreign-cols
|
|
||||||
innodb-sys-indexes
|
|
||||||
innodb-sys-tables
|
|
||||||
innodb-sys-virtual
|
|
||||||
innodb-metrics
|
|
||||||
|
|
||||||
[innodb]
|
|
||||||
innodb
|
|
||||||
innodb-cmpmem
|
|
||||||
innodb-cmp-per-index
|
|
||||||
innodb-trx
|
|
||||||
innodb-locks
|
|
||||||
innodb-lock-waits
|
|
||||||
innodb-metrics
|
|
||||||
innodb-buffer-pool-stats
|
|
||||||
innodb-buffer-page
|
|
||||||
innodb-buffer-page-lru
|
|
||||||
innodb-sys-columns
|
|
||||||
innodb-sys-fields
|
|
||||||
innodb-sys-foreign
|
|
||||||
innodb-sys-foreign-cols
|
|
||||||
innodb-sys-indexes
|
|
||||||
innodb-sys-tables
|
|
||||||
innodb-sys-virtual
|
|
17
mysql-test/include/have_innodb.opt
Normal file
17
mysql-test/include/have_innodb.opt
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
--innodb
|
||||||
|
--innodb-cmpmem
|
||||||
|
--innodb-cmp-per-index
|
||||||
|
--innodb-trx
|
||||||
|
--innodb-locks
|
||||||
|
--innodb-lock-waits
|
||||||
|
--innodb-metrics
|
||||||
|
--innodb-buffer-pool-stats
|
||||||
|
--innodb-buffer-page
|
||||||
|
--innodb-buffer-page-lru
|
||||||
|
--innodb-sys-columns
|
||||||
|
--innodb-sys-fields
|
||||||
|
--innodb-sys-foreign
|
||||||
|
--innodb-sys-foreign-cols
|
||||||
|
--innodb-sys-indexes
|
||||||
|
--innodb-sys-tables
|
||||||
|
--innodb-sys-virtual
|
@ -4,14 +4,7 @@ use My::Platform;
|
|||||||
@ISA = qw(My::Suite);
|
@ISA = qw(My::Suite);
|
||||||
|
|
||||||
sub skip_combinations {
|
sub skip_combinations {
|
||||||
my @combinations;
|
my %skip;
|
||||||
|
|
||||||
# disable innodb combinations for configurations that were not built
|
|
||||||
push @combinations, 'innodb_plugin' unless $ENV{HA_INNODB_SO};
|
|
||||||
|
|
||||||
push @combinations, 'innodb' unless $::mysqld_variables{'innodb'} eq "ON";
|
|
||||||
|
|
||||||
my %skip = ( 'include/have_innodb.combinations' => [ @combinations ]);
|
|
||||||
|
|
||||||
$skip{'include/innodb_encrypt_log.combinations'} = [ 'crypt' ]
|
$skip{'include/innodb_encrypt_log.combinations'} = [ 'crypt' ]
|
||||||
unless $ENV{DEBUG_KEY_MANAGEMENT_SO};
|
unless $ENV{DEBUG_KEY_MANAGEMENT_SO};
|
||||||
|
@ -5,9 +5,6 @@
|
|||||||
# "create table tab1 (a bigint primary key, b varchar(2048)) engine=InnoDB;"
|
# "create table tab1 (a bigint primary key, b varchar(2048)) engine=InnoDB;"
|
||||||
#
|
#
|
||||||
|
|
||||||
--source include/have_innodb.inc
|
|
||||||
--source include/have_innodb_16k.inc
|
|
||||||
|
|
||||||
# turn on flags
|
# turn on flags
|
||||||
--disable_query_log
|
--disable_query_log
|
||||||
SET GLOBAL innodb_monitor_enable=index_page_merge_attempts;
|
SET GLOBAL innodb_monitor_enable=index_page_merge_attempts;
|
||||||
|
@ -6,9 +6,6 @@
|
|||||||
# "create index index1 on tab1(b(750));"
|
# "create index index1 on tab1(b(750));"
|
||||||
#
|
#
|
||||||
|
|
||||||
--source include/have_innodb.inc
|
|
||||||
--source include/have_innodb_16k.inc
|
|
||||||
|
|
||||||
# turn on flags
|
# turn on flags
|
||||||
--disable_query_log
|
--disable_query_log
|
||||||
SET GLOBAL innodb_monitor_enable=index_page_merge_attempts;
|
SET GLOBAL innodb_monitor_enable=index_page_merge_attempts;
|
||||||
|
@ -5,9 +5,6 @@
|
|||||||
# "create table tab1 (a bigint primary key, b varchar(2048)) engine=InnoDB;"
|
# "create table tab1 (a bigint primary key, b varchar(2048)) engine=InnoDB;"
|
||||||
#
|
#
|
||||||
|
|
||||||
--source include/have_innodb.inc
|
|
||||||
--source include/have_innodb_16k.inc
|
|
||||||
|
|
||||||
# turn on flags
|
# turn on flags
|
||||||
--disable_query_log
|
--disable_query_log
|
||||||
SET GLOBAL innodb_monitor_enable=index_page_merge_attempts;
|
SET GLOBAL innodb_monitor_enable=index_page_merge_attempts;
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
#
|
#
|
||||||
# Check actual behavior for table, partitioned table and temporary table
|
# Check actual behavior for table, partitioned table and temporary table
|
||||||
# #############################################################
|
# #############################################################
|
||||||
|
--source include/have_innodb.inc
|
||||||
--source include/have_innodb_16k.inc
|
--source include/have_innodb_16k.inc
|
||||||
--source include/have_partition.inc
|
--source include/have_partition.inc
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user