mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 19:11:46 +01:00
Remove an unused declaration.
The function thd_supports_xa() was removed in MySQL 5.7 in WL#8843.
This commit is contained in:
parent
7331b83eed
commit
5b07334b32
1 changed files with 1 additions and 10 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue