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
1.1927 05/10/13 13:41:11 jonas@stripped +1 -0
ndb - test_event
Fix problem when creating shadow table
storage/ndb/test/ndbapi/test_event.cpp
1.11 05/10/13 13:41:07 jonas@stripped +3 -0
temproary fix to make EventOperationApplier work
# 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/mysql-5.1
--- 1.10/storage/ndb/test/ndbapi/test_event.cpp 2005-09-15 10:42:05 +02:00
+++ 1.11/storage/ndb/test/ndbapi/test_event.cpp 2005-10-13 13:41:07 +02:00
@@ -332,6 +332,9 @@
NdbDictionary::Table table_shadow(*table);
table_shadow.setName(buf);
+ // TODO should be removed
+ // This should work wo/ next line
+ table_shadow.setNodeGroupIds(0, 0);
GETNDB(step)->getDictionary()->createTable(table_shadow);
if (GETNDB(step)->getDictionary()->getTable(buf))
return NDBT_OK;
| Thread |
|---|
| • bk commit into 5.1 tree (jonas:1.1927) | jonas | 13 Oct |