diff options
author | Andrei Elkin <aelkin@mysql.com> | 2009-11-10 20:45:15 +0200 |
---|---|---|
committer | Andrei Elkin <aelkin@mysql.com> | 2009-11-10 20:45:15 +0200 |
commit | d09bded416299026e3268c0364af601560bd3882 (patch) | |
tree | 4673f5dde3aac3f1173eb33cbd96a67269d48499 /sql/sql_lex.h | |
parent | 60d4662496c0831753085b172d70b39d98164892 (diff) | |
parent | 69d6fcbd3b225c177c4e0e3af65aa2cf9494eff3 (diff) | |
download | mariadb-git-d09bded416299026e3268c0364af601560bd3882.tar.gz |
merging 5.1 main -> 5.1-rep+2 -> 5.1-rep+3; binlog_unsafe , rpl_mysql_upgrade fail and are under treatment
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 3e278f784a6..b826a6851b2 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -1892,13 +1892,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 |