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
c290af95
Commit
c290af95
authored
May 10, 2004
by
monty@mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/my/mysql-4.1
parents
34f2da92
4ef7918e
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
include/violite.h
include/violite.h
+2
-8
support-files/my-huge.cnf.sh
support-files/my-huge.cnf.sh
+1
-0
support-files/my-large.cnf.sh
support-files/my-large.cnf.sh
+1
-0
support-files/my-medium.cnf.sh
support-files/my-medium.cnf.sh
+2
-0
support-files/my-small.cnf.sh
support-files/my-small.cnf.sh
+2
-0
No files found.
include/violite.h
View file @
c290af95
...
@@ -55,14 +55,8 @@ int vio_close_pipe(Vio * vio);
...
@@ -55,14 +55,8 @@ int vio_close_pipe(Vio * vio);
void
vio_delete
(
Vio
*
vio
);
void
vio_delete
(
Vio
*
vio
);
int
vio_close
(
Vio
*
vio
);
int
vio_close
(
Vio
*
vio
);
void
vio_reset
(
Vio
*
vio
,
enum
enum_vio_type
type
,
#ifdef EMBEDDED_LIBRARY
my_socket
sd
,
HANDLE
hPipe
,
my_bool
localhost
);
void
vio_reset
(
Vio
*
vio
);
#else
void
vio_reset
(
Vio
*
vio
,
enum
enum_vio_type
type
,
my_socket
sd
,
HANDLE
hPipe
,
my_bool
localhost
);
#endif
int
vio_read
(
Vio
*
vio
,
gptr
buf
,
int
size
);
int
vio_read
(
Vio
*
vio
,
gptr
buf
,
int
size
);
int
vio_write
(
Vio
*
vio
,
const
gptr
buf
,
int
size
);
int
vio_write
(
Vio
*
vio
,
const
gptr
buf
,
int
size
);
int
vio_blocking
(
Vio
*
vio
,
my_bool
onoff
,
my_bool
*
old_mode
);
int
vio_blocking
(
Vio
*
vio
,
my_bool
onoff
,
my_bool
*
old_mode
);
...
...
support-files/my-huge.cnf.sh
View file @
c290af95
...
@@ -31,6 +31,7 @@ max_allowed_packet = 1M
...
@@ -31,6 +31,7 @@ max_allowed_packet = 1M
table_cache
=
512
table_cache
=
512
sort_buffer_size
=
2M
sort_buffer_size
=
2M
read_buffer_size
=
2M
read_buffer_size
=
2M
read_rnd_buffer_size
=
8M
myisam_sort_buffer_size
=
64M
myisam_sort_buffer_size
=
64M
thread_cache
=
8
thread_cache
=
8
query_cache_size
=
32M
query_cache_size
=
32M
...
...
support-files/my-large.cnf.sh
View file @
c290af95
...
@@ -31,6 +31,7 @@ max_allowed_packet = 1M
...
@@ -31,6 +31,7 @@ max_allowed_packet = 1M
table_cache
=
256
table_cache
=
256
sort_buffer_size
=
1M
sort_buffer_size
=
1M
read_buffer_size
=
1M
read_buffer_size
=
1M
read_rnd_buffer_size
=
4M
myisam_sort_buffer_size
=
64M
myisam_sort_buffer_size
=
64M
thread_cache
=
8
thread_cache
=
8
query_cache_size
=
16M
query_cache_size
=
16M
...
...
support-files/my-medium.cnf.sh
View file @
c290af95
...
@@ -32,6 +32,8 @@ max_allowed_packet = 1M
...
@@ -32,6 +32,8 @@ max_allowed_packet = 1M
table_cache
=
64
table_cache
=
64
sort_buffer_size
=
512K
sort_buffer_size
=
512K
net_buffer_length
=
8K
net_buffer_length
=
8K
read_buffer_size
=
256K
read_rnd_buffer_size
=
512K
myisam_sort_buffer_size
=
8M
myisam_sort_buffer_size
=
8M
# Don't listen on a TCP/IP port at all. This can be a security enhancement,
# Don't listen on a TCP/IP port at all. This can be a security enhancement,
...
...
support-files/my-small.cnf.sh
View file @
c290af95
...
@@ -31,6 +31,8 @@ key_buffer = 16K
...
@@ -31,6 +31,8 @@ key_buffer = 16K
max_allowed_packet
=
1M
max_allowed_packet
=
1M
table_cache
=
4
table_cache
=
4
sort_buffer_size
=
64K
sort_buffer_size
=
64K
read_buffer_size
=
256K
read_rnd_buffer_size
=
256K
net_buffer_length
=
2K
net_buffer_length
=
2K
thread_stack
=
64K
thread_stack
=
64K
...
...
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