diff options
author | Ingo Struewing <ingo.struewing@sun.com> | 2009-10-02 13:27:48 +0200 |
---|---|---|
committer | Ingo Struewing <ingo.struewing@sun.com> | 2009-10-02 13:27:48 +0200 |
commit | 60819c6a652cb2077ab7c684adadbc63ac694517 (patch) | |
tree | 2abe30b77ac2a2ce2e50173dc413ee879d722c3a /sql/sql_lex.h | |
parent | 2deaff4d3f7a16c0f5ccb37228a7114d926f2b45 (diff) | |
parent | 7c5e6dd96a2651849be96fa18668433242314f89 (diff) | |
download | mariadb-git-60819c6a652cb2077ab7c684adadbc63ac694517.tar.gz |
auto-merge
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index 76fd5354c51..4e4794ef2cf 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -1735,13 +1735,6 @@ typedef struct st_lex : public Query_tables_list const char *stmt_definition_end; - /* - Pointers to part of LOAD DATA statement that should be rewritten - during replication ("LOCAL 'filename' REPLACE INTO" part). - */ - const char *fname_start; - const char *fname_end; - /** During name resolution search only in the table list given by Name_resolution_context::first_name_resolution_table and |