You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-07 02:42:49 +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 */
|
||||
#define LOCAL_INFILE_ERROR_LEN 512
|
||||
|
||||
#include <my_stmt.h>
|
||||
#include "my_stmt.h"
|
||||
|
||||
void STDCALL mysql_set_local_infile_handler(MYSQL *mysql,
|
||||
int (*local_infile_init)(void **, const char *, void *),
|
||||
|
Reference in New Issue
Block a user