summaryrefslogtreecommitdiff
path: root/include/mysql_com.h
diff options
context:
space:
mode:
authorhf@deer.(none) <>2003-06-04 15:12:32 +0500
committerhf@deer.(none) <>2003-06-04 15:12:32 +0500
commit382aba188b6b19f7d015f873d04aad20052d9dea (patch)
tree775e79a367ff179a835eff3dc93073d8a29ebfa4 /include/mysql_com.h
parent70559621f2d3f0fad250db723a8aed2104d8fd76 (diff)
downloadmariadb-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.h2
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 */