1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-05 15:55:57 +03:00

Add an experimental multi-threaded capability to vdbesorter.c.

FossilOrigin-Name: ff0b5c851ba7d04d1836d7c6a3222713e7d8d357
This commit is contained in:
dan
2014-03-17 15:43:05 +00:00
parent c625ba7f4f
commit f87684189d
4 changed files with 567 additions and 270 deletions

View File

@@ -47,7 +47,6 @@ int sqlite3ThreadCreate(
void *pIn /* Argument passed into xTask() */
){
SQLiteThread *p;
int rc;
assert( ppThread!=0 );
assert( xTask!=0 );