softace/sqliteodbc

sbench.c can't return normally.

wi24rd opened this issue · 0 comments

Log is:

$ ./a.out -dbname /tmp/ts.db  -init -v -tpc 200 -clients 4
Scale factor value: 1
Number of clients: 4
Number of transactions per client: 200

Initializing dataset...
Already initialized
done.

Starting Benchmark Run
Benchmark Report
Featuring <direct queries> <auto-commit> 
--------------------
Time to execute 800 transactions: 0.226759 seconds.
0/800 failed complete.
Transaction rate: 3527.98 txn/sec.
Benchmark Report
Featuring <direct queries> <transactions> 
--------------------
Time to execute 800 transactions: 0.165209 seconds.
0/800 failed complete.
Transaction rate: 4842.35 txn/sec.
--------------------
Error counters, consult source for stat_counts[].
stat_counts[0..7]:  0 0 0 0 0 0 0 0
stat_counts[8..15]: 0 0 0 0 0 0 0 0

Version of Sqlite is 3.45.1, sqliteodbc is 0.9996.
obench.c is fine.