mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge branch '5.5' into 10.0
This commit is contained in:
@ -33,7 +33,8 @@ enum enum_mysql_completiontype {
|
||||
COMMIT_RELEASE=-1, COMMIT=0, COMMIT_AND_CHAIN=6
|
||||
};
|
||||
|
||||
extern "C" int test_if_data_home_dir(const char *dir);
|
||||
extern "C" int path_starts_from_data_home_dir(const char *dir);
|
||||
int test_if_data_home_dir(const char *dir);
|
||||
int error_if_data_home_dir(const char *path, const char *what);
|
||||
|
||||
bool multi_update_precheck(THD *thd, TABLE_LIST *tables);
|
||||
|
Reference in New Issue
Block a user