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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
039a159c
Commit
039a159c
authored
Aug 21, 2004
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge mronstrom@bk-internal.mysql.com:/users/mronstrom/wl2056
into mysql.com:/Volumes/Backup1/wl2056
parents
2c7754be
81beb550
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
3 deletions
+0
-3
ndb/src/kernel/blocks/dbacc/DbaccInit.cpp
ndb/src/kernel/blocks/dbacc/DbaccInit.cpp
+0
-1
ndb/src/kernel/blocks/dblqh/DblqhInit.cpp
ndb/src/kernel/blocks/dblqh/DblqhInit.cpp
+0
-1
ndb/src/kernel/blocks/dbtup/DbtupGen.cpp
ndb/src/kernel/blocks/dbtup/DbtupGen.cpp
+0
-1
No files found.
ndb/src/kernel/blocks/dbacc/DbaccInit.cpp
View file @
039a159c
...
...
@@ -153,7 +153,6 @@ Dbacc::Dbacc(const class Configuration & conf):
jam
();
cundopagesize
+=
(
16
-
mega_byte_part
);
}
ndbout
<<
"ACC: No of Undo Pages = "
<<
cundopagesize
<<
endl
;
// Transit signals
addRecSignal
(
GSN_DUMP_STATE_ORD
,
&
Dbacc
::
execDUMP_STATE_ORD
);
...
...
ndb/src/kernel/blocks/dblqh/DblqhInit.cpp
View file @
039a159c
...
...
@@ -193,7 +193,6 @@ Dblqh::Dblqh(const class Configuration & conf):
jam
();
clogPageFileSize
+=
(
16
-
mega_byte_part
);
}
ndbout
<<
"LQH: No of REDO pages = "
<<
clogPageFileSize
<<
endl
;
addRecSignal
(
GSN_PACKED_SIGNAL
,
&
Dblqh
::
execPACKED_SIGNAL
);
addRecSignal
(
GSN_DEBUG_SIG
,
&
Dblqh
::
execDEBUG_SIG
);
...
...
ndb/src/kernel/blocks/dbtup/DbtupGen.cpp
View file @
039a159c
...
...
@@ -95,7 +95,6 @@ Dbtup::Dbtup(const class Configuration & conf)
jam
();
cnoOfUndoPage
+=
(
16
-
mega_byte_part
);
}
ndbout
<<
"TUP: No of Undo Pages = "
<<
cnoOfUndoPage
<<
endl
;
addRecSignal
(
GSN_DEBUG_SIG
,
&
Dbtup
::
execDEBUG_SIG
);
addRecSignal
(
GSN_CONTINUEB
,
&
Dbtup
::
execCONTINUEB
);
...
...
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