Ghost/ghost/data-generator/lib
Kevin Ansfield 600445cf39
Added re-enable of innodb redo log once DataImporter has run (#19678)
no issue

- DataGenerator disables the redo log to make data imports faster but it's a persisted global config change and we were missing the re-enable query once the imports have finished
- when the redo log remains disabled an unexpected shutdown puts the database into a non-starting state with the error `Server was killed when Innodb Redo logging was disabled. Data files could be corrupt. You can try to restart the database with innodb_force_recovery=6`
2024-02-08 16:02:01 +00:00
..
importers Fixed generating offers in data generator (#19495) 2024-01-16 13:53:34 +00:00
utils Wired up Docker setup script and increased data generation performance (#19420) 2024-01-05 13:42:30 +00:00
DataGenerator.js Added re-enable of innodb redo log once DataImporter has run (#19678) 2024-02-08 16:02:01 +00:00