From 9eba69618d4b4df05878f31073368339020fff3d Mon Sep 17 00:00:00 2001 From: Anurag Shekhar Date: Mon, 9 Mar 2009 15:03:02 +0530 Subject: [PATCH] fixing warning during compilation. --- storage/myisammrg/ha_myisammrg.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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