mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
indentation correction
This commit is contained in:
parent
f1e6ee04bc
commit
ee39253467
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ int openfrm(THD *thd, const char *name, const char *alias, uint db_stat,
|
|||
keynames=(char*) key_part;
|
||||
strpos+= (strmov(keynames, (char *) strpos) - keynames)+1;
|
||||
|
||||
share->null_bytes= (null_pos-(uchar*)outparam->null_flags + (null_bit_pos + 7) / 8);
|
||||
share->null_bytes= null_pos - (uchar*) outparam->null_flags + (null_bit_pos + 7) / 8;
|
||||
|
||||
share->reclength = uint2korr((head+16));
|
||||
if (*(head+26) == 1)
|
||||
|
|
Loading…
Reference in a new issue