diff options
author | unknown <joreland@mysql.com> | 2005-07-20 12:39:45 +0200 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2005-07-20 12:39:45 +0200 |
commit | e071abacf6c8c11f5150ab1f41b3df2ea5f69a1f (patch) | |
tree | d56e68b6dd4f2f67ddef0dd3f03373401e954f7a /ndb/test | |
parent | 783dbfc3a8151a5fc25d8d8001e4b99575bbb24d (diff) | |
download | mariadb-git-e071abacf6c8c11f5150ab1f41b3df2ea5f69a1f.tar.gz |
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
Diffstat (limited to 'ndb/test')
-rw-r--r-- | ndb/test/run-test/daily-basic-tests.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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 |