1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Small fix to avoid problems in building with --without-debug

This commit is contained in:
unknown
2002-11-07 20:11:55 +02:00
parent a4e64e252d
commit e3f2b29476

View File

@ -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)