mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
MDEV-6247: Merge 10.0-galera to 10.1.
Merged lp:maria/maria-10.0-galera up to revision 3879. Added a new functions to handler API to forcefully abort_transaction, producing fake_trx_id, get_checkpoint and set_checkpoint for XA. These were added for future possiblity to add more storage engines that could use galera replication.
This commit is contained in:
@@ -5,7 +5,8 @@ drop table if exists t1;
|
||||
#
|
||||
# test for bug LP#875797 "Using 'innodb_sys_indexes' causes core dump"
|
||||
#
|
||||
select @@version_comment limit 1 ;
|
||||
# disable version_commit as it could contain wsrep
|
||||
#select @@version_comment limit 1 ;
|
||||
--disable_result_log
|
||||
SELECT COUNT(*) FROM `information_schema`.`INNODB_SYS_INDEXES` ;
|
||||
CREATE TABLE test.t1 ( `a` SERIAL NOT NULL , `b` VARCHAR( 255 ) NOT NULL , INDEX ( `b` ) ) ENGINE = InnoDB ;
|
||||
|
Reference in New Issue
Block a user