1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Bug #17499 Alter table of ndb partitioned tables causes mysqld to core

- moved used_partitions initialization
This commit is contained in:
unknown
2006-02-28 14:29:48 +01:00
parent b203771eab
commit 50ce511bdb
2 changed files with 6 additions and 3 deletions

View File

@ -5200,8 +5200,6 @@ copy_data_between_tables(TABLE *from,TABLE *to,
*/
to->file->ha_set_all_bits_in_write_set();
from->file->ha_retrieve_all_cols();
if (from->part_info)
bitmap_set_all(&(from->part_info->used_partitions));
init_read_record(&info, thd, from, (SQL_SELECT *) 0, 1,1);
if (ignore ||
handle_duplicates == DUP_REPLACE)