OLD_PASSWORD()

This commit is contained in:
Alexander M. Turek
2004-10-27 13:40:24 +00:00
parent 851d5ca325
commit 63e434288b
3 changed files with 9 additions and 1 deletions

View File

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

View File

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

View File

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