44
int open(const char *opt_name) { return 0; }
46
int log_xid(THD *thd, my_xid xid) { return 1; }
47
void unlog(ulong cookie, my_xid xid) { }
44
int open(const char *opt_name __attribute__((__unused__)))
47
int log_xid(THD *thd __attribute__((__unused__)),
48
my_xid xid __attribute__((__unused__))) { return 1; }
49
void unlog(ulong cookie __attribute__((__unused__)),
50
my_xid xid __attribute__((__unused__))) { }