Commit 4ae5ba2d authored by unknown's avatar unknown

Merge mysql.com:/home/svoj/devel/mysql/engines/mysql-5.0

into  mysql.com:/home/svoj/devel/mysql/engines/mysql-5.0-engines

parents f43ee99c 9397becc
...@@ -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