Merge next-mr -> next-4284.

This commit is contained in:
Konstantin Osipov 2010-02-02 12:22:17 +03:00
commit c6c1ddabaf
129 changed files with 3739 additions and 1185 deletions

View file

@ -322,7 +322,7 @@ public:
void close_temporary_tables();
/* Check if UNTIL condition is satisfied. See slave.cc for more. */
bool is_until_satisfied(my_off_t master_beg_pos);
bool is_until_satisfied(THD *thd, Log_event *ev);
inline ulonglong until_pos()
{
return ((until_condition == UNTIL_MASTER_POS) ? group_master_log_pos :