1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Added option hostname.err

sql/sql_parse.cc:
  added option hostname.err
This commit is contained in:
unknown
2003-01-27 15:37:25 -02:00
parent 48f587a883
commit 6958e3289d
5 changed files with 78 additions and 4 deletions

View File

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