mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge mysqldev@production.mysql.com:/data0/mysqldev/my/mysql-5.0-release
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
This commit is contained in:
@ -874,6 +874,7 @@ int openfrm(THD *thd, const char *name, const char *alias, uint db_stat,
|
||||
|
||||
/* the correct null_bytes can now be set, since bitfields have been taken into account */
|
||||
share->null_bytes= null_pos - (uchar*) outparam->null_flags + (null_bit_pos + 7) / 8;
|
||||
share->last_null_bit_pos= null_bit_pos;
|
||||
|
||||
/* The table struct is now initialized; Open the table */
|
||||
error=2;
|
||||
|
Reference in New Issue
Block a user