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
ce55ee9c
Commit
ce55ee9c
authored
May 31, 2004
by
hf@deer.(none)
Browse files
Options
Browse Files
Download
Plain Diff
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.0
into deer.(none):/home/hf/work/mysql-4.0
parents
88647105
9145dcef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
include/mysql.h
include/mysql.h
+1
-1
libmysql/libmysql.c
libmysql/libmysql.c
+1
-1
No files found.
include/mysql.h
View file @
ce55ee9c
...
...
@@ -263,7 +263,7 @@ typedef struct st_mysql_parameters
int
STDCALL
mysql_server_init
(
int
argc
,
char
**
argv
,
char
**
groups
);
void
STDCALL
mysql_server_end
(
void
);
MYSQL_PARAMETERS
*
STDCALL
mysql_get_parameters
();
MYSQL_PARAMETERS
*
STDCALL
mysql_get_parameters
(
void
);
/*
Set up and bring down a thread; these function should be called
...
...
libmysql/libmysql.c
View file @
ce55ee9c
...
...
@@ -124,7 +124,7 @@ void STDCALL mysql_server_end()
static
MYSQL_PARAMETERS
mysql_internal_parameters
=
{
&
max_allowed_packet
,
&
net_buffer_length
};
MYSQL_PARAMETERS
*
STDCALL
mysql_get_parameters
()
MYSQL_PARAMETERS
*
STDCALL
mysql_get_parameters
(
void
)
{
return
&
mysql_internal_parameters
;
}
...
...
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