← Back to team overview

maria-developers team mailing list archive

Re: A newer InnoDB in 10.0 series?

 

Hi Elena,

On 12 Nov 2013, at 20:52, Elena Stepanova <elenst@xxxxxxxxxxxxxxxx> 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



References