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.2167 06/03/13 12:29:43 jonas@stripped +1 -0
ndb - bug#16669
put nrtrace in out file instead (debug compiled..)
storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp
1.98 06/03/13 12:29:40 jonas@stripped +1 -2
put nrtrace in out file instead (debug compiled..)
# 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/51-new
--- 1.97/storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp 2006-03-13 09:36:34 +01:00
+++ 1.98/storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp 2006-03-13 12:29:40 +01:00
@@ -119,8 +119,7 @@
const Uint32 NR_ScanNo = 0;
#if defined VM_TRACE || defined ERROR_INSERT || defined NDBD_TRACENR
-static FileOutputStream tracenr_fos(fopen("tracenr.log", "w+"));
-NdbOut tracenrout(tracenr_fos);
+NdbOut & tracenrout = ndbout;
static int TRACENR_FLAG = 0;
#define TRACENR(x) tracenrout << x
#define SET_TRACENR_FLAG TRACENR_FLAG = 1
| Thread |
|---|
| • bk commit into 5.1 tree (jonas:1.2167) BUG#16669 | jonas | 13 Mar |