[Maria-developers] A newer InnoDB in 10.0 series?
Hi! I see that we are shipping InnoDB from 5.6.5 (at least that's what the plugin version tells me - 1.2.5). Are we going to pop XtraDB or a modern InnoDB into 10.0.6? Thanks -- Colin Charles, Chief Evangelist MariaDB | t: +6-012-204-3201 | Skype: colincharles
Hi Colin, On 11/12/2013 4:45 PM, Colin Charles wrote:
Hi!
I see that we are shipping InnoDB from 5.6.5 (at least that's what the plugin version tells me - 1.2.5). Are we going to pop XtraDB or a modern InnoDB into 10.0.6?
We are shipping 5.6.10, AFAIR the last '5' in the InnoDB version comes from our version 10.0.5, which of course is confusing. That said, we still need a newer one. Regards, /E
Thanks -- Colin Charles, Chief Evangelist MariaDB | t: +6-012-204-3201 | Skype: colincharles
_______________________________________________ Mailing list: https://launchpad.net/~maria-developers Post to : maria-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~maria-developers More help : https://help.launchpad.net/ListHelp
Hi Elena, On 12 Nov 2013, at 20:52, Elena Stepanova <elenst@montyprogram.com> wrote:
Hi Colin,
On 11/12/2013 4:45 PM, Colin Charles wrote:
Hi!
I see that we are shipping InnoDB from 5.6.5 (at least that's what the plugin version tells me - 1.2.5). Are we going to pop XtraDB or a modern InnoDB into 10.0.6?
We are shipping 5.6.10, AFAIR the last '5' in the InnoDB version comes from our version 10.0.5, which of course is confusing.
Yes, my mistake - I noticed that in 10.0.4 we shifted to 5.6.10's InnoDB. Upstream seems to have now labelled it based on what the release is, so it should no longer report 1.2.x but the version it was merged from. See: MySQL 5.6.13 MySQL [(none)]> show global variables like 'innodb_ver%'; +----------------+--------+ | Variable_name | Value | +----------------+--------+ | innodb_version | 5.6.13 | +----------------+--------+ 1 row in set (0.08 sec) MariaDB 10.0.5 MariaDB [innodbfts]> SHOW GLOBAL VARIABLES LIKE 'innodb_ver%'; +----------------+-------+ | Variable_name | Value | +----------------+-------+ | innodb_version | 1.2.5 | +----------------+-------+ 1 row in set (0.00 sec)
That said, we still need a newer one.
You're right. We also have to start thinking at XtraDB again -- Colin Charles, Chief Evangelist MariaDB | t: +6-012-204-3201 | Skype: colincharles
participants (3)
-
Colin Charles
-
Elena Stepanova
-
Sergei Golubchik