summaryrefslogtreecommitdiff
path: root/storage/maria/ma_rt_split.c
diff options
context:
space:
mode:
authorunknown <guilhem@gbichot4.local>2008-04-24 23:24:21 +0200
committerunknown <guilhem@gbichot4.local>2008-04-24 23:24:21 +0200
commited5fe6d3eb5d702e2fe27de3c65c550ea0dbf17f (patch)
tree4d2d49076763198c252da539f625ea8a57556991 /storage/maria/ma_rt_split.c
parent5e0fc121fb84723ea73a5d014b519549515435d1 (diff)
downloadmariadb-git-ed5fe6d3eb5d702e2fe27de3c65c550ea0dbf17f.tar.gz
compiler warning on non-debug build
Diffstat (limited to 'storage/maria/ma_rt_split.c')
-rw-r--r--storage/maria/ma_rt_split.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/maria/ma_rt_split.c b/storage/maria/ma_rt_split.c
index 92d61ba2eb7..26399181e32 100644
--- a/storage/maria/ma_rt_split.c
+++ b/storage/maria/ma_rt_split.c
@@ -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,
- my_off_t page, const uchar *buff,
+ my_off_t page,
+ const uchar *buff __attribute__((unused)),
const uchar *key_with_nod_flag,
uint full_length,
const uchar *log_internal_copy,