~vkolesnikov/pbxt/pbxt-maria-windows-app-ver-fixes

« back to all changes in this revision

Viewing changes to src/table_xt.h

  • Committer: Paul McCullagh
  • Date: 2010-08-31 15:03:20 UTC
  • Revision ID: paul.mccullagh@primebase.org-20100831150320-4e0u8y20ab23b6ng
Log name of table when PBXT recovers an index on startup. If an error occurs during index recovery, the index is set to 'repair pending'

Show diffs side-by-side

added added

removed removed

Lines of Context:
572
572
void                            xt_tab_disable_index(XTTableHPtr tab, u_int ind_error);
573
573
void                            xt_tab_set_index_error(XTTableHPtr tab);
574
574
 
 
575
void                            xt_tab_make_table_name(XTTableHPtr tab, char *table_name, size_t size);
575
576
xtBool                          xt_tab_is_table_repair_pending(XTTableHPtr tab);
576
577
void                            xt_tab_table_repaired(XTTableHPtr tab);
577
578
void                            xt_tab_set_table_repair_pending(XTTableHPtr tab);