diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2017-12-21 17:40:01 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2017-12-21 17:40:01 +0200 |
commit | 461cf3e5a3c2d346d75b1407b285f8daf9d01f67 (patch) | |
tree | f4267b1ef1d1ba502687d4d8513075344fa30f12 /mysql-test/r/view.result | |
parent | 9d7c0882fa4aa36cd5f6a435645b14330f213fa2 (diff) | |
download | mariadb-git-461cf3e5a3c2d346d75b1407b285f8daf9d01f67.tar.gz |
Make a test more robustmariadb-10.1.30
Sometimes, the test would fail with a result difference for
the READ UNCOMMITTED read, because the incremental backup
would finish before redo log was written for all the rows
that were inserted in the second batch.
To fix that, cause a redo log write by creating another
transaction. The transaction rollback (which internally does commit)
will be flushed to the redo log, and before that, all the preceding
changes will be flushed to the redo log as well.
Diffstat (limited to 'mysql-test/r/view.result')
0 files changed, 0 insertions, 0 deletions