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
2e50afd6
Commit
2e50afd6
authored
Nov 27, 2006
by
heikki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove an accidentally committed change to srv0start.c.
The change was accidentally committed with the merge in r1068.
parent
e8094c43
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
17 deletions
+0
-17
srv/srv0start.c
srv/srv0start.c
+0
-17
No files found.
srv/srv0start.c
View file @
2e50afd6
...
...
@@ -1731,23 +1731,6 @@ innobase_start_or_create_for_mysql(void)
fflush
(
stderr
);
/* Advance the lsn and make a checkpoint so that if mysqld crashes
very quickly after the startup, InnoDB in the next startup notices
the mismatch in the lsn in the checkpoint and in ibdata1, and knows
that a crash recovery is needed. */
mutex_enter
(
&
kernel_mutex
);
/* This call advances the lsn because it writes the new trx id to
the trx sys header in ibdata1 */
trx_sys_get_new_trx_id
();
mutex_exit
(
&
kernel_mutex
);
printf
(
"DOING CHECKPOINT
\n
"
);
log_checkpoint
(
TRUE
,
FALSE
);
/* Create the master thread which does purge and other utility
operations */
...
...
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