This an important security bugfix release which also adds a number of experimental features.
Bugfixes:
- merged with upstream MySQL 5.5.23 (security bugs fixed in 5.5.22 and 5.5.23)
- IO cache was not reset on trx cleanup if the writeset was empty
- ALTER TABLE RENAME and row deletion could conflict on slave
- slave applier can fail for exceeded max_allowed_packet size
- clustered index not included in key set
- locking session can deadlock multi-master
New experimental features:
- Runtime consistency check support (to be integrated with Percona tools)
- Hard crash recovery support (global transaction ID can be recovered by running 'mysqld --wsrep-recover')
- MyISAM storage engine support (non-deterministic functions unsupported), disabled by default, use wsrep_replicate_myisam to enable
- Solaris 11 x86 build support (see http://www.codership.com/wiki/doku.php?id=compile_galera)
Specifically, it runs INSERT..SELECT statement, having a magic comment
/*! 99997 */ synchronized in all cluster nodes. Percona is working to
make use of this in pt-table-checksum tool.
-seppo
Quoting federated_life <m...@zinctech.com>:
> Hi Alex,
>
> Is there more documentation on 'Runtime consistency check support.' ?
>
> thanks
>
> On Tuesday, April 24, 2012 7:19:27 AM UTC-4, Alexey Yurchenko wrote:
>>
>> This an important security bugfix release which also adds a number of
>> experimental features.
>>
>> Bugfixes:
>> - merged with upstream MySQL 5.5.23 (security bugs fixed in 5.5.22 and
>> 5.5.23)
>> - IO cache was not reset on trx cleanup if the writeset was empty
>> - ALTER TABLE RENAME and row deletion could conflict on slave
>> - slave applier can fail for exceeded max_allowed_packet size
>> - clustered index not included in key set
>> - locking session can deadlock multi-master
>>
>> New *experimental* features:
Regards,
Alex
--
Alexey Yurchenko,
Codership Oy, www.codership.com
Skype: alexey.yurchenko, Phone: +358-400-516-011
Hi Laurent,
There are no debug messages related to these warnings :(
However, I learned that you are running a source build, which is
somewhat different than our releases.
e.g. rpl_semi_* variables are
present in your build.
I was out of the loop and missed the fact that
you are building for Solaris.
And it may be that affected rows
statistics work differently in your build.
Also, your configuration seems to have innodb_autoinc_lock_mode == 1,
and this is not supported. You should set value 2 for this variable.
I suggest testing for consistency in instance table to make sure that
these warnings are really false positives.
-seppo