mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 21:25:36 +02:00
SCRUM
simultaneously usable libraries unification of client structures include/mysql.h: Unification of MYSQL structure for client library and embedded library include/mysql_com.h: unification NET structure for client and embedded library BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
This commit is contained in:
parent
bb01fb82ab
commit
e2da9dba58
3 changed files with 12 additions and 5 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue