diff options
author | Administrador@light. <> | 2003-01-27 15:37:25 -0200 |
---|---|---|
committer | Administrador@light. <> | 2003-01-27 15:37:25 -0200 |
commit | 826993bba2c8e0ecb12e480b79e7eb952b790bec (patch) | |
tree | eb4415abb8afbbe8500e432982ee080e69d41c54 /sql/mysql_priv.h | |
parent | 30eb9c57550b6baf6f8ad541f2eef6da87ce94e1 (diff) | |
download | mariadb-git-826993bba2c8e0ecb12e480b79e7eb952b790bec.tar.gz |
Added option hostname.err
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r-- | sql/mysql_priv.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h index 75bf4e97634..5a957514d28 100644 --- a/sql/mysql_priv.h +++ b/sql/mysql_priv.h @@ -627,6 +627,7 @@ extern uchar *days_in_month; extern char language[LIBLEN],reg_ext[FN_EXTLEN]; extern char glob_hostname[FN_REFLEN], mysql_home[FN_REFLEN]; extern char pidfile_name[FN_REFLEN], time_zone[30], *opt_init_file; +extern char log_error_file[FN_REFLEN]; extern char blob_newline; extern double log_10[32]; extern ulonglong keybuff_size; @@ -813,6 +814,9 @@ extern int sql_cache_hit(THD *thd, char *inBuf, uint length); /* item.cc */ Item *get_system_var(enum_var_type var_type, LEX_STRING name); +/* log.cc */ +bool flush_error_log(void); + /* Some inline functions for more speed */ inline bool add_item_to_list(Item *item) |