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
10be9bf5
Commit
10be9bf5
authored
Apr 27, 2007
by
tomas@whalegate.ndb.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug#24951, Data nodes died(lgman) during creating tables
- reverting wrong part in patch
parent
f53e1929
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
storage/ndb/src/kernel/blocks/lgman.cpp
storage/ndb/src/kernel/blocks/lgman.cpp
+0
-5
No files found.
storage/ndb/src/kernel/blocks/lgman.cpp
View file @
10be9bf5
...
...
@@ -1961,11 +1961,6 @@ Lgman::alloc_log_space(Uint32 ref, Uint32 words)
if
(
m_logfile_group_hash
.
find
(
ptr
,
key
)
&&
ptr
.
p
->
m_free_file_words
>=
(
words
+
(
4
*
File_formats
::
UNDO_PAGE_WORDS
)))
{
Uint32
group_pages
=
((
ptr
.
p
->
m_free_file_words
+
File_formats
::
UNDO_PAGE_WORDS
-
1
)
/
File_formats
::
UNDO_PAGE_WORDS
);
if
(
group_pages
>
compute_free_file_pages
(
ptr
))
return
1501
;
ptr
.
p
->
m_free_file_words
-=
words
;
validate_logfile_group
(
ptr
,
"alloc_log_space"
);
return
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