List:Commits« Previous MessageNext Message »
From:Jonas Oreland Date:September 21 2009 11:45am
Subject:bzr commit into mysql-5.1-telco-7.0 branch (jonas:3024)
View as plain text  
#At file:///home/jonas/src/telco-6.4/ based on revid:jonas@stripped

 3024 Jonas Oreland	2009-09-21
      ndb - testDict -n Bug41905 - make sure to cleanup properly

    modified:
      storage/ndb/test/ndbapi/testDict.cpp
=== modified file 'storage/ndb/test/ndbapi/testDict.cpp'
--- a/storage/ndb/test/ndbapi/testDict.cpp	2009-09-16 11:12:55 +0000
+++ b/storage/ndb/test/ndbapi/testDict.cpp	2009-09-21 11:45:18 +0000
@@ -6959,6 +6959,7 @@ runBug41905getTable(NDBT_Context* ctx, N
   }
 
 out:
+  (void)pDic->dropTable(tabName.c_str());
   return NDBT_OK;
 }
 


Attachment: [text/bzr-bundle] bzr/jonas@mysql.com-20090921114518-qrl1i8vzb43tytnl.bundle
Thread
bzr commit into mysql-5.1-telco-7.0 branch (jonas:3024)Jonas Oreland21 Sep