mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-21743 Split up SUPER privilege to smaller privileges
This commit is contained in:
@@ -28,6 +28,14 @@
|
||||
Compiler-dependent internal convenience macros.
|
||||
*/
|
||||
|
||||
/* C vs C++ */
|
||||
#ifdef __cplusplus
|
||||
#define CONSTEXPR constexpr
|
||||
#else
|
||||
#define CONSTEXPR
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
/* GNU C/C++ */
|
||||
#if defined __GNUC__
|
||||
/* Convenience macro to test the minimum required GCC version. */
|
||||
|
Reference in New Issue
Block a user