mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fixing a few "no previous declaration" warnings
modified: storage/connect/ha_connect.cc storage/connect/odbconn.cpp storage/connect/plgdbutl.cpp storage/connect/plugutil.c storage/connect/value.cpp
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
//#include "kindex.h"
|
||||
#include "xtable.h"
|
||||
#include "tabodbc.h"
|
||||
#include "odbccat.h"
|
||||
#include "plgcnx.h" // For DB types
|
||||
#include "resource.h"
|
||||
#include "valblk.h"
|
||||
@@ -203,7 +204,7 @@ CATPARM *AllocCatInfo(PGLOBAL g, CATINFO fid, char *tab, PQRYRES qrp)
|
||||
/***********************************************************************/
|
||||
/* Check for nulls and reset them to Null (?) values. */
|
||||
/***********************************************************************/
|
||||
void ResetNullValues(CATPARM *cap)
|
||||
static void ResetNullValues(CATPARM *cap)
|
||||
{
|
||||
int i, n, ncol;
|
||||
PCOLRES crp;
|
||||
|
Reference in New Issue
Block a user