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
de470e6f
Commit
de470e6f
authored
Dec 18, 2003
by
hf@deer.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for #2126
additional changes (after discussion with Monty)
parent
42799cc5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
libmysql/libmysql.c
libmysql/libmysql.c
+1
-1
sql/client_settings.h
sql/client_settings.h
+1
-1
No files found.
libmysql/libmysql.c
View file @
de470e6f
...
...
@@ -136,7 +136,7 @@ int STDCALL mysql_server_init(int argc, char **argv, char **groups)
}
#ifdef THREAD
else
my_thread_init
();
/* Init if new thread */
result
=
(
int
)
my_thread_init
();
/* Init if new thread */
#endif
return
result
;
}
...
...
sql/client_settings.h
View file @
de470e6f
...
...
@@ -32,5 +32,5 @@
#undef HAVE_SMEM
#undef _CUSTOMCONFIG_
#define mysql_server_init(a,b,c)
FALSE
#define mysql_server_init(a,b,c)
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