44
int open(const char *opt_name __attribute__((__unused__)))
44
int open(const char *opt_name __attribute__((unused)))
46
46
void close(void) { }
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__))) { }
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))) { }