Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.1(EOL)
-
None
-
10.1.14
Description
Test fails with Warning differences
CURRENT_TEST: innodb.innodb_uninstall
|
--- /var/tmp/portage/dev-db/mariadb-10.1.9/work/mysql/mysql-test/suite/innodb/r/innodb_uninstall.result 2015-11-20 20:08:03.000000000 -0500
|
+++ /var/tmp/portage/dev-db/mariadb-10.1.9/work/mysql/mysql-test/suite/innodb/r/innodb_uninstall.reject 2015-11-23 12:24:05.990663334 -0500
|
@@ -1,6 +1,4 @@
|
install plugin innodb soname 'ha_innodb';
|
-Warnings:
|
-Warning 1105 Cannot enable tc-log at run-time. XA features of InnoDB are disabled
|
create table t1(a int not null primary key) engine=innodb;
|
begin;
|
insert into t1 values(1);
|
@@ -12,8 +10,6 @@
|
Warnings:
|
Warning 1620 Plugin is busy and will be uninstalled on shutdown
|
install plugin innodb soname 'ha_innodb';
|
-Warnings:
|
-Warning 1105 Cannot enable tc-log at run-time. XA features of InnoDB are disabled
|
drop table t1;
|
create table t2(a int not null primary key) engine=innodb;
|
insert into t2 values(1);
|
|
mysqltest: Result length mismatch
|
|
- saving '/var/tmp/portage/dev-db/mariadb-10.1.9/temp/var-tests/2/log/innodb.innodb_uninstall/' to '/var/tmp/portage/dev-db/mariadb-10.1.9/temp/var-t
|
ests/log/innodb.innodb_uninstall/'
|
|