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
4dfe327a
Commit
4dfe327a
authored
Aug 12, 2002
by
monty@hundin.mysql.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix after merge
parent
d825808a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
sql/ha_innobase.cc
sql/ha_innobase.cc
+1
-1
sql/mysqld.cc
sql/mysqld.cc
+0
-1
No files found.
sql/ha_innobase.cc
View file @
4dfe327a
...
...
@@ -303,7 +303,7 @@ innobase_mysql_print_thd(
buf
[
0
]
=
'\n'
;
buf
[
1
]
=
0
;
ut_a
(
strlen
(
old_
buf
)
<
400
);
ut_a
(
strlen
(
buf
)
<
400
);
}
}
...
...
sql/mysqld.cc
View file @
4dfe327a
...
...
@@ -617,7 +617,6 @@ void close_server_sock()
{
DBUG_PRINT
(
"info"
,(
"calling shutdown on unix socket"
));
VOID
(
shutdown
(
unix_sock
,
2
));
DBUG_PRINT
(
"info"
,(
"calling closesocket on unix socket"
));
VOID
(
unlink
(
mysql_unix_port
));
unix_sock
=
INVALID_SOCKET
;
}
...
...
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