diff options
author | msvensson@neptunus.(none) <> | 2006-03-23 08:22:11 +0100 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2006-03-23 08:22:11 +0100 |
commit | ba2ddc869c402384a245e668f6c01f2ae1055aff (patch) | |
tree | 2cbb1f8217519c76f00a3a9cf344b6704c3c0637 /sql/parse_file.cc | |
parent | 123f5135938370cb45bfa2187f70d441f7a9d297 (diff) | |
parent | c6e6c0d6490eafc2bdf19349f10ae2738b7b8c2f (diff) | |
download | mariadb-git-ba2ddc869c402384a245e668f6c01f2ae1055aff.tar.gz |
Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0
into neptunus.(none):/home/msvensson/mysql/mysql-5.1
Diffstat (limited to 'sql/parse_file.cc')
-rw-r--r-- | sql/parse_file.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/parse_file.cc b/sql/parse_file.cc index 2a602e9ba28..7faa4081d7d 100644 --- a/sql/parse_file.cc +++ b/sql/parse_file.cc @@ -759,7 +759,6 @@ File_parser::parse(gptr base, MEM_ROOT *mem_root, char *eol; LEX_STRING *str; List<LEX_STRING> *list; - ulonglong *num; DBUG_ENTER("File_parser::parse"); while (ptr < end && found < required) |