mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 01:04:19 +01:00
Make dict_remove_db_name non-static.
This commit is contained in:
parent
09265e8c7e
commit
0be459fdb0
2 changed files with 10 additions and 1 deletions
|
@ -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(
|
||||
/*================*/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue