Below is the list of changes that have just been committed into a local
5.1 repository of knielsen. When knielsen 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-04-30 08:45:33+02:00, knielsen@ymer.(none) +1 -0
After-merge fix.
storage/ndb/test/ndbapi/testBlobs.cpp@stripped, 2007-04-30 08:45:27+02:00, knielsen@ymer.(none) +3 -1
After-merge fix (PK2 can now be a varchar as well as fixed char).
# 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: knielsen
# Host: ymer.(none)
# Root: /usr/local/mysql/mysql-5.1-telco
--- 1.44/storage/ndb/test/ndbapi/testBlobs.cpp 2007-04-30 08:45:41 +02:00
+++ 1.45/storage/ndb/test/ndbapi/testBlobs.cpp 2007-04-30 08:45:41 +02:00
@@ -2186,7 +2186,7 @@ struct bug27370_data {
char *m_writebuf;
Uint32 m_blob1_size;
Uint32 m_pk1;
- char m_pk2[256 + 1];
+ char m_pk2[256 + 2];
Uint16 m_pk3;
bool m_thread_stop;
};
@@ -2247,6 +2247,8 @@ bugtest_27370()
data.m_pk1= 27370;
memset(data.m_pk2, 'x', sizeof(data.m_pk2) - 1);
data.m_pk2[sizeof(data.m_pk2) - 1]= '\0';
+ if (!g_opt.m_pk2chr.m_fixed)
+ data.m_pk2[0]= urandom(g_opt.m_pk2chr.m_len + 1);
data.m_pk3= 27370;
data.m_thread_stop= false;
| Thread |
|---|
| • bk commit into 5.1 tree (knielsen:1.2506) | knielsen | 30 Apr |