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
8c71a53b
Commit
8c71a53b
authored
Aug 27, 2002
by
miguel@hegel.br
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small fixes
parent
921f7c9c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+1
-0
sql/mysqld.cc
sql/mysqld.cc
+1
-1
sql/slave.cc
sql/slave.cc
+0
-1
No files found.
BitKeeper/etc/logging_ok
View file @
8c71a53b
...
...
@@ -75,3 +75,4 @@ worm@altair.is.lan
zak@balfor.local
zak@linux.local
zgreant@mysql.com
miguel@hegel.br
sql/mysqld.cc
View file @
8c71a53b
...
...
@@ -2749,7 +2749,7 @@ pthread_handler_decl(handle_connections_namedpipes,arg)
PIPE_WAIT
,
PIPE_UNLIMITED_INSTANCES
,
(
int
)
global_system_variables
.
net_buffer_length
,
(
int
)
global_syste
nm_
ariables
.
net_buffer_length
,
(
int
)
global_syste
m_v
ariables
.
net_buffer_length
,
NMPWAIT_USE_DEFAULT_WAIT
,
&
saPipeSecurity
))
==
INVALID_HANDLE_VALUE
)
...
...
sql/slave.cc
View file @
8c71a53b
...
...
@@ -2696,7 +2696,6 @@ Log_event* next_event(RELAY_LOG_INFO* rli)
pthread_mutex_t
*
log_lock
=
rli
->
relay_log
.
get_log_lock
();
const
char
*
errmsg
=
0
;
THD
*
thd
=
rli
->
sql_thd
;
bool
was_killed
;
DBUG_ENTER
(
"next_event"
);
DBUG_ASSERT
(
thd
!=
0
);
...
...
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