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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
6d848111
Commit
6d848111
authored
Feb 25, 2005
by
heikki@hundin.mysql.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
trx0trx.c, trx0trx.h:
Fix wrong spelling
parent
ec248f78
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
innobase/include/trx0trx.h
innobase/include/trx0trx.h
+1
-5
innobase/trx/trx0trx.c
innobase/trx/trx0trx.c
+1
-1
No files found.
innobase/include/trx0trx.h
View file @
6d848111
...
...
@@ -157,7 +157,6 @@ trx_commit_for_mysql(
/*=================*/
/* out: 0 or error number */
trx_t
*
trx
);
/* in: trx handle */
/**************************************************************************
Does the transaction prepare for MySQL. */
...
...
@@ -166,7 +165,6 @@ trx_prepare_for_mysql(
/*=================*/
/* out: 0 or error number */
trx_t
*
trx
);
/* in: trx handle */
/**************************************************************************
This function is used to find number of prepared transactions and
their transaction objects for a recovery. */
...
...
@@ -177,7 +175,6 @@ trx_recover_for_mysql(
/* out: number of prepared transactions */
XID
*
xid_list
,
/* in/out: prepared transactions */
ulint
len
);
/* in: number of slots in xid_list */
/***********************************************************************
This function is used to commit one X/Open XA distributed transaction
which is in the prepared state */
...
...
@@ -185,8 +182,7 @@ trx_t *
trx_get_trx_by_xid
(
/*===============*/
/* out: trx or NULL */
XID
*
xid
);
/* in: X/Open XA Transaction Idenfication */
XID
*
xid
);
/* in: X/Open XA transaction identification */
/**************************************************************************
If required, flushes the log to disk if we called trx_commit_for_mysql()
with trx->flush_log_later == TRUE. */
...
...
innobase/trx/trx0trx.c
View file @
6d848111
...
...
@@ -1917,7 +1917,7 @@ trx_t*
trx_get_trx_by_xid
(
/*===============*/
/* out: trx or NULL */
XID
*
xid
)
/* in: X/Open XA
Transaction Iden
fication */
XID
*
xid
)
/* in: X/Open XA
transaction identi
fication */
{
trx_t
*
trx
;
...
...
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