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, 2008-03-20 15:04:08+01:00, jonas@stripped +1 -0
Further tables added/modified
storage/ndb/test/src/NDBT_Tables.cpp@stripped, 2008-03-20 15:04:06+01:00, jonas@stripped +21 -1
Further tables added/modified
diff -Nrup a/storage/ndb/test/src/NDBT_Tables.cpp b/storage/ndb/test/src/NDBT_Tables.cpp
--- a/storage/ndb/test/src/NDBT_Tables.cpp 2008-03-20 14:47:12 +01:00
+++ b/storage/ndb/test/src/NDBT_Tables.cpp 2008-03-20 15:04:06 +01:00
@@ -125,6 +125,23 @@ static
const
NDBT_Table T3("T3", sizeof(T3Attribs)/sizeof(NDBT_Attribute), T3Attribs);
+/* T4 */
+static
+const
+NDBT_Attribute T4Attribs[] = {
+ NDBT_Attribute("KOL1", NdbDictionary::Column::Unsigned, 1, true, false, 0, MM, true),
+ NDBT_Attribute("KOL2", NdbDictionary::Column::Unsigned, 1, false, false, 0, MM, true),
+ NDBT_Attribute("KOL3", NdbDictionary::Column::Unsigned, 1, false, false, 0, MM, true),
+ NDBT_Attribute("KOL4", NdbDictionary::Column::Unsigned, 1, false, true, 0, MM, true),
+ NDBT_Attribute("KOL5", NdbDictionary::Column::Unsigned, 1, false, false, 0, MM, true)
+};
+
+static
+const
+NDBT_Table T4("T4", sizeof(T4Attribs)/sizeof(NDBT_Attribute), T4Attribs);
+
+
+
/* T6 */
static
const
@@ -153,6 +170,8 @@ NDBT_Attribute T6Attribs[] = {
NDBT_Attribute("ATTR18", NdbDictionary::Column::Char, 257),
NDBT_Attribute("ATTR19", NdbDictionary::Column::Unsigned),
NDBT_Attribute("ATTR20", NdbDictionary::Column::Unsigned),
+ NDBT_Attribute("ATTR21", NdbDictionary::Column::Char, 4, false, true, 0, MM, true),
+ NDBT_Attribute("ATTR22", NdbDictionary::Column::Varbinary, 255, false, false, 0, MM, true)
};
static
@@ -367,7 +386,7 @@ NDBT_Attribute D2Attribs[] = {
NDBT_Attribute("KOL1", NdbDictionary::Column::Varbinary, 127, true),
NDBT_Attribute("KOL2", NdbDictionary::Column::Unsigned, 1, false, false, 0, NdbDictionary::Column::StorageTypeDisk),
NDBT_Attribute("KOL3", NdbDictionary::Column::Unsigned),
- NDBT_Attribute("KOL4", NdbDictionary::Column::Varbinary, 133),
+ NDBT_Attribute("KOL4", NdbDictionary::Column::Varbinary, 133, false, true, 0, MM, true),
NDBT_Attribute("KOL5", NdbDictionary::Column::Char, 199, false, true, 0, NdbDictionary::Column::StorageTypeDisk),
NDBT_Attribute("KOL6", NdbDictionary::Column::Bit, 21, false, false, 0, NdbDictionary::Column::StorageTypeDisk),
};
@@ -384,6 +403,7 @@ NDBT_Table *test_tables[]=
&T1,
&T2,
&T3,
+ &T4,
&T6,
&T13,
&T15,
| Thread |
|---|
| • bk commit into 5.1 tree (jonas:1.2567) | jonas | 20 Mar |