mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-07-15 19:47:40 +08:00
missed a bit from patch 879693
This commit is contained in:
parent
fed589b2e7
commit
94b114c0d9
@ -66,6 +66,8 @@ MdbSQL *sql;
|
||||
sql->tables = g_ptr_array_new();
|
||||
sql->sarg_tree = NULL;
|
||||
sql->sarg_stack = NULL;
|
||||
sql->max_rows = -1;
|
||||
|
||||
|
||||
return sql;
|
||||
}
|
||||
@ -498,6 +500,7 @@ MdbSQLTable *t;
|
||||
sql->columns = g_ptr_array_new();
|
||||
sql->num_tables = 0;
|
||||
sql->tables = g_ptr_array_new();
|
||||
sql->max_rows = -1;
|
||||
}
|
||||
static void print_break(int sz, int first)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user