| List: | Commits | « Previous MessageNext Message » | |
| From: | Konstantin Osipov | Date: | July 20 2010 9:58am |
| Subject: | Re: bzr commit into mysql-5.1-bugteam branch (Li-Bing.Song:3470) WL#5370 | ||
| View as plain text | |||
* Libing Song <Li-Bing.Song@stripped> [10/07/20 07:19]: > > Why do you need this? > Above two questions have the same answer: > First, Should we care the occasion that the table doesn't exist on > master but exists on slave? No, since we can't come up with any meaningful solution. This issue has to be addressed with conflict resolution triggers. > Second, It will go out sync when a temporary table exists with the same > name. The 'INSERT SELECT' statement will insert the rows into the > temporary table.(Please check my former email). > However, We can confine the warning on the occasion that the temporary > table already exists by checking if there is a temporary table with the > same name after locking all tables. OK, this is much better. --
