summaryrefslogtreecommitdiff
path: root/mysql-test/suite/gcol
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2017-03-28 18:56:37 +0200
committerSergei Golubchik <serg@mariadb.org>2017-03-29 00:40:41 +0200
commit3f7455c03008b2428fa9b364b1add4c36834ff71 (patch)
tree8862cd231fdd49c14ec3065cad5db5c004fc7d1b /mysql-test/suite/gcol
parent3a3b3d8ba8d8f32feb7cf6c2609639635ddb53b5 (diff)
downloadmariadb-git-3f7455c03008b2428fa9b364b1add4c36834ff71.tar.gz
update a forgotten result file
Diffstat (limited to 'mysql-test/suite/gcol')
-rw-r--r--mysql-test/suite/gcol/r/innodb_virtual_debug_purge.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/gcol/r/innodb_virtual_debug_purge.result b/mysql-test/suite/gcol/r/innodb_virtual_debug_purge.result
index e09d52d6dd1..e2d9be445da 100644
--- a/mysql-test/suite/gcol/r/innodb_virtual_debug_purge.result
+++ b/mysql-test/suite/gcol/r/innodb_virtual_debug_purge.result
@@ -80,7 +80,7 @@ SET DEBUG_SYNC= 'now WAIT_FOR uncommitted';
# enable purge
COMMIT;
# wait for purge to process the deleted records.
-Timeout in wait_innodb_all_purged.inc for INNODB_PURGE_TRX_ID_AGE = 3
+Timeout in wait_innodb_all_purged.inc for INNODB_PURGE_TRX_ID_AGE = 4
SET DEBUG_SYNC= 'now SIGNAL purged';
connection default;
/* connection default */ ALTER TABLE t1 ADD COLUMN c INT GENERATED ALWAYS AS(a+b), ADD INDEX idx (c), ALGORITHM=INPLACE, LOCK=SHARED;