diff options
author | monty@tik.mysql.fi <> | 2001-09-27 21:45:48 +0300 |
---|---|---|
committer | monty@tik.mysql.fi <> | 2001-09-27 21:45:48 +0300 |
commit | e05bf277d6529b61bf74cf0b8b3e6efd994869a0 (patch) | |
tree | bacb3c051e2ae3debd9dedea9b0eb2efd094a961 /include | |
parent | 5d9be4de24ab02436edbe2c75e96704a31c522b2 (diff) | |
download | mariadb-git-e05bf277d6529b61bf74cf0b8b3e6efd994869a0.tar.gz |
Final fixes for INSERT into MERGE tables.
Move MAX_BLOB_WIDTH to be global
Added full support for unsigned BIGINT
Fixed spelling errors
Diffstat (limited to 'include')
-rw-r--r-- | include/mysql_com.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |