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
d725abf1
Commit
d725abf1
authored
Aug 11, 2001
by
sasha@mysql.sashanet.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
temp commit working on a merge
parent
1da341fc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
client/mysqlbinlog.cc
client/mysqlbinlog.cc
+0
-2
sql/log_event.h
sql/log_event.h
+2
-1
No files found.
client/mysqlbinlog.cc
View file @
d725abf1
...
...
@@ -41,8 +41,6 @@ uint32 server_id = 0;
// needed by net_serv.c
ulong
bytes_sent
=
0L
,
bytes_received
=
0L
;
ulong
mysqld_net_retry_count
=
10L
;
ulong
net_read_timeout
=
NET_READ_TIMEOUT
;
ulong
net_write_timeout
=
NET_WRITE_TIMEOUT
;
uint
test_flags
=
0
;
FILE
*
result_file
;
...
...
sql/log_event.h
View file @
d725abf1
...
...
@@ -233,6 +233,7 @@ class Log_event
virtual
void
print
(
FILE
*
file
,
bool
short_form
=
0
,
char
*
last_db
=
0
)
=
0
;
void
print_timestamp
(
FILE
*
file
,
time_t
*
ts
=
0
);
void
print_header
(
FILE
*
file
);
#endif
#ifndef MYSQL_CLIENT
// if mutex is 0, the read will proceed without mutex
...
...
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