Skip to content
Snippets Groups Projects

issue #223: correctly detect if reversible data have to be removed after hived restart

Closed issue #223: correctly detect if reversible data have to be removed after hived restart
Closed Marcin requested to merge mi_investigate_restart_with_app into develop
Compare and Show latest version
10 files
+ 641
22
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -151,7 +151,7 @@ GRANT EXECUTE ON FUNCTION
, hive.register_state_provider_tables( _context hive.context_name )
, hive.app_state_providers_update( _first_block hive.blocks.num%TYPE, _last_block hive.blocks.num%TYPE, _context hive.context_name )
, hive.app_state_provider_import( _state_provider hive.state_providers, _context hive.context_name )
, hive.connect( _git_sha TEXT, _block_num hive.blocks.num%TYPE, BOOL )
, hive.connect( _git_sha TEXT, _block_num hive.blocks.num%TYPE )
, hive.remove_inconsistent_irreversible_data()
, hive.disable_indexes_of_reversible()
, hive.enable_indexes_of_reversible()
Loading