diff options
author | Sergei Golubchik <serg@mariadb.org> | 2018-02-22 01:09:01 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2018-02-24 00:50:57 +0100 |
commit | 33366b10981567cb147375a28522f5e29d23aa5d (patch) | |
tree | cc49bdc83155e31b73f477a4c9c61cde638ae1c2 /mysql-test/r/mysqld--help.result | |
parent | b9c70b889cebdad31c283208f2c43efa6b8a8e91 (diff) | |
download | mariadb-git-33366b10981567cb147375a28522f5e29d23aa5d.tar.gz |
remove @@system_versioning_innodb_algorithm_simple
and delete few garbage-in-garbage-out tests
Diffstat (limited to 'mysql-test/r/mysqld--help.result')
-rw-r--r-- | mysql-test/r/mysqld--help.result | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mysql-test/r/mysqld--help.result b/mysql-test/r/mysqld--help.result index ca773364c1d..add82225739 100644 --- a/mysql-test/r/mysqld--help.result +++ b/mysql-test/r/mysqld--help.result @@ -1223,10 +1223,6 @@ The following options may be given as the first argument: Versioning ALTER TABLE mode. ERROR: Fail ALTER with error; KEEP: Keep historical system rows and subject them to ALTER; - --system-versioning-innodb-algorithm-simple - Use simple algorithm of timestamp handling in InnoDB - instead of TRX_SEES - (Defaults to on; use --skip-system-versioning-innodb-algorithm-simple to disable.) --table-cache=# Deprecated; use --table-open-cache instead. --table-definition-cache=# The number of cached table definitions @@ -1656,7 +1652,6 @@ sync-relay-log 10000 sync-relay-log-info 10000 sysdate-is-now FALSE system-versioning-alter-history ERROR -system-versioning-innodb-algorithm-simple TRUE table-cache 431 table-definition-cache 400 table-open-cache 431 |