From 685982484f834ced81cb52e4a5727f83a29d3653 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 16 Sep 2000 20:04:06 -0600 Subject: [PATCH] fixed resolve problems Docs/manual.texi: fixed bad reference sql/sql_lex.h: removed wrongly added backup_dir --- Docs/manual.texi | 2 +- sql/sql_lex.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Docs/manual.texi b/Docs/manual.texi index 50a4ff56150..b346b2c9c67 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -17151,7 +17151,7 @@ Note that the table is locked during the time @code{OPTIMIZE TABLE} is running! @findex CHECK TABLE -@node CHECK TABLE, ANALYZE TABLE, OPTIMIZE TABLE, Reference +@node CHECK TABLE, BACKUP TABLE, OPTIMIZE TABLE, Reference @section @code{CHECK TABLE} syntax @example diff --git a/sql/sql_lex.h b/sql/sql_lex.h index 6ee5a4dfccb..05189afc907 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -127,7 +127,6 @@ typedef struct st_lex { HA_CHECK_OPT check_opt; // check/repair options HA_CREATE_INFO create_info; 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;