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
22532c96
Commit
22532c96
authored
May 06, 2010
by
Paul McCullagh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed debugs
parent
7ee6a4a5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
configure.in
configure.in
+0
-7
storage/pbxt/src/filesys_xt.cc
storage/pbxt/src/filesys_xt.cc
+0
-2
No files found.
configure.in
View file @
22532c96
...
@@ -122,13 +122,6 @@ case $MACHINE_TYPE in
...
@@ -122,13 +122,6 @@ case $MACHINE_TYPE in
i?86
)
BASE_MACHINE_TYPE
=
i386
;;
i?86
)
BASE_MACHINE_TYPE
=
i386
;;
esac
esac
if
test
"
$CFLAGS
"
=
"-g -O2"
;
then
CFLAGS
=
""
fi
if
test
"
$CXXFLAGS
"
=
"-g -O2"
;
then
CXXFLAGS
=
""
fi
# Save some variables and the command line options for mysqlbug
# Save some variables and the command line options for mysqlbug
SAVE_CC
=
"
$CC
"
SAVE_CC
=
"
$CC
"
SAVE_CXX
=
"
$CXX
"
SAVE_CXX
=
"
$CXX
"
...
...
storage/pbxt/src/filesys_xt.cc
View file @
22532c96
...
@@ -60,8 +60,6 @@
...
@@ -60,8 +60,6 @@
#define DEBUG_FAST_MAC
#define DEBUG_FAST_MAC
#endif
#endif
#define DEBUG_FAST_MAC
#ifdef DEBUG_TRACE_FILES
#ifdef DEBUG_TRACE_FILES
//#define PRINTF xt_ftracef
//#define PRINTF xt_ftracef
#define PRINTF xt_trace
#define PRINTF xt_trace
...
...
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