53
int open(const char *opt_name __attribute__((unused)))
53
int open(const char *)
55
55
void close(void) { }
56
int log_xid(Session *session __attribute__((unused)),
57
my_xid xid __attribute__((unused))) { return 1; }
58
void unlog(ulong cookie __attribute__((unused)),
59
my_xid xid __attribute__((unused))) { }
56
int log_xid(Session *, my_xid) { return 1; }
57
void unlog(ulong, my_xid) { }