This commit is contained in:
Alexander M. Turek
2005-02-27 11:00:58 +00:00
parent 3c1367f858
commit 2ed722c272
2 changed files with 7 additions and 1 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2005-02-27 Alexander M. Turek <me@derrab.us>
* libraries/sqlparser.data.php: Added missing MySQL functions STR_TO_DATE
and GET_FORMAT (bug #1152310).
2005-02-27 Michal Čihař <michal@cihar.com>
* server_binlog.php: MySQL 5 compatibility (bug #1151960).

View File

@@ -76,6 +76,7 @@ $PMA_SQPdata_function_name = array (
'FOUND_ROWS',
'FROM_DAYS',
'FROM_UNIXTIME',
'GET_FORMAT',
'GET_LOCK',
'GREATEST',
'GROUP_CONCAT',
@@ -146,6 +147,7 @@ $PMA_SQPdata_function_name = array (
'SQRT',
'STD',
'STDDEV',
'STR_TO_DATE',
'STRCMP',
'SUBDATE',
'SUBSTRING',
@@ -170,7 +172,7 @@ $PMA_SQPdata_function_name = array (
'YEARWEEK'
);
//$PMA_SQPdata_function_name_cnt = count($PMA_SQPdata_function_name);
$PMA_SQPdata_function_name_cnt = 153;
$PMA_SQPdata_function_name_cnt = 155;
$PMA_SQPdata_column_attrib = array (
'AUTO_INCREMENT',