summaryrefslogtreecommitdiff
path: root/sql/sql_test.cc
diff options
context:
space:
mode:
authorSinisa@sinisa.nasamreza.org <>2002-11-07 20:11:55 +0200
committerSinisa@sinisa.nasamreza.org <>2002-11-07 20:11:55 +0200
commitdb99aeb24104529aa3314444c4e1691d558f95cc (patch)
tree2b92d682b3c781c9f724b8e5098de2ec706099e9 /sql/sql_test.cc
parentc94b39134f1240b5c35c89071d22ba29a942b74d (diff)
downloadmariadb-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.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)