Hi, Sergey! On Oct 17, Sergey Petrunya wrote:
Hello,
I've noticed that centos5-amd64-minimal builds innodb plugin for MariaDB 5.2 and 5.3 (didn't check 5.1)
Right.
Which shows we're building the plugin. Do we really need this?
Yes :) We have users for it, and we'd better check that innodb_plugin is not broken.
(I've discovered this by accident - in 5.3 it now runs innodb_plugin testsuite both with xtradb and innodb_plugin, and we've got a problem as xtradb includes index condition pushdown and xtradb doesn't, which causes them to produce different EXPLAIN outputs: when the test is run with xtradb, we get 'Using index condition', and with innodb_plugin we get 'Using where').
You can move this test to a different suite, which is not run with innodb_plugin. Regards, Sergei