mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
merged 5.0-bugteam -> 5.1-bugteam
This commit is contained in:
commit
c36e935ac2
6 changed files with 10 additions and 8 deletions
|
|
@ -1127,7 +1127,7 @@ static const char **init_default_directories(MEM_ROOT *alloc)
|
|||
errors += add_directory(alloc, "/etc/mysql/", dirs);
|
||||
|
||||
#if defined(DEFAULT_SYSCONFDIR)
|
||||
if (DEFAULT_SYSCONFDIR != "")
|
||||
if (DEFAULT_SYSCONFDIR[0])
|
||||
errors += add_directory(alloc, DEFAULT_SYSCONFDIR, dirs);
|
||||
#endif /* DEFAULT_SYSCONFDIR */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue