mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fixing warnings:
- no previous declaration for ‘const char* PLGtoMYSQLtype - no previous declaration for ‘int MYSQLtoPLG(int)’ - no previous declaration for ‘char* MyDateFmt(int)’ - no previous declaration for ‘char* MyDateFmt(char*)’ - no previous declaration for ‘int MYSQLtoPLG(char*)’ - no previous declaration for ‘enum_field_types PLGtoMYSQL modified: storage/connect/myutil.cpp
This commit is contained in:
@@ -23,6 +23,7 @@
|
|||||||
#include "plgdbsem.h"
|
#include "plgdbsem.h"
|
||||||
//#include "value.h"
|
//#include "value.h"
|
||||||
//#include "valblk.h"
|
//#include "valblk.h"
|
||||||
|
#include "myutil.h"
|
||||||
#define DLL_EXPORT // Items are exported from this DLL
|
#define DLL_EXPORT // Items are exported from this DLL
|
||||||
|
|
||||||
/************************************************************************/
|
/************************************************************************/
|
||||||
|
Reference in New Issue
Block a user