mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
bug 17290 and bug 14350
added THD::work_part_info member where we now store modified partition_info structure. It allows no solve problem when different parts of the part_info get into different mem_roots sql/partition_info.cc: get_clone implementation sql/partition_info.h: get_clone() declared sql/sql_class.h: THD::work_part_info added sql/sql_partition.cc: thd->work_part_info instead of lex->part_info sql/sql_table.cc: thd->work_part_info instad of lex->part_info sql/unireg.cc: thd->work_part_info instad of lex->part_info
This commit is contained in:
parent
4ac5afa3b9
commit
6a421c56cc
6 changed files with 72 additions and 22 deletions
|
|
@ -229,6 +229,7 @@ public:
|
|||
}
|
||||
~partition_info() {}
|
||||
|
||||
partition_info *get_clone();
|
||||
/* Answers the question if subpartitioning is used for a certain table */
|
||||
bool is_sub_partitioned()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue