Differences From Artifact [ba887c19c7]:
- File src/sync.c — part of check-in [6cdddee2bd] at 2021-11-12 18:52:59 on branch trunk — Add the undocumented "fossil remote config-data" command. (user: drh size: 23874) [more...]
To Artifact [434197b70a]:
- File src/sync.c — part of check-in [bf3a32f59e] at 2021-11-14 19:38:05 on branch trunk — Fix an incorrect malloc() associated with "fossil commit -v" (user: drh size: 23881)
︙ | ︙ | |||
702 703 704 705 706 707 708 | }else{ fossil_fatal("backup \"%s\" already exists", zDest); } } db_unprotect(PROTECT_ALL); db_multi_exec("VACUUM repository INTO %Q", zDest); } | > | 702 703 704 705 706 707 708 709 | }else{ fossil_fatal("backup \"%s\" already exists", zDest); } } db_unprotect(PROTECT_ALL); db_multi_exec("VACUUM repository INTO %Q", zDest); } /*hi*/ |