mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +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",
|
"High priority write lock",
|
||||||
"Highest priority write lock"
|
"Highest priority write lock"
|
||||||
};
|
};
|
||||||
|
extern HASH open_cache;
|
||||||
|
|
||||||
|
|
||||||
#ifndef DBUG_OFF
|
#ifndef DBUG_OFF
|
||||||
|
|
@ -64,7 +65,6 @@ print_where(COND *cond,const char *info)
|
||||||
}
|
}
|
||||||
/* This is for debugging purposes */
|
/* This is for debugging purposes */
|
||||||
|
|
||||||
extern HASH open_cache;
|
|
||||||
extern TABLE *unused_tables;
|
extern TABLE *unused_tables;
|
||||||
|
|
||||||
void print_cached_tables(void)
|
void print_cached_tables(void)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue