summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
diff options
context:
space:
mode:
authorhf@deer.(none) <>2003-06-17 21:53:13 +0500
committerhf@deer.(none) <>2003-06-17 21:53:13 +0500
commitb82e89d872402ceadb9c68ab85c4387f01e609cf (patch)
tree8bec4511106588d39e833346b08272d3d00f72ee /sql/sql_parse.cc
parentc4e3a624b87540794a579d3c48ad93bcaab8c634 (diff)
parent319124508aef16ff1886bf4d681ca89c466da7ae (diff)
downloadmariadb-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.cc1
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;