mirror of
https://github.com/vrana/adminer.git
synced 2025-08-14 10:34:01 +02:00
Simplify running slow queries
This commit is contained in:
@@ -113,6 +113,14 @@
|
||||
return queries("ROLLBACK");
|
||||
}
|
||||
|
||||
/** Return query with a timeout
|
||||
* @param string
|
||||
* @param int seconds
|
||||
* @return string or null if the driver doesn't support query timeouts
|
||||
*/
|
||||
function slowQuery($query, $timeout) {
|
||||
}
|
||||
|
||||
/** Convert column to be searchable
|
||||
* @param string escaped column name
|
||||
* @param array array("op" => , "val" => )
|
||||
|
Reference in New Issue
Block a user