mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-26 02:09:49 +08:00
missed a bit from patch 879693
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user