1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

enables case insensitivity in ndb config file

This commit is contained in:
unknown
2004-08-24 19:07:09 +00:00
parent a8f24dc7d9
commit 45c94a288d
4 changed files with 47 additions and 43 deletions

View File

@ -55,7 +55,7 @@ public:
static const char delimiter = ':';
static const char version[];
Properties();
Properties(bool case_insensitive= false);
Properties(const Properties &);
Properties(const Property *, int len);
virtual ~Properties();