runListQuery($query); } /** * Unsupported */ public function statusTables($table) { return false; } /** * Unsupported */ public function optimizeTables($table) { return false; } /** * Unsupported */ public function repairTables($table, $query = '', $message = '') { return false; } /** * Unsupported */ public function backup($tables, $fileName, $path) { return false; } }