1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

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

error using SunStudio 12.
This commit is contained in:
unknown
2008-10-11 18:35:49 +02:00
committed by Build Team
parent 7f34685963
commit d93fe58302

View File

@@ -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)
{