OLD_PASSWORD()
This commit is contained in:
@@ -5,6 +5,11 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
|
||||
2004-10-27 Alexander M. Turek <me@derrabus.de>
|
||||
* config.inc.php, libraries/config_import.lib.php,
|
||||
libraries/sqlparser.data.php: Added function OLD_PASSWORD().
|
||||
|
||||
2004-10-26 Alexander M. Turek <me@derrabus.de>
|
||||
* libraries/sqlparser.data.php: Added OFFSET.
|
||||
|
||||
|
@@ -943,6 +943,7 @@ if ($cfg['ShowFunctionFields']) {
|
||||
'LCASE',
|
||||
'UCASE',
|
||||
'NOW',
|
||||
'OLD_PASSWORD',
|
||||
'PASSWORD',
|
||||
'MD5',
|
||||
'SHA1',
|
||||
@@ -1003,6 +1004,7 @@ if ($cfg['ShowFunctionFields']) {
|
||||
'SOUNDEX',
|
||||
'LCASE',
|
||||
'UCASE',
|
||||
'OLD_PASSWORD',
|
||||
'PASSWORD',
|
||||
'MD5',
|
||||
'SHA1',
|
||||
|
@@ -115,6 +115,7 @@ $PMA_SQPdata_function_name = array (
|
||||
'NULLIF',
|
||||
'OCT',
|
||||
'OCTET_LENGTH',
|
||||
'OLD_PASSWORD',
|
||||
'ORD',
|
||||
'PASSWORD',
|
||||
'PERIOD_ADD',
|
||||
@@ -169,7 +170,7 @@ $PMA_SQPdata_function_name = array (
|
||||
'YEARWEEK'
|
||||
);
|
||||
//$PMA_SQPdata_function_name_cnt = count($PMA_SQPdata_function_name);
|
||||
$PMA_SQPdata_function_name_cnt = 152;
|
||||
$PMA_SQPdata_function_name_cnt = 153;
|
||||
|
||||
$PMA_SQPdata_column_attrib = array (
|
||||
'AUTO_INCREMENT',
|
||||
|
Reference in New Issue
Block a user