Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
3ca8c79e
Commit
3ca8c79e
authored
Dec 02, 2004
by
heikki@hundin.mysql.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
trx0xa.h:
Remove compiler errors from Jan's XA header by commenting the __P macros out
parent
d6efb4bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
innobase/include/trx0xa.h
innobase/include/trx0xa.h
+8
-0
No files found.
innobase/include/trx0xa.h
View file @
3ca8c79e
...
...
@@ -27,6 +27,10 @@ typedef struct xid_t XID;
* A value of -1 in formatID means that the XID is null.
*/
#ifdef NOTDEFINED
/* Let us comment this out to remove compiler errors!!!!!!!!!!!! */
/*
* Declarations of routines by which RMs call TMs:
*/
...
...
@@ -41,6 +45,8 @@ extern int ax_unreg __P((int, long));
#define MAXINFOSIZE 256
/* maximum size in bytes of xa_info */
/* strings, including the null
terminator */
struct
xa_switch_t
{
char
name
[
RMNAMESZ
];
/* name of resource manager */
long
flags
;
/* resource manager specific options */
...
...
@@ -66,6 +72,8 @@ struct xa_switch_t {
int
(
*
xa_complete_entry
)
/* xa_complete function pointer */
__P
((
int
*
,
int
*
,
int
,
long
));
};
#endif
/* NOTDEFINED */
/*
* Flag definitions for the RM switch
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment