Skip to content

Commit c175f49

Browse files
committed
Disable innodb bulk load, because of MDEV-34703
1 parent 9e1923c commit c175f49

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

client/mysqlimport.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -816,8 +816,6 @@ static MYSQL *db_connect(char *host, char *database,
816816
db_error(mysql);
817817
if (mysql_query(mysql, "set @save_tz=@@session.time_zone"))
818818
db_error(mysql);
819-
if (mysql_query(mysql, "set unique_checks= 0"))
820-
db_error(mysql);
821819
if (mysql_query(mysql, "/*M!100200 set check_constraint_checks=0*/"))
822820
db_error(mysql);
823821
return mysql;

0 commit comments

Comments
 (0)