summaryrefslogtreecommitdiff
path: root/sql/sql_test.cc
diff options
context:
space:
mode:
authorunknown <Sinisa@sinisa.nasamreza.org>2002-11-07 20:11:55 +0200
committerunknown <Sinisa@sinisa.nasamreza.org>2002-11-07 20:11:55 +0200
commite3f2b294762deeec5bba40d761178cd526ff861c (patch)
tree2b92d682b3c781c9f724b8e5098de2ec706099e9 /sql/sql_test.cc
parenta4e64e252d16a6b7a140ae14ae24fd9d92c558c3 (diff)
downloadmariadb-git-e3f2b294762deeec5bba40d761178cd526ff861c.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.cc2
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)