1
0
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:
jakubvrana
2010-04-21 15:09:52 +00:00
parent 3f5b683456
commit 984d0907c8
4 changed files with 38 additions and 16 deletions

View File

@@ -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