summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.h
diff options
context:
space:
mode:
authorjoreland@mysql.com <>2004-12-31 06:36:32 +0100
committerjoreland@mysql.com <>2004-12-31 06:36:32 +0100
commit8f2d0ec1a1aa0af13e30718d86eef75ab5f4853c (patch)
treea1d6407a6626529b28b62eaf78d244fe41fa644f /sql/ha_ndbcluster.h
parent91a04d182bcfd0f04cba5a57b8f3dbc6e1c00f59 (diff)
parentdd32940b50b9fd02b8f3e7aeda4cc8123dafd2e0 (diff)
downloadmariadb-git-8f2d0ec1a1aa0af13e30718d86eef75ab5f4853c.tar.gz
merge
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r--sql/ha_ndbcluster.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h
index 133b9bc04ee..44619068b07 100644
--- a/sql/ha_ndbcluster.h
+++ b/sql/ha_ndbcluster.h
@@ -156,7 +156,7 @@ class ha_ndbcluster: public handler
uint8 table_cache_type();
private:
- int alter_table_name(const char *from, const char *to);
+ int alter_table_name(const char *to);
int drop_table();
int create_index(const char *name, KEY *key_info, bool unique);
int create_ordered_index(const char *name, KEY *key_info);