1
0
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:
Oleksandr Byelkin
2018-09-03 14:22:54 +02:00
parent 3cd4da3257
commit a816eac92a
187 changed files with 4359 additions and 194538 deletions

View File

@@ -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,