You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-10 01:02:57 +03:00
Fix for CONC-143: use #include "my_stmt.h" instead of <my_stmt.h>
This commit is contained in:
@@ -364,7 +364,7 @@ typedef struct
|
|||||||
/* Local infile support functions */
|
/* Local infile support functions */
|
||||||
#define LOCAL_INFILE_ERROR_LEN 512
|
#define LOCAL_INFILE_ERROR_LEN 512
|
||||||
|
|
||||||
#include <my_stmt.h>
|
#include "my_stmt.h"
|
||||||
|
|
||||||
void STDCALL mysql_set_local_infile_handler(MYSQL *mysql,
|
void STDCALL mysql_set_local_infile_handler(MYSQL *mysql,
|
||||||
int (*local_infile_init)(void **, const char *, void *),
|
int (*local_infile_init)(void **, const char *, void *),
|
||||||
|
Reference in New Issue
Block a user