Small fix to avoid problems in building with --without-debug
This commit is contained in:
parent
a4e64e252d
commit
e3f2b29476
@ -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…
x
Reference in New Issue
Block a user