1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

opt_range.cc:

Identation correction.


sql/opt_range.cc:
  Identation correction.
This commit is contained in:
unknown
2005-06-23 04:10:43 -07:00
parent dadda87f54
commit dfaf7a0184

View File

@@ -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)