summaryrefslogtreecommitdiff
path: root/sql/ha_partition.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/ha_partition.h')
-rw-r--r--sql/ha_partition.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_partition.h b/sql/ha_partition.h
index 1a6bdc35346..30dd24b6014 100644
--- a/sql/ha_partition.h
+++ b/sql/ha_partition.h
@@ -1189,7 +1189,7 @@ public:
wrapper function for handlerton alter_table_flags, since
the ha_partition_hton cannot know all its capabilities
*/
- virtual uint alter_table_flags(uint flags);
+ virtual ulonglong alter_table_flags(ulonglong flags);
/*
unireg.cc will call the following to make sure that the storage engine
can handle the data it is about to send.