summaryrefslogtreecommitdiff
path: root/include/mysql_com.h
diff options
context:
space:
mode:
authorjani/jamppa@production.mysql.com <>2006-09-25 08:10:58 +0200
committerjani/jamppa@production.mysql.com <>2006-09-25 08:10:58 +0200
commit201b810cf4b0163f423fc23a454d4d10ea3b1348 (patch)
tree03966d95a898f33cb199516a8bbdf0e50ed228b8 /include/mysql_com.h
parent3a65bd1616d0a5477af32c681fc77db299050c09 (diff)
parent0fb727866fd176d091604d4c6c948b9bcb58e7a8 (diff)
downloadmariadb-git-201b810cf4b0163f423fc23a454d4d10ea3b1348.tar.gz
Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1
into production.mysql.com:/usersnfs/jamppa/mysql-5.1-bug-20208
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 d0bf1b1fec0..af3b8535ee2 100644
--- a/include/mysql_com.h
+++ b/include/mysql_com.h
@@ -182,7 +182,7 @@ typedef struct st_vio Vio;
#define MAX_INT_WIDTH 10 /* Max width for a LONG w.o. sign */
#define MAX_BIGINT_WIDTH 20 /* Max width for a LONGLONG */
#define MAX_CHAR_WIDTH 255 /* Max length for a CHAR colum */
-#define MAX_BLOB_WIDTH 8192 /* Default width for blob */
+#define MAX_BLOB_WIDTH 16777216 /* Default width for blob */
typedef struct st_net {
#if !defined(CHECK_EMBEDDED_DIFFERENCES) || !defined(EMBEDDED_LIBRARY)