diff options
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r-- | sql/mysql_priv.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h index caf3130c517..124392f4c63 100644 --- a/sql/mysql_priv.h +++ b/sql/mysql_priv.h @@ -2111,6 +2111,9 @@ void broadcast_refresh(void); bool lock_table_names(THD *thd, TABLE_LIST *table_list); void unlock_table_names(THD *thd); +/* Lock based on stored routine name */ +bool lock_routine_name(THD *thd, bool is_function, const char *db, + const char *name); /* old unireg functions */ |