Commit 71b125ce authored by kent.boortz@sun.com's avatar kent.boortz@sun.com Committed by Build Team
Browse files

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

error using SunStudio 12.
parent b5720ac4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3333,8 +3333,8 @@ handler::ha_create_handler_files(const char *name, const char *old_name,
int
handler::ha_change_partitions(HA_CREATE_INFO *create_info,
                     const char *path,
                     ulonglong *copied,
                     ulonglong *deleted,
                     ulonglong * const copied,
                     ulonglong * const deleted,
                     const uchar *pack_frm_data,
                     size_t pack_frm_len)
{