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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
7ef34c3a
Commit
7ef34c3a
authored
Oct 17, 2007
by
mats@kindahl-laptop.dnsalias.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removing debug variables from non-debug builds.
parent
128f1540
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
sql/rpl_record.cc
sql/rpl_record.cc
+4
-0
No files found.
sql/rpl_record.cc
View file @
7ef34c3a
...
...
@@ -99,7 +99,9 @@ pack_row(TABLE *table, MY_BITMAP const* cols,
length is stored in little-endian format, since this is the
format used for the binlog.
*/
#ifndef DBUG_OFF
const
uchar
*
old_pack_ptr
=
pack_ptr
;
#endif
pack_ptr
=
field
->
pack
(
pack_ptr
,
field
->
ptr
+
offset
,
field
->
max_data_length
(),
TRUE
);
DBUG_PRINT
(
"debug"
,
(
"field: %s; pack_ptr: 0x%lx;"
...
...
@@ -234,7 +236,9 @@ unpack_row(Relay_log_info const *rli,
normal unpack operation.
*/
uint16
const
metadata
=
tabledef
->
field_metadata
(
i
);
#ifndef DBUG_OFF
uchar
const
*
const
old_pack_ptr
=
pack_ptr
;
#endif
pack_ptr
=
f
->
unpack
(
f
->
ptr
,
pack_ptr
,
metadata
,
TRUE
);
DBUG_PRINT
(
"debug"
,
(
"field: %s; metadata: 0x%x;"
" pack_ptr: 0x%lx; pack_ptr': 0x%lx; bytes: %d"
,
...
...
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