diff options
author | unknown <sasha@mysql.sashanet.com> | 2000-09-16 18:23:30 -0600 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2000-09-16 18:23:30 -0600 |
commit | f22a1bfd20faeb5e44f57bf9d598f20280c25c8d (patch) | |
tree | 6f681582bddd2def1ba81e0d3c3106271176349d /sql | |
parent | ff1216a5a9c453b5c131f08687a99105dc1a391a (diff) | |
download | mariadb-git-f22a1bfd20faeb5e44f57bf9d598f20280c25c8d.tar.gz |
Docs/manual.texi
Updates for BACKUP TABLE/RESTORE TABLE
Added Replication FAQ
Cleaned up TODO list removing a duplicate and features already implemented
Updated changelog for 3.23.25
sql/sql_lex.h
Re-added backup_dir to Lex which dispappeared while resovling conflicts
Docs/manual.texi:
Updates for BACKUP TABLE/RESTORE TABLE
Added Replication FAQ
Cleaned up TODO list removing a duplicate and features already implemented
Updated changelog for 3.23.25
sql/sql_lex.h:
Re-added backup_dir to Lex which dispappeared while resovling conflicts
Diffstat (limited to 'sql')
-rw-r--r-- | sql/sql_lex.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index f4c527cefbc..629da0aaeca 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -125,7 +125,8 @@ typedef struct st_lex { udf_func udf; HA_CHECK_OPT check_opt; // check/repair options HA_CREATE_INFO create_info; - LEX_MASTER_INFO mi; // used by CHANGE MASTER + LEX_MASTER_INFO mi; // used by CHANGE MASTER + char* backup_dir; // used by RESTORE/BACKUP ulong thread_id,type; ulong options; enum_sql_command sql_command; |