Diff
Not logged in

Differences From Artifact [17cb8d72eb]:

To Artifact [298cb6dea1]:


675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
#endif
    }
  }
#endif

  fossil_printf_selfcheck();
  fossil_limit_memory(1);
  if( sqlite3_libversion_number()<3034000 ){
    fossil_panic("Unsuitable SQLite version %s, must be at least 3.34.0",
                 sqlite3_libversion());
  }
  sqlite3_config(SQLITE_CONFIG_MULTITHREAD);
  sqlite3_config(SQLITE_CONFIG_LOG, fossil_sqlite_log, 0);
  memset(&g, 0, sizeof(g));
  g.now = time(0);
  g.httpHeader = empty_blob;







|
|







675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
#endif
    }
  }
#endif

  fossil_printf_selfcheck();
  fossil_limit_memory(1);
  if( sqlite3_libversion_number()<3035000 ){
    fossil_panic("Unsuitable SQLite version %s, must be at least 3.35.0",
                 sqlite3_libversion());
  }
  sqlite3_config(SQLITE_CONFIG_MULTITHREAD);
  sqlite3_config(SQLITE_CONFIG_LOG, fossil_sqlite_log, 0);
  memset(&g, 0, sizeof(g));
  g.now = time(0);
  g.httpHeader = empty_blob;