Fix InnoDB style after mikael@dator8-20101217205840-i7ltx8m6z3uc42kh

This commit is contained in:
Vasil Dimov 2011-01-07 13:54:07 +02:00
commit 211c56c022

View file

@ -7837,8 +7837,8 @@ ha_innobase::info_low(
are asked by MySQL to avoid locking. Another reason to
avoid the call is that it uses quite a lot of CPU.
See Bug#38185. */
if (flag & HA_STATUS_NO_LOCK ||
!(flag & HA_STATUS_VARIABLE_EXTRA)) {
if (flag & HA_STATUS_NO_LOCK
|| !(flag & HA_STATUS_VARIABLE_EXTRA)) {
/* We do not update delete_length if no
locking is requested so the "old" value can
remain. delete_length is initialized to 0 in