mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
compilation fix for AIX
This commit is contained in:
@ -52,7 +52,7 @@ private:
|
||||
*/
|
||||
class Properties {
|
||||
public:
|
||||
static const char delimiter = ':';
|
||||
static const char delimiter;
|
||||
static const char version[];
|
||||
|
||||
Properties(bool case_insensitive= false);
|
||||
|
Reference in New Issue
Block a user