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
ea12fac4
Commit
ea12fac4
authored
Sep 26, 2006
by
jonas@perch.ndb.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndb - post merge fixes...
parent
e609add7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp
storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp
+1
-1
storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp
storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp
+1
-1
storage/ndb/src/ndbapi/NdbTransaction.cpp
storage/ndb/src/ndbapi/NdbTransaction.cpp
+1
-1
No files found.
storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp
View file @
ea12fac4
...
...
@@ -2877,7 +2877,7 @@ void Dbdict::checkSchemaStatus(Signal* signal)
// On NR get index from master because index state is not on file
Uint32
type
=
oldEntry
->
m_tableType
;
const
bool
file
=
(
*
newEntry
==
*
oldEntry
)
&&
(
c_systemRestart
||
!
DictTabInfo
::
isIndex
(
type
);
(
c_systemRestart
||
!
DictTabInfo
::
isIndex
(
type
)
);
newEntry
->
m_info_words
=
oldEntry
->
m_info_words
;
restartCreateTab
(
signal
,
tableId
,
oldEntry
,
newEntry
,
file
);
return
;
...
...
storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp
View file @
ea12fac4
...
...
@@ -18344,7 +18344,7 @@ Dblqh::execDUMP_STATE_ORD(Signal* signal)
FragrecordPtr
fragPtr
;
if
((
fragPtr
.
i
=
tabPtr
.
p
->
fragrec
[
j
])
!=
RNIL
)
{
ptrCheckGuard
(
fragPtr
,
cfragrecFileSize
,
fragrecord
);
c_fragment_pool
.
getPtr
(
fragPtr
);
infoEvent
(
" frag: %d distKey: %u"
,
tabPtr
.
p
->
fragid
[
j
],
fragPtr
.
p
->
fragDistributionKey
);
...
...
storage/ndb/src/ndbapi/NdbTransaction.cpp
View file @
ea12fac4
...
...
@@ -977,7 +977,7 @@ void releaseScanOperation();
Remark: Release scan op when hupp'ed trans closed (save memory)
******************************************************************************/
void
NdbTransaction
::
releaseScanOperation
(
NdbIndexScanOperation
*
cursorOp
)
NdbTransaction
::
release
Executed
ScanOperation
(
NdbIndexScanOperation
*
cursorOp
)
{
DBUG_ENTER
(
"NdbTransaction::releaseExecutedScanOperation"
);
DBUG_PRINT
(
"enter"
,
(
"this=0x%x op=0x%x"
,
(
UintPtr
)
this
,
(
UintPtr
)
cursorOp
));
...
...
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