1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00
Files
mariadb/sql
Michael Widenius 60ddf6f2b7 Fixes to allow one to compile and test innodb_plugin
If one compiles innodb_plugin, then the tests in suite/innodb_plugin will use the plugin. If not and xtradb is used, the tests will use xtradb.



mysql-test/include/have_innodb_plugin.inc:
  Test both for innodb_plugin and xtradb
mysql-test/include/have_real_innodb_plugin.inc:
  Test if we are using innodb_plugin (but not xtradb)
mysql-test/include/have_xtradb.inc:
  Test if xtradb is used
mysql-test/lib/mtr_cases.pm:
  Enable easy testing of innodb_plugin
mysql-test/mysql-test-run.pl:
  Added supression for difference between xtradb & innodb_plugin
mysql-test/suite/innodb_plugin/r/innodb-index-ip.result:
  Tests from innodb-index that gave different results for innodb_plugin and xtradb
mysql-test/suite/innodb_plugin/r/innodb-index-xb.result:
  Tests from innodb-index that gave different results for innodb_plugin and xtradb
mysql-test/suite/innodb_plugin/r/innodb-index.result:
  Move tests away that gave different results for innodb_plugin and xtradb
mysql-test/suite/innodb_plugin/r/innodb-ip.result:
  Tests from innodb-index that gave different results for innodb_plugin and xtradb
mysql-test/suite/innodb_plugin/r/innodb-xb.result:
  Tests from innodb-index that gave different results for innodb_plugin and xtradb
mysql-test/suite/innodb_plugin/r/innodb.result:
  Move tests away that gave different results for innodb_plugin and xtradb
mysql-test/suite/innodb_plugin/r/innodb_bug21704-xb.result:
  Test result differ for xtradb
mysql-test/suite/innodb_plugin/r/innodb_bug46000.result:
  Remove (not needed) error message not given by MariaDB
mysql-test/suite/innodb_plugin/r/innodb_bug49164-xb.result:
  Test result differs for xtradb
mysql-test/suite/innodb_plugin/r/innodb_bug49164.result:
  Update results
mysql-test/suite/innodb_plugin/r/innodb_bug53591.result:
  Remove (not needed) error message not given by MariaDB
mysql-test/suite/innodb_plugin/r/innodb_bug54679.result:
  Updated result file
mysql-test/suite/innodb_plugin/r/innodb_mysql.result:
  Updated result file
mysql-test/suite/innodb_plugin/t/disabled.def:
  Disable some tests that depends on newer version of XtraDB
mysql-test/suite/innodb_plugin/t/innodb-index-ip.test:
  Tests from innodb-index that gave different results for innodb_plugin and xtradb
mysql-test/suite/innodb_plugin/t/innodb-index-xb.test:
  Tests from innodb-index that gave different results for innodb_plugin and xtradb
mysql-test/suite/innodb_plugin/t/innodb-index.test:
  Move tests away that gave different results for innodb_plugin and xtradb
mysql-test/suite/innodb_plugin/t/innodb-ip.test:
  Tests from innodb-index that gave different results for innodb_plugin and xtradb
mysql-test/suite/innodb_plugin/t/innodb-xb.test:
  Tests from innodb-index that gave different results for innodb_plugin and xtradb
mysql-test/suite/innodb_plugin/t/innodb.test:
  Move tests away that gave different results for innodb_plugin and xtradb
mysql-test/suite/innodb_plugin/t/innodb_bug21704-xb.test:
  Test result differ for xtradb
mysql-test/suite/innodb_plugin/t/innodb_bug21704.test:
  Test result differ for xtradb
mysql-test/suite/innodb_plugin/t/innodb_bug53591.test:
  Test results only makes sence for innodb_plugin (things works ok for xtradb)
sql/sql_table.cc:
  Don't set HA_CREATE_USED_ROW_FORMAT for create table (only for update_create_info) if ROW_FORMAT is not used.
storage/innodb_plugin/handler/ha_innodb.cc:
  Fixed wrong error message from innodb.
  This is needed as MariaDB properly handles errors from ha_index_init()
storage/xtradb/handler/ha_innodb.cc:
  Update base information for XtraDB so that one can use informationschema.plugins to check if one is using XtraDB
