Commit ed5fe6d3 authored by unknown's avatar unknown

compiler warning on non-debug build

parent 5e0fc121
...@@ -296,7 +296,8 @@ static int split_maria_rtree_node(SplitStruct *node, int n_entries, ...@@ -296,7 +296,8 @@ static int split_maria_rtree_node(SplitStruct *node, int n_entries,
*/ */
static my_bool _ma_log_rt_split(MARIA_HA *info, static my_bool _ma_log_rt_split(MARIA_HA *info,
my_off_t page, const uchar *buff, my_off_t page,
const uchar *buff __attribute__((unused)),
const uchar *key_with_nod_flag, const uchar *key_with_nod_flag,
uint full_length, uint full_length,
const uchar *log_internal_copy, const uchar *log_internal_copy,
......
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