summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <monty@mysql.com>2006-03-27 12:07:59 +0300
committerunknown <monty@mysql.com>2006-03-27 12:07:59 +0300
commit8b1a1c6ccb624057f64a3804cad4e15c29309d98 (patch)
treeda0c6efc4a29ae51f904175556138838191bd5d9 /include
parent273aa4899adc7623c7b8075b57bc53cee1da04cb (diff)
parent783780f1c92e6c8b3ebbb1f40ca34cc14336f81b (diff)
downloadmariadb-git-8b1a1c6ccb624057f64a3804cad4e15c29309d98.tar.gz
Merge monty@bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/home/my/mysql-5.0
Diffstat (limited to 'include')
-rw-r--r--include/mysql.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mysql.h b/include/mysql.h
index 303cb2af4f5..925a4525378 100644
--- a/include/mysql.h
+++ b/include/mysql.h
@@ -287,8 +287,10 @@ typedef struct st_mysql
from mysql_stmt_close if close had to cancel result set of this object.
*/
my_bool *unbuffered_fetch_owner;
+#if defined(EMBEDDED_LIBRARY) || defined(EMBEDDED_LIBRARY_COMPATIBLE) || MYSQL_VERSION_ID >= 50100
/* needed for embedded server - no net buffer to store the 'info' */
char *info_buffer;
+#endif
} MYSQL;
typedef struct st_mysql_res {