1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Give an error if you use a BLOB(X) where X > 255

Fixes for MIT pthreads
This commit is contained in:
monty@donna.mysql.com
2000-10-22 01:19:05 +03:00
parent 2fd65762b6
commit b5ad31dffe
8 changed files with 64 additions and 59 deletions

View File

@ -491,6 +491,8 @@ int openfrm(const char *name, const char *alias, uint db_stat, uint prgflag,
else
outparam->primary_key = MAX_KEY; // we do not have a primary key
}
else
outparam->primary_key= MAX_KEY;
x_free((gptr) disk_buff);
disk_buff=0;
if (new_field_pack_flag <= 1)