File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 1
1
/* ****************************************************************************
2
2
3
3
Copyright (c) 2006, 2016, Oracle and/or its affiliates. All Rights Reserved.
4
+ Copyright (c) 2017, MariaDB Corporation. All Rights Reserved.
4
5
5
6
This program is free software; you can redistribute it and/or modify it under
6
7
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
319
ulint data_len, /* !< in: length of the string in bytes */
319
320
const char * str); /* !< in: character string */
320
321
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
-
331
322
/* * Get status of innodb_tmpdir.
332
323
@param[in] thd thread handle, or NULL to query
333
324
the global innodb_tmpdir.
You can’t perform that action at this time.
0 commit comments