From d93fe583027ed49d22b4778e28c3818d24b9fe12 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 11 Oct 2008 18:35:49 +0200 Subject: [PATCH] Aligned declaration and defintion of ha_change_partitions(), to avoid link error using SunStudio 12. --- sql/handler.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sql/handler.cc b/sql/handler.cc index a988c34b7ca..a127b3fa9f2 100644 --- a/sql/handler.cc +++ b/sql/handler.cc @@ -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) {