db: remove PRAGMA synchronous = OFF
commit3b0740480846db3bd1a06a334c5e617f6a93b186
authorDan Carpenter <dan.carpenter@oracle.com>
Sat, 25 Jun 2016 20:13:32 +0000 (25 23:13 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Sat, 25 Jun 2016 20:13:32 +0000 (25 23:13 +0300)
treee059291dcad4243fc9cc7b3c2101a40bb0a77f35
parentaa08cc1cea90d304ca8f4e2e72b3e004f01e3853
db: remove PRAGMA synchronous = OFF

These just generate a warning:
DBD::SQLite::db do failed: Safety level may not be changed inside a transaction
I could work around it by doing:
$db->do("COMMIT; PRAGMA synchronous = OFF; BEGIN TRANSACTION");

But I tested it and it doesn't speed anything up for me so I'm just going
to remove the line.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_data/db/fill_db_caller_info.pl
smatch_data/db/fill_db_sql.pl
smatch_data/db/fill_db_type_size.pl
smatch_data/db/fill_db_type_value.pl
smatch_data/db/mark_function_ptrs_searchable.pl
smatch_data/db/remove_mixed_up_pointer_params.pl