mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
After merge fix.
This commit is contained in:
parent
12fb87ac28
commit
9397becc6d
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…
Add table
Add a link
Reference in a new issue