Commit 5ca46fd1 authored by unknown's avatar unknown

After merge fix.

parent 1d6f4eeb
...@@ -335,7 +335,7 @@ void ha_myisammrg::info(uint flag) ...@@ -335,7 +335,7 @@ void ha_myisammrg::info(uint flag)
with such a number, it'll be an error later anyway. with such a number, it'll be an error later anyway.
*/ */
bzero((char*) table->key_info[0].rec_per_key, 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 #endif
memcpy((char*) table->key_info[0].rec_per_key, memcpy((char*) table->key_info[0].rec_per_key,
(char*) info.rec_per_key, (char*) info.rec_per_key,
......
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