mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 16:25:30 +02:00
Merge 10.0 into 10.1
Also, implement MDEV-11027 a little differently from 5.5 and 10.0: recv_apply_hashed_log_recs(): Change the return type back to void (DB_SUCCESS was always returned). Report progress also via systemd using sd_notifyf().
This commit is contained in:
commit
ad0c218a44
338 changed files with 11297 additions and 5856 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue