summaryrefslogtreecommitdiff
path: root/storage/tokudb/tokudb_dir_cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/tokudb/tokudb_dir_cmd.h')
-rw-r--r--storage/tokudb/tokudb_dir_cmd.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/storage/tokudb/tokudb_dir_cmd.h b/storage/tokudb/tokudb_dir_cmd.h
index b39caadc7c3..2036d3f65fb 100644
--- a/storage/tokudb/tokudb_dir_cmd.h
+++ b/storage/tokudb/tokudb_dir_cmd.h
@@ -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,