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
11d72916
Commit
11d72916
authored
Dec 10, 2007
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge abelkin@bk-internal.mysql.com:/home/bk/mysql-maria
into desktop.sanja.is.com.ua:/home/bell/mysql/bk/mysql-maria
parents
e8b0bb47
29d18bf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
storage/maria/ma_loghandler.c
storage/maria/ma_loghandler.c
+1
-1
No files found.
storage/maria/ma_loghandler.c
View file @
11d72916
...
...
@@ -6807,7 +6807,7 @@ my_bool translog_is_file(uint file_no)
static
uint32
translog_first_file
(
TRANSLOG_ADDRESS
horizon
,
int
is_protected
)
{
uint
min_file
=
1
,
max_file
;
uint
min_file
=
0
,
max_file
;
DBUG_ENTER
(
"translog_first_file"
);
if
(
!
is_protected
)
pthread_mutex_lock
(
&
log_descriptor
.
purger_lock
);
...
...
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