From 8257a37df382a05e3e065934df47d065acb12e31 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 7 Nov 2002 20:11:55 +0200 Subject: Small fix to avoid problems in building with --without-debug --- sql/sql_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/sql_test.cc') 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) -- cgit v1.2.1