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/'
|
|
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Labels | need_feedback |
Labels | need_feedback |
Status | Open [ 1 ] | Confirmed [ 10101 ] |
Fix Version/s | 10.1 [ 16100 ] | |
Affects Version/s | 10.1 [ 16100 ] | |
Affects Version/s | 10.1.9 [ 20301 ] | |
Assignee | Nirbhay Choubey [ nirbhay_c ] | |
Priority | Minor [ 4 ] | Major [ 3 ] |
Environment | Gentoo x86_64 |
Component/s | wsrep [ 11500 ] |
Priority | Major [ 3 ] | Critical [ 2 ] |
Sprint | 10.1.14 [ 51 ] |
Rank | Ranked lower |
Status | Confirmed [ 10101 ] | In Progress [ 3 ] |
Fix Version/s | 10.1.14 [ 21804 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Remote Link | This issue links to "Commit (Web Link)" [ 27334 ] |
Remote Link | This issue links to "Commit (Web Link)" [ 27334 ] |
Remote Link | This issue links to "Commit (Web Link)" [ 27339 ] |
Workflow | MariaDB v3 [ 72711 ] | MariaDB v4 [ 149855 ] |
grknight,
How do you build (cmake options), and how do you run the test (command line)?