fix: Added primary key to perf_times to improve DELETE performance on replicas using ROW based replication (#7493)

* fix: Added primary key to perf_times to improve DELETE performance on replicas using ROW based replication

* moved sql file

* moved sql file

* Rebased

* fixed schema

* moved sql file
This commit is contained in:
Neil Lathwood
2017-10-31 21:08:16 +00:00
committed by GitHub
co-authored by GitHub
parent 6e3ea8b28e
commit cb333071c8
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
ALTER TABLE `config` CHANGE `config_group_order` `config_group_order` INT(11) NOT NULL DEFAULT 0;
ALTER TABLE `config` CHANGE `config_sub_group_order` `config_sub_group_order` INT(11) NOT NULL DEFAULT 0;
ALTER TABLE `config` CHANGE `config_sub_group_order` `config_sub_group_order` INT(11) NOT NULL DEFAULT 0;