memory arenas (sort of)

This commit is contained in:
Udo 2021-12-28 00:08:31 +00:00
parent 0889c69582
commit d0e362972f

View File

@ -17,7 +17,7 @@ struct MySQL {
u32 field_count = 0;
u32 row_count = 0;
u64 insert_id = 0;
String statement_info = "";
String statement_info = ""; //
std::vector<MySQLFieldInfo> field_info;