summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorunknown <guilhem@mysql.com>2004-05-03 23:35:11 +0200
committerunknown <guilhem@mysql.com>2004-05-03 23:35:11 +0200
commit38b5ea0487f5ce63ad38238c3f0f2ba62e275746 (patch)
treeac48b1e19ecfb2c21ad3a9885d0059511052e36a /sql
parent4841aa284b861ec94eabd3a5b6d542e9a5531732 (diff)
downloadmariadb-git-38b5ea0487f5ce63ad38238c3f0f2ba62e275746.tar.gz
trying to remove Windows compiler warnings (Miguel, could you please check if it's better now?)
innobase/eval/eval0eval.c: explicit cast sql/ha_innodb.cc: removed unused variable
Diffstat (limited to 'sql')
-rw-r--r--sql/ha_innodb.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/ha_innodb.cc b/sql/ha_innodb.cc
index 4192df22e5c..872a6abef8b 100644
--- a/sql/ha_innodb.cc
+++ b/sql/ha_innodb.cc
@@ -4780,7 +4780,6 @@ innodb_show_status(
/*===============*/
THD* thd) /* in: the MySQL query thread of the caller */
{
- char* buf;
Protocol *protocol= thd->protocol;
trx_t* trx;