Re: [Maria-developers] unexpected "Duplicate entry" error

2013-02-26 Thread Kazuhiko Shiozaki
Hi Kristian, On 21/02/2013 13:31, Kristian Nielsen wrote: >> I tried setting SERIALIZABLE isolation globally and confirmed that >> (much) more deadlocks happened. But unfortunately "Duplicate entry" >> error still happens. >> >>@@GLOBAL.tx_isolation: SERIALIZABLE >> @

Re: [Maria-developers] How to copy IO_CACHE into a string?

2013-02-26 Thread Lixun Peng
Hi, Anybody can help me to review it? Thank you! On Mon, Feb 25, 2013 at 2:17 PM, Lixun Peng wrote: > Hi Guys, > > I want to copy the contents of the IO_CACHE into a string. > But I'm not found a function can do it, but I found > "my_b_copy_to_file" can do the similar thing, so I implement a > f