diff options
| author | Sergei Golubchik <serg@mariadb.org> | 2015-11-06 16:43:40 +0100 |
|---|---|---|
| committer | Sergei Golubchik <serg@mariadb.org> | 2015-11-16 07:55:55 +0100 |
| commit | 8f60656fd58610a7ed0b65321d229b44ab618f9a (patch) | |
| tree | 98e72ddb76adb12c8513d46e9f21e183ee79805e /storage/sequence/mysql-test | |
| parent | a716433da306558c2588a58b7cd562f6e0c534ba (diff) | |
| download | mariadb-git-8f60656fd58610a7ed0b65321d229b44ab618f9a.tar.gz | |
MDEV-9039 Can't upgrade MariaDB to to 10.1.8 version from 10.0.21
Don't mark the SEQUENCE engine as XA-capable. The engine never
registers itself for any transaction, so it doesn't matter
whether it is XA-capable or not. The only effect of being
"XA-capable" is breaking the "number of XA-capable engines"
check of TC_LOG_MMAP.
Diffstat (limited to 'storage/sequence/mysql-test')
| -rw-r--r-- | storage/sequence/mysql-test/sequence/simple.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/sequence/mysql-test/sequence/simple.result b/storage/sequence/mysql-test/sequence/simple.result index 8ce4722aeff..ea94e91b1ba 100644 --- a/storage/sequence/mysql-test/sequence/simple.result +++ b/storage/sequence/mysql-test/sequence/simple.result @@ -3,7 +3,7 @@ ENGINE SEQUENCE SUPPORT YES COMMENT Generated tables filled with sequential values TRANSACTIONS YES -XA YES +XA NO SAVEPOINTS YES set sql_quote_show_create=0; show create table seq_1_to_15_step_2; |
