From c63914c0b3b263e9fe64ffa1b3c0a5c54178cdc9 Mon Sep 17 00:00:00 2001 From: "igor@rurik.mysql.com" <> Date: Thu, 23 Jun 2005 04:10:43 -0700 Subject: [PATCH] opt_range.cc: Identation correction. --- sql/opt_range.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/opt_range.cc b/sql/opt_range.cc index 1d6acb3aee1..59ec1140d15 100644 --- a/sql/opt_range.cc +++ b/sql/opt_range.cc @@ -5994,7 +5994,7 @@ int QUICK_RANGE_SELECT::reset() cur_range= (QUICK_RANGE**) ranges.buffer; if (file->inited == handler::NONE && (error= file->ha_index_init(index))) - DBUG_RETURN(error); + DBUG_RETURN(error); /* Do not allocate the buffers twice. */ if (multi_range_length)