summaryrefslogtreecommitdiff
path: root/sql/records.cc
diff options
context:
space:
mode:
authorigor@rurik.mysql.com <>2006-11-01 14:50:14 -0800
committerigor@rurik.mysql.com <>2006-11-01 14:50:14 -0800
commit79abdb38f89913041c52cbacfb225cec5ec4cc4a (patch)
tree21a8ce870c8dc48dc38623d1004a608f26e8b280 /sql/records.cc
parentd778401633ecf95029e19f0212bd7a3e865c018b (diff)
parent2a7acba7e10197ec4a651ae828ff51c0a2ff4747 (diff)
downloadmariadb-git-79abdb38f89913041c52cbacfb225cec5ec4cc4a.tar.gz
Merge rurik.mysql.com:/home/igor/mysql-5.0-opt
into rurik.mysql.com:/home/igor/dev-opt/mysql-5.0-opt-bug21727
Diffstat (limited to 'sql/records.cc')
-rw-r--r--sql/records.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/records.cc b/sql/records.cc
index 3e254fa3648..78473659b22 100644
--- a/sql/records.cc
+++ b/sql/records.cc
@@ -194,7 +194,7 @@ void end_read_record(READ_RECORD *info)
}
if (info->table)
{
- filesort_free_buffers(info->table);
+ filesort_free_buffers(info->table,0);
(void) info->file->extra(HA_EXTRA_NO_CACHE);
if (info->read_record != rr_quick) // otherwise quick_range does it
(void) info->file->ha_index_or_rnd_end();