mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 23:25:34 +02:00
bug#24667 After ALTER TABLE operation ndb_dd table becomes regular ndb: copy tablespace from old table in copying alter table
This commit is contained in:
parent
1747206729
commit
1e10672496
7 changed files with 36 additions and 11 deletions
|
|
@ -824,7 +824,7 @@ private:
|
|||
uint set_up_partition_info(partition_info *part_info,
|
||||
TABLE *table,
|
||||
void *tab);
|
||||
char* get_tablespace_name(THD *thd);
|
||||
char* get_tablespace_name(THD *thd, char *name);
|
||||
int set_range_data(void *tab, partition_info* part_info);
|
||||
int set_list_data(void *tab, partition_info* part_info);
|
||||
int complemented_read(const byte *old_data, byte *new_data,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue