Below is the list of changes that have just been committed into a local
6.0-falcon repository of . When 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-05-11 14:51:01-04:00, jas@rowvwade. +1 -0
Make MemMgr information schema code conditional on STORAGE_ENGINE.
storage/falcon/MemMgr.cpp@stripped, 2007-05-11 14:50:53-04:00, jas@rowvwade. +2 -0
Make MemMgr information schema code conditional on STORAGE_ENGINE.
# 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: jas
# Host: rowvwade.
# Root: D:/MySQL/mysql-5.1-falcon
--- 1.20/storage/falcon/MemMgr.cpp 2007-05-11 14:51:27 -04:00
+++ 1.21/storage/falcon/MemMgr.cpp 2007-05-11 14:51:27 -04:00
@@ -785,6 +785,7 @@
void MemMgr::analyze(int mask, Stream *stream, InfoTable *summaryTable, InfoTable *detailTable)
{
+#ifdef STORAGE_ENGINE
Client *hashTable [CLIENT_HASH_SIZE];
memset (hashTable, 0, sizeof (hashTable));
UCHAR *memory = (UCHAR*) malloc (sizeof(Client) * MAX_CLIENTS);
@@ -1017,6 +1018,7 @@
}
free (memory);
+#endif
}
void MemMgr::validateBlock(void *object)
| Thread |
|---|
| • bk commit into 6.0-falcon tree (jas:1.2516) | U-ROWVWADEjas | 11 May |