From e071abacf6c8c11f5150ab1f41b3df2ea5f69a1f Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 20 Jul 2005 12:39:45 +0200 Subject: bug#11942 - ndb backup with parallell DDL add testcase to autotest ndb/src/kernel/blocks/dbdict/Dbdict.cpp: remove ; ndb/test/run-test/daily-basic-tests.txt: add test case --- ndb/src/kernel/blocks/dbdict/Dbdict.cpp | 2 +- ndb/test/run-test/daily-basic-tests.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ndb/src/kernel/blocks/dbdict/Dbdict.cpp b/ndb/src/kernel/blocks/dbdict/Dbdict.cpp index a6d12ab4b2e..618bea377a2 100644 --- a/ndb/src/kernel/blocks/dbdict/Dbdict.cpp +++ b/ndb/src/kernel/blocks/dbdict/Dbdict.cpp @@ -2800,7 +2800,7 @@ Dbdict::execBACKUP_FRAGMENT_REQ(Signal* signal) ndbrequire(tablePtr.p->tabState == TableRecord::DEFINED); tablePtr.p->tabState = TableRecord::BACKUP_ONGOING; } - else if(tablePtr.p->tabState == TableRecord::BACKUP_ONGOING); + else if(tablePtr.p->tabState == TableRecord::BACKUP_ONGOING) { tablePtr.p->tabState = TableRecord::DEFINED; } diff --git a/ndb/test/run-test/daily-basic-tests.txt b/ndb/test/run-test/daily-basic-tests.txt index a28f8fe0bd0..fc04664564f 100644 --- a/ndb/test/run-test/daily-basic-tests.txt +++ b/ndb/test/run-test/daily-basic-tests.txt @@ -54,6 +54,10 @@ max-time: 600 cmd: atrt-testBackup args: -n BackupOne T1 T6 T3 I3 +max-time: 600 +cmd: atrt-testBackup +args: -n BackupDDL T1 + # BASIC FUNCTIONALITY max-time: 500 cmd: testBasic -- cgit v1.2.1