Commit c63914c0 authored by igor@rurik.mysql.com's avatar igor@rurik.mysql.com

opt_range.cc:

  Identation correction.
parent 4f93e841
...@@ -5994,7 +5994,7 @@ int QUICK_RANGE_SELECT::reset() ...@@ -5994,7 +5994,7 @@ int QUICK_RANGE_SELECT::reset()
cur_range= (QUICK_RANGE**) ranges.buffer; cur_range= (QUICK_RANGE**) ranges.buffer;
if (file->inited == handler::NONE && (error= file->ha_index_init(index))) if (file->inited == handler::NONE && (error= file->ha_index_init(index)))
DBUG_RETURN(error); DBUG_RETURN(error);
/* Do not allocate the buffers twice. */ /* Do not allocate the buffers twice. */
if (multi_range_length) if (multi_range_length)
......
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