mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
After merge fix.
This commit is contained in:
parent
8f4b0d946a
commit
0830486836
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ void ha_myisammrg::info(uint flag)
|
|||
with such a number, it'll be an error later anyway.
|
||||
*/
|
||||
bzero((char*) table->key_info[0].rec_per_key,
|
||||
sizeof(table->key_info[0].rec_per_key) * table->key_parts);
|
||||
sizeof(table->key_info[0].rec_per_key) * table->s->key_parts);
|
||||
#endif
|
||||
memcpy((char*) table->key_info[0].rec_per_key,
|
||||
(char*) info.rec_per_key,
|
||||
|
|
Loading…
Reference in a new issue