diff options
author | monty@mashka.mysql.fi <> | 2003-09-13 11:35:29 +0300 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2003-09-13 11:35:29 +0300 |
commit | f300e3a164285c76a97b9ae6808d7cd555b6c176 (patch) | |
tree | 9c744cbdbd301249f0686bf0618b5f55b26d7a32 /sql/sql_test.cc | |
parent | efce59fc3fcacf94c25a9648df03fda5e0a94b87 (diff) | |
download | mariadb-git-f300e3a164285c76a97b9ae6808d7cd555b6c176.tar.gz |
Remove 'extern' references from .cc files
Diffstat (limited to 'sql/sql_test.cc')
-rw-r--r-- | sql/sql_test.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/sql_test.cc b/sql/sql_test.cc index d2f97640010..f991a09398b 100644 --- a/sql/sql_test.cc +++ b/sql/sql_test.cc @@ -41,7 +41,6 @@ static const char *lock_descriptions[] = "High priority write lock", "Highest priority write lock" }; -extern HASH open_cache; #ifndef DBUG_OFF @@ -65,7 +64,6 @@ print_where(COND *cond,const char *info) } /* This is for debugging purposes */ -extern TABLE *unused_tables; void print_cached_tables(void) { |