Hi Mac,
> I think all the options in "*Table maintenance*" section need ajaxIn Table maintenance's current non-Ajax behavior, the results page
> behavior (process without reloading the page). If you find any of the
> above mentioned options need changes can you please comment on those.
> I'll work with ajaxifying the "*Table maintenance*" section and update
> you as soon as possible.
contains unneeded parts.
For example, choosing "Check table" does this:
- display the generated query (ok)
- show the results containing status (ok)
- show Query results operations (unneeded)
- show Bookmark section (unneeded)
This is because tbl_operations.php calls sql.php when
$_REQUEST['table_maintenance'] is set.
Try to remove the unneeded parts, at least for the new Ajax bahavior.