Make dict_remove_db_name non-static.

This commit is contained in:
osku 2006-06-01 09:25:31 +00:00
parent 09265e8c7e
commit 0be459fdb0
2 changed files with 10 additions and 1 deletions

View file

@ -285,7 +285,7 @@ dict_tables_have_same_db(
/************************************************************************
Return the end of table name where we have removed dbname and '/'. */
static
const char*
dict_remove_db_name(
/*================*/

View file

@ -45,6 +45,15 @@ dict_get_db_name_len(
const char* name); /* in: table name in the form
dbname '/' tablename */
/************************************************************************
Return the end of table name where we have removed dbname and '/'. */
const char*
dict_remove_db_name(
/*================*/
/* out: table name */
const char* name); /* in: table name in the form
dbname '/' tablename */
/************************************************************************
Decrements the count of open MySQL handles to a table. */
void