Commit c9d224af authored by Vasil Dimov's avatar Vasil Dimov

Fix InnoDB style after mikael@dator8-20101217205840-i7ltx8m6z3uc42kh

parent b192c11c
...@@ -7837,8 +7837,8 @@ ha_innobase::info_low( ...@@ -7837,8 +7837,8 @@ ha_innobase::info_low(
are asked by MySQL to avoid locking. Another reason to are asked by MySQL to avoid locking. Another reason to
avoid the call is that it uses quite a lot of CPU. avoid the call is that it uses quite a lot of CPU.
See Bug#38185. */ See Bug#38185. */
if (flag & HA_STATUS_NO_LOCK || if (flag & HA_STATUS_NO_LOCK
!(flag & HA_STATUS_VARIABLE_EXTRA)) { || !(flag & HA_STATUS_VARIABLE_EXTRA)) {
/* We do not update delete_length if no /* We do not update delete_length if no
locking is requested so the "old" value can locking is requested so the "old" value can
remain. delete_length is initialized to 0 in remain. delete_length is initialized to 0 in
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment