mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
debug_sync is now a service, available to dynamically loaded plugins.
new make target - abi_update libservices/HOWTO: remove references to Makefile.am small tweaks
This commit is contained in:
parent
20e706689d
commit
0d5adca0de
22 changed files with 439 additions and 409 deletions
|
|
@ -80,6 +80,8 @@ void thd_progress_next_stage(void* thd);
|
|||
void thd_progress_end(void* thd);
|
||||
const char *set_thd_proc_info(void*, const char * info, const char *func,
|
||||
const char *file, unsigned int line);
|
||||
#include <mysql/service_debug_sync.h>
|
||||
extern void (*debug_sync_C_callback_ptr)(void*, const char *, size_t);
|
||||
struct st_mysql_xid {
|
||||
long formatID;
|
||||
long gtrid_length;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue