diff options
Diffstat (limited to 'sql/multi_range_read.cc')
-rw-r--r-- | sql/multi_range_read.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/multi_range_read.cc b/sql/multi_range_read.cc index c000187626f..f2ca52cc4bb 100644 --- a/sql/multi_range_read.cc +++ b/sql/multi_range_read.cc @@ -1247,7 +1247,7 @@ int DsMrr_impl::setup_two_handlers() scans. Calling primary_file->index_end() will invoke dsmrr_close() for this object, - which will delete secondary_file. We need to keep it, so put it away and dont + which will delete secondary_file. We need to keep it, so put it away and don't let it be deleted: */ if (primary_file->inited == handler::INDEX) |