Quantcast
Channel: MySQL Forums - InnoDB
Viewing all articles
Browse latest Browse all 1957

Auto increment value get set to ' 18446744073709551615 ' with multiple load data infile (2 replies)

$
0
0
Hi,

I am facing one problem with one of my project.I have a inventory upload which import data from csv to a innodb table. What happened here is with a multiple load data command (i suppose) the auto increment value get sets to 18446744073709551615 and not letting other insert to work. It was working fine before. I am not sure if the large amount of data in the table creates this issue or not.

Details of the table is as follows

Software version: 5.5.31-0ubuntu0.12.04.1-log - (Ubuntu)

largest insert id used : 17455787099

number of rows in the table : 23887371


some variables realted to this are as follows

auto increment increment 1
auto increment offset 1
autocommit ON
automatic sp privileges ON
innodb autoextend increment 8
innodb autoinc lock mode 1
sql auto is null OFF Documentation

i have removed the delete queries from the table. But still the autoincriment is out of sync

any help is much appreciated

thanks

Nithin

Viewing all articles
Browse latest Browse all 1957

Trending Articles