summaryrefslogtreecommitdiff
path: root/mysql-test/suite
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2019-03-25 16:14:39 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2019-03-25 16:14:39 +0200
commitdbc0d576a3f402ae52423fe424ed0a68f49537ef (patch)
tree8b4b725681dd96d190f3e23932a5a3b67114c769 /mysql-test/suite
parentc3a6c683e2bba4111a69a34303af13ff9a45b46a (diff)
parent525e79b057ce1256aac9f8248b89d8d507ab22c3 (diff)
downloadmariadb-git-dbc0d576a3f402ae52423fe424ed0a68f49537ef.tar.gz
Merge 10.2 into 10.3
Diffstat (limited to 'mysql-test/suite')
-rw-r--r--mysql-test/suite/innodb/r/innodb_bug14676111.result6
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/suite/innodb/r/innodb_bug14676111.result b/mysql-test/suite/innodb/r/innodb_bug14676111.result
index d1e21c92d95..49d099263de 100644
--- a/mysql-test/suite/innodb/r/innodb_bug14676111.result
+++ b/mysql-test/suite/innodb/r/innodb_bug14676111.result
@@ -39,7 +39,7 @@ Table Op Msg_type Msg_text
test.t1 analyze status OK
select CLUST_INDEX_SIZE from information_schema.INNODB_SYS_TABLESTATS where NAME = 'test/t1';
CLUST_INDEX_SIZE
-5
+4
set global innodb_limit_optimistic_insert_debug = 10000;
connection con2;
rollback;
@@ -50,7 +50,7 @@ Table Op Msg_type Msg_text
test.t1 analyze status OK
select CLUST_INDEX_SIZE from information_schema.INNODB_SYS_TABLESTATS where NAME = 'test/t1';
CLUST_INDEX_SIZE
-3
+2
begin;
insert into t1 values (2);
rollback;
@@ -59,7 +59,7 @@ Table Op Msg_type Msg_text
test.t1 analyze status OK
select CLUST_INDEX_SIZE from information_schema.INNODB_SYS_TABLESTATS where NAME = 'test/t1';
CLUST_INDEX_SIZE
-2
+1
begin;
insert into t1 values (2);
rollback;