From 9230d389ff69b9b105e4bd0de540d393d426d66c Mon Sep 17 00:00:00 2001 From: marko <> Date: Mon, 14 May 2007 07:12:31 +0000 Subject: [PATCH] ha_innodb.cc: Remove the declarations of some global InnoDB variables whose name starts with srv_. These variables are declared in the header files that are covered by #include directives in ha_innodb.cc. --- handler/ha_innodb.cc | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/handler/ha_innodb.cc b/handler/ha_innodb.cc index be080824ff9..7bec2e0917d 100644 --- a/handler/ha_innodb.cc +++ b/handler/ha_innodb.cc @@ -60,18 +60,6 @@ is defined the same in both builds: the MySQL server and the InnoDB plugin. */ extern pthread_mutex_t LOCK_thread_count; #endif /* MYSQL_SERVER */ -extern "C" { -extern ulong srv_max_buf_pool_modified_pct; -extern ulong srv_max_purge_lag; -extern ulong srv_auto_extend_increment; -extern ulong srv_n_spin_wait_rounds; -extern ulong srv_n_free_tickets_to_enter; -extern ulong srv_thread_sleep_delay; -extern ulong srv_thread_concurrency; -extern ulong srv_commit_concurrency; -extern ulong srv_flush_log_at_trx_commit; -} - /** to protect innobase_open_files */ static pthread_mutex_t innobase_share_mutex; /** to force correct commit order in binlog */