From afbfd12ed2fa93ad71a30b90ad29453cd5a2bc09 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 14 Sep 2005 13:44:44 +0200 Subject: [PATCH] indentation correction --- sql/table.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/table.cc b/sql/table.cc index be89081af8c..74ffe58e42e 100644 --- a/sql/table.cc +++ b/sql/table.cc @@ -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)