Searched refs:needCommit (Results 1 – 2 of 2) sorted by relevance
/external/sqlite/dist/orig/ |
D | shell.c | 12746 int needCommit; /* True to COMMIT or ROLLBACK at end */ in do_meta_command() local 12886 needCommit = sqlite3_get_autocommit(p->db); in do_meta_command() 12887 if( needCommit ) sqlite3_exec(p->db, "BEGIN", 0, 0, 0); in do_meta_command() 12934 if( needCommit ) sqlite3_exec(p->db, "COMMIT", 0, 0, 0); in do_meta_command()
|
/external/sqlite/dist/ |
D | shell.c | 12769 int needCommit; /* True to COMMIT or ROLLBACK at end */ in do_meta_command() local 12909 needCommit = sqlite3_get_autocommit(p->db); in do_meta_command() 12910 if( needCommit ) sqlite3_exec(p->db, "BEGIN", 0, 0, 0); in do_meta_command() 12957 if( needCommit ) sqlite3_exec(p->db, "COMMIT", 0, 0, 0); in do_meta_command()
|