summaryrefslogtreecommitdiff
path: root/storage/myisammrg/ha_myisammrg.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/myisammrg/ha_myisammrg.h
parent1d75aeb9a9175e3444594aea65e2a3760ce64baf (diff)
parentb3d86f12ebfbdd7cd053003ebe7657df66a07d45 (diff)
downloadmariadb-git-f7b98c25f4569a04d2a6ad1cb294601b3d1bb658.tar.gz
Manual merge from 5.1
Diffstat (limited to 'storage/myisammrg/ha_myisammrg.h')
-rw-r--r--storage/myisammrg/ha_myisammrg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/myisammrg/ha_myisammrg.h b/storage/myisammrg/ha_myisammrg.h
index cae4bd17f50..1b8e1038c3f 100644
--- a/storage/myisammrg/ha_myisammrg.h
+++ b/storage/myisammrg/ha_myisammrg.h
@@ -110,7 +110,7 @@ public:
int add_children_list(void);
int attach_children(void);
int detach_children(void);
- virtual handler *clone(MEM_ROOT *mem_root);
+ virtual handler *clone(const char *name, MEM_ROOT *mem_root);
int close(void);
int write_row(uchar * buf);
int update_row(const uchar * old_data, uchar * new_data);