mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
5.6.31
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved.
|
||||
/* Copyright (c) 2008, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
@@ -511,9 +511,9 @@ static inline void inline_mysql_file_register(
|
||||
PSI_file_info *info,
|
||||
int count
|
||||
#else
|
||||
const char *category __attribute__ ((unused)),
|
||||
void *info __attribute__ ((unused)),
|
||||
int count __attribute__ ((unused))
|
||||
const char *category MY_ATTRIBUTE ((unused)),
|
||||
void *info MY_ATTRIBUTE ((unused)),
|
||||
int count MY_ATTRIBUTE ((unused))
|
||||
#endif
|
||||
)
|
||||
{
|
||||
|
Reference in New Issue
Block a user