diff options
author | hf@deer.(none) <> | 2003-06-17 21:53:13 +0500 |
---|---|---|
committer | hf@deer.(none) <> | 2003-06-17 21:53:13 +0500 |
commit | b82e89d872402ceadb9c68ab85c4387f01e609cf (patch) | |
tree | 8bec4511106588d39e833346b08272d3d00f72ee /sql/sql_parse.cc | |
parent | c4e3a624b87540794a579d3c48ad93bcaab8c634 (diff) | |
parent | 319124508aef16ff1886bf4d681ca89c466da7ae (diff) | |
download | mariadb-git-b82e89d872402ceadb9c68ab85c4387f01e609cf.tar.gz |
SCRUM
merged conflicts about my previous commit
it seems there are some errors left - gonna check...
Diffstat (limited to 'sql/sql_parse.cc')
-rw-r--r-- | sql/sql_parse.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc index a9a29904b60..47c7026c184 100644 --- a/sql/sql_parse.cc +++ b/sql/sql_parse.cc @@ -2308,7 +2308,6 @@ mysql_execute_command(THD *thd) break; } case SQLCOM_UPDATE: - TABLE_LIST *table; if (check_db_used(thd,tables)) goto error; |