From f10802c621873620c4fd2ff3d19139134a8ad6e3 Mon Sep 17 00:00:00 2001 From: tangenta Date: Wed, 10 Jun 2020 13:17:21 +0800 Subject: [PATCH] remove auto_random option (#343) --- pkg/task/restore.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/task/restore.go b/pkg/task/restore.go index fd9be0b7d..f53765c0f 100644 --- a/pkg/task/restore.go +++ b/pkg/task/restore.go @@ -551,8 +551,6 @@ func enableTiDBConfig() { // and we can handle alter drop pk/add pk DDLs with no impact conf.AlterPrimaryKey = true - // set this to true for some auto random DDL execute normally during incremental restore - conf.Experimental.AllowAutoRandom = true conf.Experimental.AllowsExpressionIndex = true config.StoreGlobalConfig(conf)