Below is the list of changes that have just been committed into a local
5.1 repository of jonas. When jonas does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2007-10-26 08:29:45+02:00, jonas@stripped +1 -0
post merge
storage/ndb/test/ndbapi/test_event.cpp@stripped, 2007-10-26 08:29:43+02:00, jonas@stripped +12 -0
post merge
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: jonas
# Host: perch.ndb.mysql.com
# Root: /home/jonas/src/drop6
--- 1.19/storage/ndb/test/ndbapi/test_event.cpp 2007-10-26 08:29:48 +02:00
+++ 1.20/storage/ndb/test/ndbapi/test_event.cpp 2007-10-26 08:29:48 +02:00
@@ -378,6 +378,16 @@
return NDBT_FAILED;
}
+int runDropShadowTable(NDBT_Context* ctx, NDBT_Step* step)
+{
+ const NdbDictionary::Table *table= ctx->getTab();
+ char buf[1024];
+ sprintf(buf, "%s_SHADOW", table->getName());
+
+ GETNDB(step)->getDictionary()->dropTable(buf);
+ return NDBT_OK;
+}
+
int runCreateDropEventOperation(NDBT_Context* ctx, NDBT_Step* step)
{
int loops = ctx->getNumLoops();
@@ -1853,6 +1863,7 @@
STEP(runEventMixedLoad);
FINALIZER(runDropEvent);
FINALIZER(runVerify);
+ FINALIZER(runDropShadowTable);
}
TESTCASE("EventOperationApplier_NR",
"Verify that if we apply the data we get from event "
@@ -1865,6 +1876,7 @@
STEP(runRestarter);
FINALIZER(runDropEvent);
FINALIZER(runVerify);
+ FINALIZER(runDropShadowTable);
}
TESTCASE("Multi",
"Verify that we can work with all tables in parallell"
| Thread |
|---|
| • bk commit into 5.1 tree (jonas:1.2170) | jonas | 26 Oct |