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
272c3a26
Commit
272c3a26
authored
May 27, 2004
by
monty@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
After merge fixes
parent
c1d7d8e2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
Docs/manual_toc.html
Docs/manual_toc.html
+9
-0
libmysqld/lib_sql.cc
libmysqld/lib_sql.cc
+1
-1
libmysqld/libmysqld.c
libmysqld/libmysqld.c
+0
-9
No files found.
Docs/manual_toc.html
0 → 100644
View file @
272c3a26
<html>
<head>
<title>
Place holder for manual_toc.html
</title>
</head>
<body>
This is just a place holder for the autogenerated manual_toc.html
to make "make dist" happy.
</body>
</html>
libmysqld/lib_sql.cc
View file @
272c3a26
...
...
@@ -25,7 +25,7 @@
extern
"C"
{
unsigned
long
max_allowed_packet
,
net_buffer_length
;
extern
unsigned
long
max_allowed_packet
,
net_buffer_length
;
}
static
int
fake_argc
=
1
;
...
...
libmysqld/libmysqld.c
View file @
272c3a26
...
...
@@ -85,15 +85,6 @@ static void end_server(MYSQL *mysql)
}
static
MYSQL_PARAMETERS
mysql_internal_parameters
=
{
&
max_allowed_packet
,
&
net_buffer_length
};
MYSQL_PARAMETERS
*
STDCALL
mysql_get_parameters
()
{
return
&
mysql_internal_parameters
;
}
static
int
mysql_init_charset
(
MYSQL
*
mysql
)
{
char
charset_name_buff
[
16
],
*
charset_name
;
...
...
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