Commit 68598248 authored by unknown's avatar unknown

fixed resolve problems


Docs/manual.texi:
  fixed bad reference
sql/sql_lex.h:
  removed wrongly added backup_dir
parent 09d02899
...@@ -17151,7 +17151,7 @@ Note that the table is locked during the time @code{OPTIMIZE TABLE} is ...@@ -17151,7 +17151,7 @@ Note that the table is locked during the time @code{OPTIMIZE TABLE} is
running! running!
@findex CHECK TABLE @findex CHECK TABLE
@node CHECK TABLE, ANALYZE TABLE, OPTIMIZE TABLE, Reference @node CHECK TABLE, BACKUP TABLE, OPTIMIZE TABLE, Reference
@section @code{CHECK TABLE} syntax @section @code{CHECK TABLE} syntax
@example @example
...@@ -127,7 +127,6 @@ typedef struct st_lex { ...@@ -127,7 +127,6 @@ typedef struct st_lex {
HA_CHECK_OPT check_opt; // check/repair options HA_CHECK_OPT check_opt; // check/repair options
HA_CREATE_INFO create_info; 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 thread_id,type;
ulong options; ulong options;
enum_sql_command sql_command; enum_sql_command sql_command;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment