Re: file size limit hitting when "LOAD DATA INFILE"

2002-06-24 Thread Bhavin Vyas
day, June 24, 2002 7:23 PM Subject: file size limit hitting when "LOAD DATA INFILE" > Hi, all: > I use MySQL 3.23.47, RH linux 7.2, file size limit is 4G. When "LOAD > DATA INFILE" to a table whose file size is 4G, it fails and mysql_error(...) > reports "Lost con

file size limit hitting when "LOAD DATA INFILE"

2002-06-24 Thread Buding Chen
Hi, all: I use MySQL 3.23.47, RH linux 7.2, file size limit is 4G. When "LOAD DATA INFILE" to a table whose file size is 4G, it fails and mysql_error(...) reports "Lost connection to MySQL server during query". How can I clearly know the failed reason is just hit the 4G file size limit? If

file size limit hitting when "LOAD DATA INFILE"

2002-06-24 Thread Buding Chen
Hi, all: I use MySQL 3.23.47, RH linux 7.2, file size limit is 4G. When "LOAD DATA INFILE" to a table whose file size is 4G, it fails and mysql_error(...) reports "Lost connection to MySQL server during query". How can I clearly know the failed reason is just hit the 4G file size limit? If