Merge 10.5 into 10.6

This commit is contained in:
Jan Lindström 2022-09-05 14:05:30 +03:00
commit 9fefd440b5
40 changed files with 207 additions and 144 deletions

View file

@ -33,6 +33,9 @@
#include "debug_sync.h"
#include "des_key_file.h"
#include "transaction.h"
#ifdef WITH_WSREP
#include "wsrep_mysqld.h"
#endif
static void disable_checkpoints(THD *thd);