I have a php file with (shorten):
1. CREATE TEMPORARY TABLE .... on tableA;
2. REPLACE into ... tableA;
3. CREATE TEMPORARY TABLE ... on tableA;
4. REPLACE into tableA;

Can i be sure that the REPLACE in step 2. will be finished before the
TEMPORARY table in step 3. is made(or do i need to use some kind of table
locks etc.)?




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to