diff options
author | Sergei Golubchik <serg@mariadb.org> | 2016-04-16 12:39:20 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2016-04-19 11:27:00 +0200 |
commit | 4f133fbf7951d0f48860cdefe79416f930615dab (patch) | |
tree | 80186aec3dbe17696d6a25bad3576d549b5658c2 /mysql-test | |
parent | edf71fd1d7b2d93c7f550d7b2cfecaf6b048fcec (diff) | |
download | mariadb-git-4f133fbf7951d0f48860cdefe79416f930615dab.tar.gz |
MDEV-9493 --tc-heuristic-recover option values off by one
fix typelib to match defines:
#define TC_HEURISTIC_RECOVER_COMMIT 1
#define TC_HEURISTIC_RECOVER_ROLLBACK 2
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/r/mysqld--help.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/mysqld--help.result b/mysql-test/r/mysqld--help.result index 8bcad2a3cf5..ef68c064dd4 100644 --- a/mysql-test/r/mysqld--help.result +++ b/mysql-test/r/mysqld--help.result @@ -1091,7 +1091,7 @@ sysdate-is-now FALSE table-cache 400 table-definition-cache 400 table-open-cache 400 -tc-heuristic-recover COMMIT +tc-heuristic-recover OFF thread-cache-size 0 thread-stack 294912 time-format %H:%i:%s |