mirror of
https://github.com/MariaDB/server.git
synced 2026-05-05 14:45:31 +02:00
Small fix to avoid problems in building with --without-debug
This commit is contained in:
parent
a4e64e252d
commit
e3f2b29476
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue