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
0ce4e51d
Commit
0ce4e51d
authored
Aug 06, 2008
by
marko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
branches/zip: Correct some typos in comments.
parent
046c1d91
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
6 deletions
+5
-6
buf/buf0buf.c
buf/buf0buf.c
+1
-1
include/trx0undo.h
include/trx0undo.h
+3
-4
trx/trx0undo.c
trx/trx0undo.c
+1
-1
No files found.
buf/buf0buf.c
View file @
0ce4e51d
...
@@ -406,7 +406,7 @@ buf_page_is_corrupted(
...
@@ -406,7 +406,7 @@ buf_page_is_corrupted(
}
}
/* InnoDB versions < 4.0.14 and < 4.1.1 stored the space id
/* InnoDB versions < 4.0.14 and < 4.1.1 stored the space id
(always equal to 0), to FIL_PAGE_SPACE_
SPACE_
OR_CHKSUM */
(always equal to 0), to FIL_PAGE_SPACE_OR_CHKSUM */
if
(
checksum_field
!=
0
if
(
checksum_field
!=
0
&&
checksum_field
!=
BUF_NO_CHECKSUM_MAGIC
&&
checksum_field
!=
BUF_NO_CHECKSUM_MAGIC
...
...
include/trx0undo.h
View file @
0ce4e51d
...
@@ -232,10 +232,9 @@ ulint
...
@@ -232,10 +232,9 @@ ulint
trx_undo_assign_undo
(
trx_undo_assign_undo
(
/*=================*/
/*=================*/
/* out: DB_SUCCESS if undo log assign
/* out: DB_SUCCESS if undo log assign
* successful, possible error codes are:
successful, possible error codes are:
* ER_TOO_MANY_CONCURRENT_TRXS
DB_TOO_MANY_CONCURRENT_TRXS
* DB_OUT_OF_FILE_SPAC
DB_OUT_OF_FILE_SPACE DB_OUT_OF_MEMORY*/
* DB_OUT_OF_MEMORY */
trx_t
*
trx
,
/* in: transaction */
trx_t
*
trx
,
/* in: transaction */
ulint
type
);
/* in: TRX_UNDO_INSERT or TRX_UNDO_UPDATE */
ulint
type
);
/* in: TRX_UNDO_INSERT or TRX_UNDO_UPDATE */
/**********************************************************************
/**********************************************************************
...
...
trx/trx0undo.c
View file @
0ce4e51d
...
@@ -1708,7 +1708,7 @@ trx_undo_assign_undo(
...
@@ -1708,7 +1708,7 @@ trx_undo_assign_undo(
/*=================*/
/*=================*/
/* out: DB_SUCCESS if undo log assign
/* out: DB_SUCCESS if undo log assign
successful, possible error codes are:
successful, possible error codes are:
D
D
_TOO_MANY_CONCURRENT_TRXS
D
B
_TOO_MANY_CONCURRENT_TRXS
DB_OUT_OF_FILE_SPACE DB_OUT_OF_MEMORY*/
DB_OUT_OF_FILE_SPACE DB_OUT_OF_MEMORY*/
trx_t
*
trx
,
/* in: transaction */
trx_t
*
trx
,
/* in: transaction */
ulint
type
)
/* in: TRX_UNDO_INSERT or TRX_UNDO_UPDATE */
ulint
type
)
/* in: TRX_UNDO_INSERT or TRX_UNDO_UPDATE */
...
...
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