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

Fix sqldiff.exe so that it always runs in single-thread mode.

FossilOrigin-Name: c223910e726131d7b718b556c83df5faa723369d
This commit is contained in:
drh
2015-05-12 00:46:40 +00:00
parent 6ebf1eb2c4
commit aa62e48cab
3 changed files with 9 additions and 8 deletions

View File

@ -1139,6 +1139,7 @@ int main(int argc, char **argv){
char **azExt = 0;
g.zArgv0 = argv[0];
sqlite3_config(SQLITE_CONFIG_SINGLETHREAD);
for(i=1; i<argc; i++){
const char *z = argv[i];
if( z[0]=='-' ){