-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
If CREATE is suppressed, field names are never created:
Lines 476 to 477 in 4e84775
| if(optusecreatetable) { | |
| fieldnames = calloc(fieldcount, MAXCOLUMNNAMESIZE); |
Those field names are used in the ignore code:
Line 538 in 4e84775
| if(strcmp(fieldnames[fieldnum],ignorefields[i].field) == 0) |
Using -i with -C (or -u) cause a segfault when strcmp tries to read a nonexistent fieldname.
Metadata
Metadata
Assignees
Labels
No labels