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
8b417593
Commit
8b417593
authored
Apr 21, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merging
ndb/src/ndbapi/TransporterFacade.cpp: Auto merged sql/sql_select.cc: Auto merged
parents
f7934410
ecf7f30b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
libmysql/libmysql.c
libmysql/libmysql.c
+1
-0
ndb/src/ndbapi/TransporterFacade.cpp
ndb/src/ndbapi/TransporterFacade.cpp
+4
-0
No files found.
libmysql/libmysql.c
View file @
8b417593
...
...
@@ -187,6 +187,7 @@ void STDCALL mysql_server_end()
else
mysql_thread_end
();
finish_client_errs
();
free_charsets
();
mysql_client_init
=
org_my_init_done
=
0
;
}
...
...
ndb/src/ndbapi/TransporterFacade.cpp
View file @
8b417593
...
...
@@ -160,6 +160,10 @@ setSignalLog(){
}
else
if
(
tmp
!=
0
){
if
(
strcmp
(
tmp
,
"-"
)
==
0
)
signalLogger
.
setOutputStream
(
stdout
);
#ifndef DBUG_OFF
else
if
(
strcmp
(
tmp
,
"+"
)
==
0
)
signalLogger
.
setOutputStream
(
DBUG_FILE
);
#endif
else
signalLogger
.
setOutputStream
(
fopen
(
tmp
,
"w"
));
apiSignalLog
=
tmp
;
...
...
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