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
a4481d32
Commit
a4481d32
authored
Mar 01, 2011
by
Magne Mahre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Post-push cleanup, for Bug#11763065 et al.
parent
14263b22
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
14 deletions
+5
-14
mysys/my_init.c
mysys/my_init.c
+5
-9
mysys/my_thr_init.c
mysys/my_thr_init.c
+0
-5
No files found.
mysys/my_init.c
View file @
a4481d32
...
...
@@ -55,17 +55,13 @@ MYSQL_FILE *mysql_stdin= NULL;
static
MYSQL_FILE
instrumented_stdin
;
/*
Init my_sys functions and my_sys variabels
SYNOPSIS
my_init()
/**
Initialize my_sys functions, resources and variables
RETURN
0 ok
1
Couldn't initialize environment
@return Initialization result
@retval 0 Success
@retval 1 Error.
Couldn't initialize environment
*/
my_bool
my_init
(
void
)
{
char
*
str
;
...
...
mysys/my_thr_init.c
View file @
a4481d32
...
...
@@ -231,11 +231,6 @@ my_bool my_thread_global_init(void)
install_sigabrt_handler
();
#endif
// if (my_thread_init())
// {
// my_thread_global_end(); /* Clean up */
// return 1;
// }
return
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