Commit 9eba6961 authored by Anurag Shekhar's avatar Anurag Shekhar

fixing warning during compilation.

parent ea7a84bf
...@@ -872,7 +872,7 @@ int ha_myisammrg::info(uint flag) ...@@ -872,7 +872,7 @@ int ha_myisammrg::info(uint flag)
table->s->crashed= 1; table->s->crashed= 1;
#endif #endif
stats.data_file_length= mrg_info.data_file_length; 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 If value of errkey is higher than the number of keys
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment