List:Commits« Previous MessageNext Message »
From:Konstantin Osipov Date:July 31 2007 1:57pm
Subject:Re: bk commit into 5.0 tree (svoj:1.2487) BUG#29152
View as plain text  
* Sergey Vojtovich <svoj@stripped> [07/07/31 15:12]:

> +    if (thd->slave_thread)
> +    {
> +      /* Try concurrent insert */
> +      *lock_type= (duplic == DUP_UPDATE || duplic == DUP_REPLACE) ?
> +                  TL_WRITE : TL_WRITE_CONCURRENT_INSERT;
> +      return;
> +    }
> +

I wonder if we shouldn't be doing the same on master.

-- 
-- Konstantin Osipov              Software Developer, Moscow, Russia
-- MySQL AB, www.mysql.com   The best DATABASE COMPANY in the GALAXY
Thread
bk commit into 5.0 tree (svoj:1.2487) BUG#29152Sergey Vojtovich31 Jul
  • Re: bk commit into 5.0 tree (svoj:1.2487) BUG#29152Konstantin Osipov31 Jul
  • Re: bk commit into 5.0 tree (svoj:1.2487) BUG#29152Ingo Strüwing2 Aug
Re: bk commit into 5.0 tree (svoj:1.2487) BUG#29152Konstantin Osipov31 Jul