1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00
simultaneously usable libraries

unification of client structures
This commit is contained in:
hf@deer.(none)
2003-06-04 15:12:32 +05:00
parent 70559621f2
commit 382aba188b
3 changed files with 12 additions and 5 deletions

View File

@ -125,7 +125,7 @@ typedef struct st_vio Vio;
#define MAX_BLOB_WIDTH 8192 /* Default width for blob */
typedef struct st_net {
#ifndef EMBEDDED_LIBRARY
#if !defined(CHECK_EMBEDDED_DIFFERENCES) || !defined(EMBEDDED_LIBRARY)
Vio* vio;
unsigned char *buff,*buff_end,*write_pos,*read_pos;
my_socket fd; /* For Perl DBI/dbd */