diff --git a/include/MySQL_PreparedStatement.h b/include/MySQL_PreparedStatement.h index a4cb6541e..f9405ef79 100644 --- a/include/MySQL_PreparedStatement.h +++ b/include/MySQL_PreparedStatement.h @@ -77,7 +77,7 @@ class stmt_execute_metadata_t { uint16_t num_params; MYSQL_BIND *binds; my_bool *is_nulls; - MySQL_STMT_Global_info *stmt_info; + //MySQL_STMT_Global_info *stmt_info; unsigned long *lengths; void *pkt; stmt_execute_metadata_t() {