2010-08-04 00:26:17 +03:00
..
2010-04-28 14:52:24 +02:00
2010-08-02 12:01:24 +03:00
2010-04-28 14:52:24 +02:00
2010-04-28 14:52:24 +02:00
2010-08-02 12:01:24 +03:00
2010-04-28 14:52:24 +02:00
2010-05-27 20:18:31 +03:00
2010-08-02 12:01:24 +03:00
2010-08-02 12:01:24 +03:00
2010-04-21 02:25:59 +02:00
2010-08-02 12:01:24 +03:00
2010-08-02 12:01:24 +03:00
2010-04-28 14:52:24 +02:00
2010-04-28 14:52:24 +02:00
2010-03-04 09:03:07 +01:00
2010-05-26 21:55:40 +03:00
2010-08-02 12:01:24 +03:00
2010-05-26 21:55:40 +03:00
2010-08-02 12:01:24 +03:00
2010-08-02 12:01:24 +03:00
2010-01-15 17:27:55 +02:00
2010-08-02 12:01:24 +03:00
2010-05-26 21:55:40 +03:00
2009-09-08 00:50:10 +04:00
2010-08-02 12:01:24 +03:00
2010-08-02 12:01:24 +03:00
2010-08-02 12:01:24 +03:00
2010-08-02 12:01:24 +03:00
2010-04-21 02:25:59 +02:00
2010-08-02 12:01:24 +03:00
2010-08-02 12:01:24 +03:00
2010-08-02 12:01:24 +03:00
2008-11-22 01:10:38 +01:00
2008-11-22 01:10:38 +01:00
2010-08-02 12:01:24 +03:00
2010-08-02 12:01:24 +03:00
2010-08-02 12:01:24 +03:00
2009-09-08 00:50:10 +04:00
2010-04-28 14:52:24 +02:00
2009-09-08 00:50:10 +04:00
2010-08-02 12:01:24 +03:00
2010-08-02 12:01:24 +03:00
2010-01-28 19:51:40 -02:00
2010-08-02 12:01:24 +03:00
2010-03-04 09:03:07 +01:00
2010-03-17 19:15:41 +01:00
2010-08-02 12:01:24 +03:00
2010-08-02 12:01:24 +03:00
2010-08-02 12:01:24 +03:00
2010-04-28 14:52:24 +02:00
2010-08-02 12:01:24 +03:00
2009-04-29 07:59:10 +05:00
2009-12-18 16:44:24 -02:00
2008-01-23 13:26:41 -07:00
2010-06-11 16:52:06 +04:00
2009-06-17 16:56:44 +02:00
2009-06-17 16:56:44 +02:00
2010-08-02 12:01:24 +03:00
2010-08-02 12:01:24 +03:00
2009-08-13 02:34:21 +04:00
2010-08-02 12:01:24 +03:00
2010-08-02 12:01:24 +03:00
2010-08-02 12:01:24 +03:00
2010-03-04 09:03:07 +01:00
2010-03-04 09:03:07 +01:00
2008-12-10 18:16:21 +04:00
2010-08-02 12:01:24 +03:00
2010-08-02 12:01:24 +03:00
2009-06-17 16:56:44 +02:00
2010-08-02 12:01:24 +03:00
2010-08-02 12:01:24 +03:00
2010-08-02 12:01:24 +03:00
2010-08-02 12:01:24 +03:00
2010-08-02 12:01:24 +03:00
2010-08-02 12:01:24 +03:00
2010-01-24 15:03:23 +08:00
2010-08-02 12:01:24 +03:00
2010-08-02 12:01:24 +03:00
2010-04-28 14:52:24 +02:00
2010-08-02 12:01:24 +03:00
2009-10-13 19:57:36 +03:00
2009-09-08 00:50:10 +04:00
2009-01-14 18:50:51 +04:00
2010-01-25 10:55:05 +08:00
2010-08-02 12:01:24 +03:00
2010-08-02 12:01:24 +03:00
2010-08-02 12:01:24 +03:00
2010-08-02 12:01:24 +03:00
2009-11-03 20:45:52 +03:00
2010-08-02 12:01:24 +03:00
2010-08-02 12:01:24 +03:00
2009-06-17 16:56:44 +02:00
2009-06-17 16:56:44 +02:00
2010-08-02 12:01:24 +03:00
2009-09-08 00:50:10 +04:00