diff options
author | unknown <miguel@light.local> | 2001-12-30 00:22:01 -0200 |
---|---|---|
committer | unknown <miguel@light.local> | 2001-12-30 00:22:01 -0200 |
commit | e7e0994e80b7a0ff712f1340621a91897268f6b4 (patch) | |
tree | 36d61f1d3a11a6380e30c40d72124b550cc6618e /sql | |
parent | 5a7177fd465fbf51a74915269131e7428b4dc6e6 (diff) | |
download | mariadb-git-e7e0994e80b7a0ff712f1340621a91897268f6b4.tar.gz |
Minors changes for the Windows 3.23.47 release
mysys/my_bitmap.c:
Eliminate unresolved external linkage for bzero
sql/sql_do.cc:
Eliminate warning for unreferenced local variable
Diffstat (limited to 'sql')
-rw-r--r-- | sql/sql_do.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_do.cc b/sql/sql_do.cc index 8e197b47fd5..57a6f88ed63 100644 --- a/sql/sql_do.cc +++ b/sql/sql_do.cc @@ -22,7 +22,6 @@ int mysql_do(THD *thd, List<Item> &values) { - int error; List_iterator<Item> li(values); Item *value; DBUG_ENTER("mysql_do"); |