fixing a segfault issue when starting piler

This commit is contained in:
SJ
2013-11-01 00:41:39 +01:00
parent 2409397548
commit cdce84052f
5 changed files with 14 additions and 14 deletions

View File

@@ -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