diff options
author | Sinisa@sinisa.nasamreza.org <> | 2002-11-07 20:11:55 +0200 |
---|---|---|
committer | Sinisa@sinisa.nasamreza.org <> | 2002-11-07 20:11:55 +0200 |
commit | db99aeb24104529aa3314444c4e1691d558f95cc (patch) | |
tree | 2b92d682b3c781c9f724b8e5098de2ec706099e9 /sql/sql_test.cc | |
parent | c94b39134f1240b5c35c89071d22ba29a942b74d (diff) | |
download | mariadb-git-db99aeb24104529aa3314444c4e1691d558f95cc.tar.gz |
Small fix to avoid problems in building with --without-debug
Diffstat (limited to 'sql/sql_test.cc')
-rw-r--r-- | sql/sql_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_test.cc b/sql/sql_test.cc index b3bf47e7fd2..3fbeaa753db 100644 --- a/sql/sql_test.cc +++ b/sql/sql_test.cc @@ -41,6 +41,7 @@ static const char *lock_descriptions[] = "High priority write lock", "Highest priority write lock" }; +extern HASH open_cache; #ifndef DBUG_OFF @@ -64,7 +65,6 @@ print_where(COND *cond,const char *info) } /* This is for debugging purposes */ -extern HASH open_cache; extern TABLE *unused_tables; void print_cached_tables(void) |