Skip to content

Commit 5b07334

Browse files
committed
Remove an unused declaration.
The function thd_supports_xa() was removed in MySQL 5.7 in WL#8843.
1 parent 7331b83 commit 5b07334

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

storage/innobase/include/ha_prototypes.h

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*****************************************************************************
22
33
Copyright (c) 2006, 2016, Oracle and/or its affiliates. All Rights Reserved.
4+
Copyright (c) 2017, MariaDB Corporation. All Rights Reserved.
45
56
This program is free software; you can redistribute it and/or modify it under
67
the terms of the GNU General Public License as published by the Free Software
@@ -318,16 +319,6 @@ innobase_get_at_most_n_mbchars(
318319
ulint data_len, /*!< in: length of the string in bytes */
319320
const char* str); /*!< in: character string */
320321

321-
/******************************************************************//**
322-
Returns true if the thread supports XA,
323-
global value of innodb_supports_xa if thd is NULL.
324-
@return true if thd supports XA */
325-
ibool
326-
thd_supports_xa(
327-
/*============*/
328-
THD* thd); /*!< in: thread handle, or NULL to query
329-
the global innodb_supports_xa */
330-
331322
/** Get status of innodb_tmpdir.
332323
@param[in] thd thread handle, or NULL to query
333324
the global innodb_tmpdir.

0 commit comments

Comments
 (0)