summaryrefslogtreecommitdiff
path: root/storage/innobase
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2017-03-06 11:53:51 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2017-03-06 11:53:51 +0200
commit5b07334b32f4add094981b8346fff468436e1e71 (patch)
tree7e3a490c3ad44298aeb5171b0b3c601bdd3f35a7 /storage/innobase
parent7331b83eede25e0186dda0b8cd96152d64df3d8a (diff)
downloadmariadb-git-5b07334b32f4add094981b8346fff468436e1e71.tar.gz
Remove an unused declaration.
The function thd_supports_xa() was removed in MySQL 5.7 in WL#8843.
Diffstat (limited to 'storage/innobase')
-rw-r--r--storage/innobase/include/ha_prototypes.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/storage/innobase/include/ha_prototypes.h b/storage/innobase/include/ha_prototypes.h
index efcecf35117..2bb2c0fe773 100644
--- a/storage/innobase/include/ha_prototypes.h
+++ b/storage/innobase/include/ha_prototypes.h
@@ -1,6 +1,7 @@
/*****************************************************************************
Copyright (c) 2006, 2016, Oracle and/or its affiliates. All Rights Reserved.
+Copyright (c) 2017, MariaDB Corporation. All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
@@ -318,16 +319,6 @@ innobase_get_at_most_n_mbchars(
ulint data_len, /*!< in: length of the string in bytes */
const char* str); /*!< in: character string */
-/******************************************************************//**
-Returns true if the thread supports XA,
-global value of innodb_supports_xa if thd is NULL.
-@return true if thd supports XA */
-ibool
-thd_supports_xa(
-/*============*/
- THD* thd); /*!< in: thread handle, or NULL to query
- the global innodb_supports_xa */
-
/** Get status of innodb_tmpdir.
@param[in] thd thread handle, or NULL to query
the global innodb_tmpdir.