mirror of
https://bitbucket.org/jsuto/piler.git
synced 2026-04-05 18:19:19 +02:00
fixing a segfault issue when starting piler
This commit is contained in:
@@ -285,6 +285,9 @@ struct __data {
|
||||
char *sql[MAX_SQL_VARS];
|
||||
int type[MAX_SQL_VARS];
|
||||
int len[MAX_SQL_VARS];
|
||||
unsigned long length[MAX_SQL_VARS];
|
||||
my_bool is_null[MAX_SQL_VARS];
|
||||
my_bool error[MAX_SQL_VARS];
|
||||
int pos;
|
||||
|
||||
#ifdef HAVE_TRE
|
||||
|
||||
Reference in New Issue
Block a user