mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
fixing warning during compilation.
This commit is contained in:
parent
ea7a84bf7e
commit
9eba69618d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue