diff options
author | Aleksey Midenkov <midenok@gmail.com> | 2017-11-15 18:08:00 +0300 |
---|---|---|
committer | Aleksey Midenkov <midenok@gmail.com> | 2017-11-17 11:51:41 +0300 |
commit | f39df037f6f069feaf4eaaac6e87f4b8c9264904 (patch) | |
tree | 2b77c8a73c5f5ca7321350998029fcebc961956a /sql/mysqld.h | |
parent | 3fc943cd87c40457eb9fc8124c2e133ae8099940 (diff) | |
download | mariadb-git-f39df037f6f069feaf4eaaac6e87f4b8c9264904.tar.gz |
Daemon: TRT check respects --transaction-registry [#302]
Diffstat (limited to 'sql/mysqld.h')
-rw-r--r-- | sql/mysqld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/mysqld.h b/sql/mysqld.h index dafcb9aa87e..9bd1dae2d36 100644 --- a/sql/mysqld.h +++ b/sql/mysqld.h @@ -312,7 +312,7 @@ extern my_bool encrypt_tmp_disk_tables, encrypt_tmp_files; extern ulong encryption_algorithm; extern const char *encryption_algorithm_names[]; extern const char *quoted_string; -extern my_bool transaction_registry; +extern my_bool opt_transaction_registry; #ifdef HAVE_PSI_INTERFACE #ifdef HAVE_MMAP |