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
18e008a1
Commit
18e008a1
authored
Jun 27, 2006
by
tomas@poseidon.ndb.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug #19852 Restoring backup made from cluster with full data memory fails
- correction of previous patch
parent
95447f9d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
ndb/include/kernel/GlobalSignalNumbers.h
ndb/include/kernel/GlobalSignalNumbers.h
+2
-2
ndb/include/kernel/signaldata/DictTabInfo.hpp
ndb/include/kernel/signaldata/DictTabInfo.hpp
+1
-1
sql/ha_ndbcluster.cc
sql/ha_ndbcluster.cc
+0
-1
No files found.
ndb/include/kernel/GlobalSignalNumbers.h
View file @
18e008a1
...
...
@@ -680,7 +680,7 @@ extern const GlobalSignalNumber NO_OF_SIGNAL_NAMES;
#define GSN_BACKUP_FRAGMENT_REF 546
#define GSN_BACKUP_FRAGMENT_CONF 547
#define GSN_BACKUP_FRAGMENT_COMPLETE_REP 5
02
#define GSN_BACKUP_FRAGMENT_COMPLETE_REP 5
75
#define GSN_STOP_BACKUP_REQ 548
#define GSN_STOP_BACKUP_REF 549
...
...
@@ -731,7 +731,7 @@ extern const GlobalSignalNumber NO_OF_SIGNAL_NAMES;
#define GSN_SUB_STOP_REQ 572
#define GSN_SUB_STOP_REF 573
#define GSN_SUB_STOP_CONF 574
/* 575 u
nu
sed */
/* 575 used */
#define GSN_SUB_CREATE_REQ 576
#define GSN_SUB_CREATE_REF 577
#define GSN_SUB_CREATE_CONF 578
...
...
ndb/include/kernel/signaldata/DictTabInfo.hpp
View file @
18e008a1
...
...
@@ -124,7 +124,7 @@ public:
MaxRowsLow
=
139
,
MaxRowsHigh
=
140
,
MinRowsLow
=
1
3
3
,
MinRowsLow
=
1
4
3
,
MinRowsHigh
=
144
,
TableEnd
=
999
,
...
...
sql/ha_ndbcluster.cc
View file @
18e008a1
...
...
@@ -4158,7 +4158,6 @@ static void ndb_set_fragmentation(NDBTAB &tab, TABLE *form, uint pk_length)
}
tab
.
setMaxRows
(
max_rows
);
tab
.
setMinRows
(
min_rows
);
fprintf
(
stderr
,
"max/min %llu %llu
\n
"
,
max_rows
,
min_rows
);
}
int
ha_ndbcluster
::
create
(
const
char
*
name
,
...
...
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