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:
@ -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)
|
||||
|
Reference in New Issue
Block a user