diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-04-09 16:18:37 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-04-09 16:18:37 +0200 |
commit | 336da6e2709dac5f065a14cebadeb2c97eaf1f47 (patch) | |
tree | 302db50fcd6dc727751a48072048f0cf5d64f5c3 /sql/sql_parse.h | |
parent | 02c712aa546df8d6e9c285e6adc95309925673e3 (diff) | |
download | mariadb-git-336da6e2709dac5f065a14cebadeb2c97eaf1f47.tar.gz |
cleanup
Diffstat (limited to 'sql/sql_parse.h')
-rw-r--r-- | sql/sql_parse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_parse.h b/sql/sql_parse.h index 6d47e648be2..25c41cc624c 100644 --- a/sql/sql_parse.h +++ b/sql/sql_parse.h @@ -34,6 +34,7 @@ enum enum_mysql_completiontype { }; extern "C" int test_if_data_home_dir(const char *dir); +int error_if_data_home_dir(const char *path, const char *what); bool multi_update_precheck(THD *thd, TABLE_LIST *tables); bool multi_delete_precheck(THD *thd, TABLE_LIST *tables); |