summaryrefslogtreecommitdiff
path: root/storage/heap/ha_heap.h
diff options
context:
space:
mode:
authorMattias Jonsson <mattias.jonsson@oracle.com>2011-04-20 19:53:08 +0200
committerMattias Jonsson <mattias.jonsson@oracle.com>2011-04-20 19:53:08 +0200
commitf7b98c25f4569a04d2a6ad1cb294601b3d1bb658 (patch)
treefa51d3c04c53ac900a866138d59e1b6796fe2d52 /storage/heap/ha_heap.h
parent1d75aeb9a9175e3444594aea65e2a3760ce64baf (diff)
parentb3d86f12ebfbdd7cd053003ebe7657df66a07d45 (diff)
downloadmariadb-git-f7b98c25f4569a04d2a6ad1cb294601b3d1bb658.tar.gz
Manual merge from 5.1
Diffstat (limited to 'storage/heap/ha_heap.h')
-rw-r--r--storage/heap/ha_heap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/heap/ha_heap.h b/storage/heap/ha_heap.h
index 5f3d66cd53c..cc335870f06 100644
--- a/storage/heap/ha_heap.h
+++ b/storage/heap/ha_heap.h
@@ -35,7 +35,7 @@ class ha_heap: public handler
public:
ha_heap(handlerton *hton, TABLE_SHARE *table);
~ha_heap() {}
- handler *clone(MEM_ROOT *mem_root);
+ handler *clone(const char *name, MEM_ROOT *mem_root);
const char *table_type() const
{
return (table->in_use->variables.sql_mode & MODE_MYSQL323) ?