The branch, master has been updated via 4333f4c55b40b94f2f8208d1751cf6c743317704 (commit) from 420534ea0d2f5e2ebfc0116a40684e1b7a2be5e5 (commit)
- Log ----------------------------------------------------------------- commit 4333f4c55b40b94f2f8208d1751cf6c743317704 Author: Michal Čihař mcihar@novell.com Date: Wed Jun 8 08:36:28 2011 +0200
Doc for DECLARE
-----------------------------------------------------------------------
Summary of changes: libraries/sqlparser.data.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/libraries/sqlparser.data.php b/libraries/sqlparser.data.php index 531947f..15fcb58 100644 --- a/libraries/sqlparser.data.php +++ b/libraries/sqlparser.data.php @@ -1317,6 +1317,7 @@ $PMA_SQPdata_functions_docs = array( 'DAYOFMONTH' => array('link' => 'date-and-time-functions','anchor' => 'function_dayofmonth'), 'DAYOFWEEK' => array('link' => 'date-and-time-functions','anchor' => 'function_dayofweek'), 'DAYOFYEAR' => array('link' => 'date-and-time-functions','anchor' => 'function_dayofyear'), + 'DECLARE' => array('link' => 'declare', 'anchor' => 'declare'), 'DECODE' => array('link' => 'encryption-functions','anchor' => 'function_decode'), 'DEFAULT' => array('link' => 'miscellaneous-functions','anchor' => 'function_default'), 'DEGREES' => array('link' => 'mathematical-functions','anchor' => 'function_degrees'),
hooks/post-receive