Differences From Artifact [010f167510]:
- File src/event.c — part of check-in [3f5ab71744] at 2018-07-15 19:56:20 on branch trunk — Clarify the difference between fossil_fatal() and fossil_panic(). The fossil_panic() interface puts a message on the error log when generating webpages. Otherwise the two routines are identical. Convert some fossil_fatal() calls into fossil_panic() where appropriate. The goal here is to limit messages on the error log to things that require attention from the system administrator, or represent bugs. (user: drh size: 18875) [more...]
To Artifact [4dfb41d6d3]:
- File src/event.c — part of check-in [6cc5354821] at 2019-03-19 14:09:02 on branch db-begin-txn-updates — Replace most calls to db_begin_transaction() with db_begin_write() to avoid having a reader locking during a COMMIT. (user: andybradford size: 18869)
| ︙ | |||
253 254 255 256 257 258 259 | 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 | - + |
){
Blob event;
char *zDate;
Blob cksum;
int nrid, n;
blob_init(&event, 0, 0);
|
| ︙ |