#11 Statement Error: Incorrect time value: '11:51:15' for column
open
nobody
None
5
2009-07-14
2009-07-14
Anonymous
No
I was getting errors importing the time with the binary importer. Changing the record lengths fixed the problem.
src/mysar.c
line 305:
- record.l_time = 10;
+ record.l_time = 8;
line 307:
- record.l_sumtime = 3;
+ record.l_sumtime = 2;