diff options
author | unknown <jonas@eel.(none)> | 2005-09-09 12:39:06 +0200 |
---|---|---|
committer | unknown <jonas@eel.(none)> | 2005-09-09 12:39:06 +0200 |
commit | b1fab24ce22695221f022fd825391b2475ff0908 (patch) | |
tree | 680db86a2ac3b15e7744443acf08877d249ce8b6 /.bzrignore | |
parent | 43fb5cd358aa61e1bbd7a4e1a84e46f8dfcfb626 (diff) | |
download | mariadb-git-b1fab24ce22695221f022fd825391b2475ff0908.tar.gz |
ndb
new testprogram testSRBank
BitKeeper/etc/ignore:
Added ndb/test/ndbapi/testSRBank to the ignore list
ndb/test/include/NDBT_Test.hpp:
incProperty
ndb/test/ndbapi/Makefile.am:
new test program
ndb/test/ndbapi/bank/Bank.cpp:
remove endless wait until ready loop
fix lots of retry loops to better handle error
ndb/test/ndbapi/bank/Bank.hpp:
remove endless wait until ready loop
fix lots of retry loops to better handle error
ndb/test/src/NDBT_Test.cpp:
incProperty
ndb/test/src/UtilTransactions.cpp:
close transaction if failed
ndb/test/ndbapi/testSRBank.cpp:
New BitKeeper file ``ndb/test/ndbapi/testSRBank.cpp''
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index f9f9c146692..ce63dcaf5a9 100644 --- a/.bzrignore +++ b/.bzrignore @@ -1056,3 +1056,4 @@ vio/viotest-ssl ndb/tools/ndb_config support-files/MacOSX/postflight support-files/MacOSX/preflight +ndb/test/ndbapi/testSRBank |