mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fixing a few compilation warnings ("no previous declaration for XXX")
added: storage/connect/inihandl.h modified: storage/connect/CMakeLists.txt storage/connect/connect.h storage/connect/ha_connect.cc storage/connect/inihandl.c storage/connect/osutil.h storage/connect/tabsys.cpp storage/connect/user_connect.cc
This commit is contained in:
@@ -41,9 +41,7 @@
|
||||
#include "tabdos.h"
|
||||
#include "tabsys.h"
|
||||
#include "tabmul.h"
|
||||
#if defined(UNIX)
|
||||
#include "osutil.h"
|
||||
#endif // UNIX
|
||||
#include "inihandl.h"
|
||||
|
||||
#define CSZ 36 // Column section name length
|
||||
#define CDZ 256 // Column definition length
|
||||
|
Reference in New Issue
Block a user