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
efce59fc
Commit
efce59fc
authored
Sep 12, 2003
by
hf@deer.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Monty's merge bug fixed
parent
c477002f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
libmysqld/lib_sql.cc
libmysqld/lib_sql.cc
+3
-2
No files found.
libmysqld/lib_sql.cc
View file @
efce59fc
...
@@ -26,8 +26,6 @@
...
@@ -26,8 +26,6 @@
static
int
fake_argc
=
1
;
static
int
fake_argc
=
1
;
static
char
*
fake_argv
[]
=
{(
char
*
)
""
,
0
};
static
char
*
fake_argv
[]
=
{(
char
*
)
""
,
0
};
static
const
char
*
fake_groups
[]
=
{
"server"
,
"embedded"
,
0
};
static
const
char
*
fake_groups
[]
=
{
"server"
,
"embedded"
,
0
};
static
my_bool
org_my_init_done
;
my_bool
server_inited
;
#if defined (__WIN__)
#if defined (__WIN__)
#include "../sql/mysqld.cpp"
#include "../sql/mysqld.cpp"
...
@@ -41,6 +39,9 @@ C_MODE_START
...
@@ -41,6 +39,9 @@ C_MODE_START
#include "errmsg.h"
#include "errmsg.h"
#include <sql_common.h>
#include <sql_common.h>
static
my_bool
org_my_init_done
;
my_bool
server_inited
;
static
int
check_connections1
(
THD
*
thd
);
static
int
check_connections1
(
THD
*
thd
);
static
int
check_connections2
(
THD
*
thd
);
static
int
check_connections2
(
THD
*
thd
);
static
bool
check_user
(
THD
*
thd
,
enum_server_command
command
,
static
bool
check_user
(
THD
*
thd
,
enum_server_command
command
,
...
...
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