Re: concurrent insert documentation clarification

2001-12-12 Thread Benjamin Pflugmann
Hi. On Wed, Dec 12, 2001 at 04:32:27AM -0700, [EMAIL PROTECTED] wrote: > The MySQL documentation says: > > "To ensure that the update log/binary log can be used to re-create the > original tables, MySQL will not allow concurrent inserts during INSERT > SELECT" > > Does this mean: Normally

concurrent insert documentation clarification

2001-12-12 Thread Michael Griffith
The MySQL documentation says: "To ensure that the update log/binary log can be used to re-create the original tables, MySQL will not allow concurrent inserts during INSERT SELECT" Does this mean: A. An INSERT...SELECT cannot run if any other SELECT is running on the table OR B. An INSERT