Commit 1e1f619a authored by unknown's avatar unknown Committed by Build Team

Aligned declaration and defintion of ha_change_partitions(), to avoid link

error using SunStudio 12.
parent 19ece02e
...@@ -3333,8 +3333,8 @@ handler::ha_create_handler_files(const char *name, const char *old_name, ...@@ -3333,8 +3333,8 @@ handler::ha_create_handler_files(const char *name, const char *old_name,
int int
handler::ha_change_partitions(HA_CREATE_INFO *create_info, handler::ha_change_partitions(HA_CREATE_INFO *create_info,
const char *path, const char *path,
ulonglong *copied, ulonglong * const copied,
ulonglong *deleted, ulonglong * const deleted,
const uchar *pack_frm_data, const uchar *pack_frm_data,
size_t pack_frm_len) size_t pack_frm_len)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment