Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ddl: fix alter table exchange partition does not work if table has ti…
…flash replica (#17940) * exchange partition init push * exchange partition: check table is compatiable * add checke in ddl worker * validate check * Basic functions have been completed * autoID added * test add * hash exchange partition add * format * test add * test add * auto id fix * add cancel job test * add exchange partition compatiable test * add test of partition * add more test and set go mod * fix the conflict * add more test of table compatible * fix comment * rename function * fix wrong english spell * add test for expression index * add check in ddl worker * rename word * add global config of expression index * add auto_random test * comment fix * more test added * add failed point * remove variable * Update ddl/column.go Co-authored-by: Lynn <[email protected]> * Update ddl/ddl_api.go Co-authored-by: Lynn <[email protected]> * comment fix * add test * add test * exchange auto_random * fix range columns partition * fix comment * fix comment * fix comment * fix bug * fix comment * fix comment * fix comment * fix comment * bug fix * address comment * address comment * address comment * bug fix * bug fix * sql fix * add test of auto_random * expand the implementation of ApplyDiff * fix typo * Update ddl/partition.go Co-authored-by: Lynn <[email protected]> * address comment * fix bug of exchanging partition on tiflash replica * delete duplicate code * reset tiflash statu * Update ddl/ddl_api.go Co-authored-by: Lynn <[email protected]> * Update ddl/ddl_api.go Co-authored-by: Lynn <[email protected]> * address comment * exchange partition init push * fix bug of exchanging partition on tiflash replica * reset tiflash statu * reset mod * address comment * address comment Co-authored-by: Lynn <[email protected]> Co-authored-by: crazycs <[email protected]> Co-authored-by: tiancaiamao <[email protected]>
- Loading branch information