From e05bf277d6529b61bf74cf0b8b3e6efd994869a0 Mon Sep 17 00:00:00 2001 From: "monty@tik.mysql.fi" <> Date: Thu, 27 Sep 2001 21:45:48 +0300 Subject: Final fixes for INSERT into MERGE tables. Move MAX_BLOB_WIDTH to be global Added full support for unsigned BIGINT Fixed spelling errors --- include/mysql_com.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/mysql_com.h b/include/mysql_com.h index 63fbc05b0cb..47908c5f7be 100644 --- a/include/mysql_com.h +++ b/include/mysql_com.h @@ -104,6 +104,8 @@ enum enum_server_command {COM_SLEEP,COM_QUIT,COM_INIT_DB,COM_QUERY, struct st_vio; /* Only C */ typedef struct st_vio Vio; +#define MAX_BLOB_WIDTH 8192 // Default width for blob + typedef struct st_net { Vio* vio; my_socket fd; /* For Perl DBI/dbd */ -- cgit v1.2.1