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
4fb031af
Commit
4fb031af
authored
Sep 22, 2004
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into mysql.com:/home/jonas/src/mysql-4.1-ndb
parents
9d35b07f
22db858b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
8 deletions
+10
-8
ndb/test/ndbapi/testBackup.cpp
ndb/test/ndbapi/testBackup.cpp
+3
-1
ndb/test/run-test/daily-devel-tests.txt
ndb/test/run-test/daily-devel-tests.txt
+4
-4
ndb/test/src/HugoTransactions.cpp
ndb/test/src/HugoTransactions.cpp
+3
-3
No files found.
ndb/test/ndbapi/testBackup.cpp
View file @
4fb031af
...
@@ -149,6 +149,9 @@ int runRestartInitial(NDBT_Context* ctx, NDBT_Step* step){
...
@@ -149,6 +149,9 @@ int runRestartInitial(NDBT_Context* ctx, NDBT_Step* step){
if
(
restarter
.
restartAll
(
true
)
!=
0
)
if
(
restarter
.
restartAll
(
true
)
!=
0
)
return
NDBT_FAILED
;
return
NDBT_FAILED
;
if
(
restarter
.
waitClusterStarted
()
!=
0
)
return
NDBT_FAILED
;
return
NDBT_OK
;
return
NDBT_OK
;
}
}
...
@@ -413,7 +416,6 @@ TESTCASE("BackupOne",
...
@@ -413,7 +416,6 @@ TESTCASE("BackupOne",
INITIALIZER
(
runRestoreOne
);
INITIALIZER
(
runRestoreOne
);
VERIFIER
(
runVerifyOne
);
VERIFIER
(
runVerifyOne
);
FINALIZER
(
runClearTable
);
FINALIZER
(
runClearTable
);
FINALIZER
(
runDropTable
);
}
}
TESTCASE
(
"BackupBank"
,
TESTCASE
(
"BackupBank"
,
"Test that backup and restore works during transaction load
\n
"
"Test that backup and restore works during transaction load
\n
"
...
...
ndb/test/run-test/daily-devel-tests.txt
View file @
4fb031af
...
@@ -193,16 +193,16 @@ args: -n BasicEventOperation T1 T6
...
@@ -193,16 +193,16 @@ args: -n BasicEventOperation T1 T6
#
#
max-time: 1500
max-time: 1500
cmd: testSystemRestart
cmd: testSystemRestart
args: -
n SR6 -l 1
T1
args: -
l 1 -n SR6
T1
max-time: 1500
max-time: 1500
cmd: testSystemRestart
cmd: testSystemRestart
args: -
n SR7 -l 1
T1
args: -
l 1 -n SR7
T1
max-time: 1500
max-time: 1500
cmd: testSystemRestart
cmd: testSystemRestart
args: -
n S8 -l 1
T1
args: -
l 1 -n SR8
T1
max-time: 1500
max-time: 1500
cmd: testSystemRestart
cmd: testSystemRestart
args: -
n S9 -l 1
T1
args: -
l 1 -n SR9
T1
ndb/test/src/HugoTransactions.cpp
View file @
4fb031af
...
@@ -729,10 +729,9 @@ HugoTransactions::loadTable(Ndb* pNdb,
...
@@ -729,10 +729,9 @@ HugoTransactions::loadTable(Ndb* pNdb,
NdbSleep_MilliSleep
(
doSleep
);
NdbSleep_MilliSleep
(
doSleep
);
// if (first_batch || !oneTrans) {
// if (first_batch || !oneTrans) {
if
(
first_batch
)
{
if
(
first_batch
||
!
pTrans
)
{
first_batch
=
false
;
first_batch
=
false
;
pTrans
=
pNdb
->
startTransaction
();
pTrans
=
pNdb
->
startTransaction
();
if
(
pTrans
==
NULL
)
{
if
(
pTrans
==
NULL
)
{
const
NdbError
err
=
pNdb
->
getNdbError
();
const
NdbError
err
=
pNdb
->
getNdbError
();
...
@@ -786,7 +785,7 @@ HugoTransactions::loadTable(Ndb* pNdb,
...
@@ -786,7 +785,7 @@ HugoTransactions::loadTable(Ndb* pNdb,
if
(
check
==
-
1
)
{
if
(
check
==
-
1
)
{
const
NdbError
err
=
pTrans
->
getNdbError
();
const
NdbError
err
=
pTrans
->
getNdbError
();
pNdb
->
closeTransaction
(
pTrans
);
pNdb
->
closeTransaction
(
pTrans
);
pTrans
=
0
;
switch
(
err
.
status
){
switch
(
err
.
status
){
case
NdbError
:
:
Success
:
case
NdbError
:
:
Success
:
ERR
(
err
);
ERR
(
err
);
...
@@ -828,6 +827,7 @@ HugoTransactions::loadTable(Ndb* pNdb,
...
@@ -828,6 +827,7 @@ HugoTransactions::loadTable(Ndb* pNdb,
else
{
else
{
if
(
closeTrans
)
{
if
(
closeTrans
)
{
pNdb
->
closeTransaction
(
pTrans
);
pNdb
->
closeTransaction
(
pTrans
);
pTrans
=
0
;
}
}
}
}
...
...
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