1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Further enhancements to threadtest3 stress tests.

FossilOrigin-Name: ba772cff602ca7c3c0c91451e701f52a872e7a14
This commit is contained in:
dan
2014-12-13 17:41:48 +00:00
parent 9bd3cc4681
commit 053542d72a
8 changed files with 299 additions and 60 deletions

View File

@ -14,7 +14,7 @@
*/
static char *create_drop_index_thread(int iTid, int iArg){
static char *create_drop_index_thread(int iTid, void *pArg){
Error err = {0}; /* Error code and message */
Sqlite db = {0}; /* SQLite database connection */