diff options
author | hf@deer.(none) <> | 2003-06-04 15:12:32 +0500 |
---|---|---|
committer | hf@deer.(none) <> | 2003-06-04 15:12:32 +0500 |
commit | 382aba188b6b19f7d015f873d04aad20052d9dea (patch) | |
tree | 775e79a367ff179a835eff3dc93073d8a29ebfa4 /include/mysql_com.h | |
parent | 70559621f2d3f0fad250db723a8aed2104d8fd76 (diff) | |
download | mariadb-git-382aba188b6b19f7d015f873d04aad20052d9dea.tar.gz |
SCRUM
simultaneously usable libraries
unification of client structures
Diffstat (limited to 'include/mysql_com.h')
-rw-r--r-- | include/mysql_com.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mysql_com.h b/include/mysql_com.h index bbfb869927b..1af1ed36af6 100644 --- a/include/mysql_com.h +++ b/include/mysql_com.h @@ -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 */ |