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
db6d4e9f
Commit
db6d4e9f
authored
Jun 05, 2001
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge work:/my/mysql-4.0 into hundin.mysql.fi:/home/tim/mysql-4.0
BitKeeper/etc/logging_ok: auto-union
parents
53b24302
d637e1dc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+1
-0
include/violite.h
include/violite.h
+2
-5
No files found.
BitKeeper/etc/logging_ok
View file @
db6d4e9f
...
...
@@ -7,5 +7,6 @@ paul@central.snake.net
paul@teton.kitebird.com
sasha@mysql.sashanet.com
serg@serg.mysql.com
tim@hundin.mysql.fi
tim@threads.polyesthetic.msg
tonu@hundin.mysql.fi
include/violite.h
View file @
db6d4e9f
...
...
@@ -143,10 +143,6 @@ extern "C" {
void
vio_ssl_delete
(
Vio
*
vio
);
#ifdef EMBEDDED_LIBRARY
void
vio_reset
(
Vio
*
vio
);
#endif
int
vio_ssl_read
(
Vio
*
vio
,
gptr
buf
,
int
size
);
int
vio_ssl_write
(
Vio
*
vio
,
const
gptr
buf
,
int
size
);
int
vio_ssl_blocking
(
Vio
*
vio
,
my_bool
onoff
);
...
...
@@ -220,6 +216,7 @@ Vio* new_VioSSL(struct st_VioSSLAcceptorFd* fd, Vio* sd,int state);
#define HANDLE void *
#endif
#ifndef EMBEDDED_LIBRARY
/* This structure is for every connection on both sides */
struct
st_vio
{
...
...
@@ -254,5 +251,5 @@ struct st_vio
#endif
/* HAVE_OPENSSL */
#endif
/* HAVE_VIO */
};
#endif
/* EMBEDDED_LIBRARY */
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