Below is the list of changes that have just been committed into a local
4.1 repository of pekka. When pekka 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.2200 05/04/20 16:09:00 pekka@stripped +1 -0
ndb - dbug aid for api signal log
ndb/src/ndbapi/TransporterFacade.cpp
1.30 05/04/20 15:35:20 pekka@stripped +4 -0
dbug aid for api signal log
# 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: pekka
# Host: tuna.ndb.mysql.com
# Root: /orca/space/pekka/ndb/version/my41
--- 1.29/ndb/src/ndbapi/TransporterFacade.cpp 2005-02-01 19:01:35 +01:00
+++ 1.30/ndb/src/ndbapi/TransporterFacade.cpp 2005-04-20 15:35:20 +02:00
@@ -160,6 +160,10 @@
} else if(tmp !=0){
if (strcmp(tmp, "-") == 0)
signalLogger.setOutputStream(stdout);
+#ifndef DBUG_OFF
+ else if (strcmp(tmp, "+") == 0)
+ signalLogger.setOutputStream(DBUG_FILE);
+#endif
else
signalLogger.setOutputStream(fopen(tmp, "w"));
apiSignalLog = tmp;
| Thread |
|---|
| • bk commit into 4.1 tree (pekka:1.2200) | pekka | 20 Apr |