diff --git a/mx_mysql.c b/mx_mysql.c index aff7bc02..87e4789b 100644 --- a/mx_mysql.c +++ b/mx_mysql.c @@ -945,6 +945,7 @@ static int mx_mysql_statement_init(struct mx_mysql *mysql, struct mx_mysql_stmt s = mx_calloc_forever(1, sizeof(*s)); s->mysql = mysql; + s->func = ""; do { res = mx__mysql_stmt_init(s);