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
af6688dc
Commit
af6688dc
authored
Feb 19, 2006
by
jonas@eel.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndb dd
dont sync create table during sr _or_ nr
parent
9c055711
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp
storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp
+1
-2
No files found.
storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp
View file @
af6688dc
...
@@ -548,8 +548,7 @@ void Dbtup::execTUP_ADD_ATTRREQ(Signal* signal)
...
@@ -548,8 +548,7 @@ void Dbtup::execTUP_ADD_ATTRREQ(Signal* signal)
if
(
regTabPtr
.
p
->
m_no_of_disk_attributes
)
if
(
regTabPtr
.
p
->
m_no_of_disk_attributes
)
{
{
ljam
();
ljam
();
if
(
!
(
getNodeState
().
getSystemRestartInProgress
()
&&
if
(
!
(
getNodeState
().
startLevel
==
NodeState
::
SL_STARTING
&&
getNodeState
().
startLevel
==
NodeState
::
SL_STARTING
&&
getNodeState
().
starting
.
startPhase
<=
4
))
getNodeState
().
starting
.
startPhase
<=
4
))
{
{
Callback
cb
;
Callback
cb
;
...
...
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