mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
5.6.41-84.1
This commit is contained in:
@@ -31,10 +31,8 @@ Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved.
|
||||
namespace tokudb {
|
||||
|
||||
struct dir_cmd_callbacks {
|
||||
void (*set_error)(THD *thd,
|
||||
int error,
|
||||
const char *error_fmt,
|
||||
...);
|
||||
void (*set_error)(THD *thd, int error, const char *error_fmt, ...)
|
||||
MY_ATTRIBUTE((format(printf, 3, 4)));
|
||||
};
|
||||
|
||||
void process_dir_cmd(THD *thd,
|
||||
|
||||
Reference in New Issue
Block a user