summaryrefslogtreecommitdiff
path: root/sql/mysqld.h
diff options
context:
space:
mode:
authorAleksey Midenkov <midenok@gmail.com>2017-11-15 14:46:13 +0300
committerAleksey Midenkov <midenok@gmail.com>2017-11-17 11:50:40 +0300
commitaf88c662527e9a989fe44e653c2e7adde29f3876 (patch)
treecea041d0e07209723beed1b6a369b9a9fa900f5a /sql/mysqld.h
parent0a4aa47ac5f93b23820dabeb643025b6d6be4687 (diff)
downloadmariadb-git-af88c662527e9a989fe44e653c2e7adde29f3876.tar.gz
SQL,Client: mysqldump for TRT fix [#302]
Test results: main. mysqldump mysqldump-max mysqld--help openssl_1
Diffstat (limited to 'sql/mysqld.h')
-rw-r--r--sql/mysqld.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/mysqld.h b/sql/mysqld.h
index cb999ecb5d4..dafcb9aa87e 100644
--- a/sql/mysqld.h
+++ b/sql/mysqld.h
@@ -312,6 +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;
#ifdef HAVE_PSI_INTERFACE
#ifdef HAVE_MMAP