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
d424f0d8
Commit
d424f0d8
authored
Apr 27, 2007
by
tomas@whalegate.ndb.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndb: missing init and copy of m_force_var_part
parent
9e9df36d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp
storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp
+2
-0
No files found.
storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp
View file @
d424f0d8
...
...
@@ -459,6 +459,7 @@ NdbTableImpl::init(){
m_temporary
=
false
;
m_row_gci
=
true
;
m_row_checksum
=
true
;
m_force_var_part
=
false
;
m_kvalue
=
6
;
m_minLoadFactor
=
78
;
m_maxLoadFactor
=
80
;
...
...
@@ -725,6 +726,7 @@ NdbTableImpl::assign(const NdbTableImpl& org)
m_temporary
=
org
.
m_temporary
;
m_row_gci
=
org
.
m_row_gci
;
m_row_checksum
=
org
.
m_row_checksum
;
m_force_var_part
=
org
.
m_force_var_part
;
m_kvalue
=
org
.
m_kvalue
;
m_minLoadFactor
=
org
.
m_minLoadFactor
;
m_maxLoadFactor
=
org
.
m_maxLoadFactor
;
...
...
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