summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
authorAnurag Shekhar <anurag.shekhar@sun.com>2009-03-09 15:03:02 +0530
committerAnurag Shekhar <anurag.shekhar@sun.com>2009-03-09 15:03:02 +0530
commit9540d3017e8dde3e6a741f1ff5838c5af786c747 (patch)
tree53f618beab005e055e62827c7d544a6d38a251af /storage
parent6d3bdcf19087312ea82769be40183c8b3f161b7d (diff)
downloadmariadb-git-9540d3017e8dde3e6a741f1ff5838c5af786c747.tar.gz
fixing warning during compilation.
Diffstat (limited to 'storage')
-rw-r--r--storage/myisammrg/ha_myisammrg.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/myisammrg/ha_myisammrg.cc b/storage/myisammrg/ha_myisammrg.cc
index 5bd7c7dd05c..839dfbdb683 100644
--- a/storage/myisammrg/ha_myisammrg.cc
+++ b/storage/myisammrg/ha_myisammrg.cc
@@ -872,7 +872,7 @@ int ha_myisammrg::info(uint flag)
table->s->crashed= 1;
#endif
stats.data_file_length= mrg_info.data_file_length;
- if (mrg_info.errkey >= table_share->keys)
+ if (mrg_info.errkey >= (int) table_share->keys)
{
/*
If value of errkey is higher than the number of keys