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
c6240dcd
Commit
c6240dcd
authored
Sep 27, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge osalerma@bk-internal.mysql.com:/home/bk/mysql-5.0
into 127.(none):/home/osku/mysql/5.0/clean
parents
706731cf
bb292ca1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
innobase/include/trx0trx.h
innobase/include/trx0trx.h
+2
-2
innobase/trx/trx0trx.c
innobase/trx/trx0trx.c
+2
-2
No files found.
innobase/include/trx0trx.h
View file @
c6240dcd
...
...
@@ -61,8 +61,8 @@ Set detailed error message for the transaction. */
void
trx_set_detailed_error
(
/*===================*/
trx_t
*
trx
,
/* in: transaction struct */
char
*
msg
);
/* in: detailed error message */
trx_t
*
trx
,
/* in: transaction struct */
c
onst
c
har
*
msg
);
/* in: detailed error message */
/*****************************************************************
Set detailed error message for the transaction from a file. Note that the
file is rewinded before reading from it. */
...
...
innobase/trx/trx0trx.c
View file @
c6240dcd
...
...
@@ -58,8 +58,8 @@ Set detailed error message for the transaction. */
void
trx_set_detailed_error
(
/*===================*/
trx_t
*
trx
,
/* in: transaction struct */
char
*
msg
)
/* in: detailed error message */
trx_t
*
trx
,
/* in: transaction struct */
c
onst
c
har
*
msg
)
/* in: detailed error message */
{
ut_strlcpy
(
trx
->
detailed_error
,
msg
,
sizeof
(
trx
->
detailed_error
));
}
...
...
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