You are here

function optimizedb_list_tables_check_tables_submit in OptimizeDB 7

Same name and namespace in other branches
  1. 6 optimizedb.module \optimizedb_list_tables_check_tables_submit()

Form submission handler for optimizedb_list_tables().

Checking the selected tables to find errors.

1 string reference to 'optimizedb_list_tables_check_tables_submit'
optimizedb_list_tables in ./optimizedb.module
List of tables in the database with the size and sorting.

File

./optimizedb.module, line 437
Database Optimization.

Code

function optimizedb_list_tables_check_tables_submit($form, &$form_state) {
  _optimizedb_list_tables_operation_execute($form, $form_state, 'CHECK TABLE');
}