Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
4561b28d
Commit
4561b28d
authored
Mar 13, 2006
by
jonas@perch.ndb.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndb - bug#16669
put nrtrace in out file instead (debug compiled..)
parent
0d11c2c1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp
storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp
+1
-2
No files found.
storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp
View file @
4561b28d
...
...
@@ -119,8 +119,7 @@ operator<<(NdbOut& out, Dblqh::ScanRecord::ScanType state){
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment