summaryrefslogtreecommitdiff
path: root/sql/item_sum.cc
diff options
context:
space:
mode:
authortsmith@ramayana.hindu.god <>2008-01-25 10:37:29 -0700
committertsmith@ramayana.hindu.god <>2008-01-25 10:37:29 -0700
commit3906cc27d76d544dcecb0fa6ef2ee2c58a8741a1 (patch)
tree74fe704d2ae83b58d06940ffcf7a36638868fee0 /sql/item_sum.cc
parent5f6429b01a378b63abe9b88ae35e4922f66de674 (diff)
parent21630ab91f60e66c81cab3bbaa6cea7fec359c7e (diff)
downloadmariadb-git-3906cc27d76d544dcecb0fa6ef2ee2c58a8741a1.tar.gz
Merge ramayana.hindu.god:/home/tsmith/m/bk/51
into ramayana.hindu.god:/home/tsmith/m/bk/maint/51
Diffstat (limited to 'sql/item_sum.cc')
-rw-r--r--sql/item_sum.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_sum.cc b/sql/item_sum.cc
index 91198d0fb7e..27b964a9e15 100644
--- a/sql/item_sum.cc
+++ b/sql/item_sum.cc
@@ -2617,7 +2617,7 @@ void Item_sum_count_distinct::clear()
else if (table)
{
table->file->extra(HA_EXTRA_NO_CACHE);
- table->file->delete_all_rows();
+ table->file->ha_delete_all_rows();
table->file->extra(HA_EXTRA_WRITE_CACHE);
}
}