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
fbbc9a00
Commit
fbbc9a00
authored
Sep 03, 2003
by
kostja@oak.local
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed bug - check_user shall not be included into the
embedded library.
parent
32635549
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
sql/sql_parse.cc
sql/sql_parse.cc
+4
-0
No files found.
sql/sql_parse.cc
View file @
fbbc9a00
...
...
@@ -176,6 +176,7 @@ end:
}
#ifndef EMBEDDED_LIBRARY
/*
Check if user exist and password supplied is correct.
...
...
@@ -351,6 +352,9 @@ static int check_user(THD *thd, enum enum_server_command command,
DBUG_RETURN
(
-
1
);
}
#endif // EMBEDDED_LIBRARY
/*
Check for maximum allowable user connections, if the mysqld server is
started with corresponding variable that is greater then 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