Commit 5b07334b authored by Marko Mäkelä's avatar Marko Mäkelä

Remove an unused declaration.

The function thd_supports_xa() was removed in MySQL 5.7 in WL#8843.
parent 7331b83e
/***************************************************************************** /*****************************************************************************
Copyright (c) 2006, 2016, Oracle and/or its affiliates. All Rights Reserved. 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 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 the terms of the GNU General Public License as published by the Free Software
...@@ -318,16 +319,6 @@ innobase_get_at_most_n_mbchars( ...@@ -318,16 +319,6 @@ innobase_get_at_most_n_mbchars(
ulint data_len, /*!< in: length of the string in bytes */ ulint data_len, /*!< in: length of the string in bytes */
const char* str); /*!< in: character string */ 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. /** Get status of innodb_tmpdir.
@param[in] thd thread handle, or NULL to query @param[in] thd thread handle, or NULL to query
the global innodb_tmpdir. the global innodb_tmpdir.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment