mirror of
https://github.com/vrana/adminer.git
synced 2026-02-26 08:31:32 +01:00
Select specific variables
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@575 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -74,8 +74,6 @@ if (isset($_GET["download"])) {
|
||||
$unsigned = array("", "unsigned", "zerofill", "unsigned zerofill");
|
||||
$enum_length = '\'(?:\'\'|[^\'\\\\]+|\\\\.)*\'|"(?:""|[^"\\\\]+|\\\\.)*"';
|
||||
$inout = array("IN", "OUT", "INOUT");
|
||||
$functions = array("char_length", "from_unixtime", "hex", "lower", "round", "sec_to_time", "time_to_sec", "unix_timestamp", "upper");
|
||||
$grouping = array("avg", "count", "distinct", "group_concat", "max", "min", "sum");
|
||||
$confirm = " onclick=\"return confirm('" . lang('Are you sure?') . "');\"";
|
||||
|
||||
$error = "";
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
<?php
|
||||
$functions = array("char_length", "from_unixtime", "hex", "lower", "round", "sec_to_time", "time_to_sec", "unix_timestamp", "upper");
|
||||
$grouping = array("avg", "count", "distinct", "group_concat", "max", "min", "sum");
|
||||
$table_status = table_status($_GET["select"]);
|
||||
$indexes = indexes($_GET["select"]);
|
||||
$operators = array("=", "<", ">", "<=", ">=", "!=", "LIKE", "REGEXP", "IN", "IS NULL", "NOT LIKE", "NOT REGEXP", "NOT IN", "IS NOT NULL");
|
||||
|
||||
Reference in New Issue
Block a user