mirror of
https://github.com/vrana/adminer.git
synced 2025-08-30 01:30:12 +02:00
SQLite variables
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1467 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -666,6 +666,14 @@ if (!defined("DRIVER")) {
|
||||
return $connection->result("SHOW CREATE TABLE " . idf_escape($table), 1);
|
||||
}
|
||||
|
||||
function show_variables() {
|
||||
return get_key_vals("SHOW VARIABLES");
|
||||
}
|
||||
|
||||
function show_status() {
|
||||
return get_key_vals("SHOW STATUS");
|
||||
}
|
||||
|
||||
/** Check whether a feature is supported
|
||||
* @param string
|
||||
* @return bool
|
||||
|
Reference in New Issue
Block a user