mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
restore the condition in filename_to_tablename()
(broken in the revid:sergii@pisem.net-20130615170931-bn2h8j30vu5bfp0t)
This commit is contained in:
@@ -123,11 +123,8 @@ enum enum_explain_filename_mode
|
||||
/** Don't check foreign key constraints while renaming table */
|
||||
#define NO_FK_CHECKS (1 << 4)
|
||||
|
||||
uint filename_to_tablename(const char *from, char *to, uint to_length
|
||||
#ifndef DBUG_OFF
|
||||
, bool stay_quiet = false
|
||||
#endif /* DBUG_OFF */
|
||||
);
|
||||
uint filename_to_tablename(const char *from, char *to, uint to_length,
|
||||
bool stay_quiet = false);
|
||||
uint tablename_to_filename(const char *from, char *to, uint to_length);
|
||||
uint check_n_cut_mysql50_prefix(const char *from, char *to, uint to_length);
|
||||
bool check_mysql50_prefix(const char *name);
|
||||
|
Reference in New Issue
Block a user