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
481b4493
Commit
481b4493
authored
Apr 16, 2013
by
Barry Perlman
Committed by
Yoni Fogel
Apr 16, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[t:2892] Add comment.
git-svn-id:
file:///svn/toku/tokudb@25831
c7de825b-a66e-492c-adef-691d508d4ae1
parent
3c3e4414
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/ydb.c
src/ydb.c
+1
-0
No files found.
src/ydb.c
View file @
481b4493
...
...
@@ -690,6 +690,7 @@ validate_env(DB_ENV * env, BOOL * valid_newenv, BOOL need_rollback_cachefile) {
// If the recovery log is of the current version, then there is no upgrade to be done.
// If the recovery log is of an old version, then replacing it with a new recovery log
// of the current version is how the upgrade is done.
// Note, the upgrade procedure takes a checkpoint, so we must release the ydb lock.
static
int
ydb_maybe_upgrade_env
(
DB_ENV
*
env
,
LSN
*
last_lsn_of_clean_shutdown_read_from_log
,
BOOL
*
upgrade_in_progress
)
{
int
r
=
0
;
...
...
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