summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2000-09-16 20:04:06 -0600
committerunknown <sasha@mysql.sashanet.com>2000-09-16 20:04:06 -0600
commit685982484f834ced81cb52e4a5727f83a29d3653 (patch)
tree8e956d93bda61538a606528c85b54eb6c867d94e /sql/sql_lex.h
parent09d02899db4bea04c0a0e2f5ee2b8070f58c0726 (diff)
downloadmariadb-git-685982484f834ced81cb52e4a5727f83a29d3653.tar.gz
fixed resolve problems
Docs/manual.texi: fixed bad reference sql/sql_lex.h: removed wrongly added backup_dir
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h1
1 files changed, 0 insertions, 1 deletions
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;