Re: [Maria-discuss] xtradb in 10.0

2014-02-07 Thread Sergei Golubchik
Hi, Laurynas! On Feb 07, Laurynas Biveinis wrote: > Sergei, Colin, MariaDB - > > >> >> "XtraDB storage engine was upgraded to the 5.6 version. Now one can > >> >> use XtraDB with MariaDB 10.0. Unlike MariaDB 5.5, in 10.0 XtraDB is > >> >> not the default engine, the default is InnoDB, and XtraDB

[Maria-discuss] GCC native thread local storage (Was: xtradb in 10.0)

2014-02-07 Thread Kristian Nielsen
Laurynas Biveinis writes: > We have another platform-specific addition: thread-local storage > implemented by __thread GCC keyword, which is GNU specific. This is Hm, this is interesting, I was not aware of the __thread feature. This looks to be much more efficient than pthread_getspecific(), wh