RE: extended insert limit?

2005-02-22 Thread Crouch, Luke H.
thanks much. exactly what I needed. -L -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 11:22 AM To: Crouch, Luke H. Cc: mysql@lists.mysql.com Subject: Re: extended insert limit? "Crouch, Luke H." <[EMAIL PROTECTED]

Re: extended insert limit?

2005-02-22 Thread SGreen
"Crouch, Luke H." <[EMAIL PROTECTED]> wrote on 02/22/2005 12:18:51 PM: > what is the limit to the number of records that can be inserted via > an extended insert statement. I know mysqldump creates a new insert > statement every X records, but I forgot what that number is, and I'm > trying to d

extended insert limit?

2005-02-22 Thread Crouch, Luke H.
what is the limit to the number of records that can be inserted via an extended insert statement. I know mysqldump creates a new insert statement every X records, but I forgot what that number is, and I'm trying to duplicate the action. thanks, -L