bug #3125606 [parser] Query for table "level" causes strange display
This commit is contained in:
@@ -14,6 +14,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
|||||||
- patch #3117535 [replication] Add quotes to database in initial statement,
|
- patch #3117535 [replication] Add quotes to database in initial statement,
|
||||||
thanks to Craig Duncan - duncan3dc
|
thanks to Craig Duncan - duncan3dc
|
||||||
- bug #3112614 [pdf schema] Scratchboard for PDF pages not working
|
- bug #3112614 [pdf schema] Scratchboard for PDF pages not working
|
||||||
|
- bug #3125606 [parser] Query for table "level" causes strange display
|
||||||
|
|
||||||
3.3.8.1 (2010-11-29)
|
3.3.8.1 (2010-11-29)
|
||||||
- bug #3115519 (private) [security] XSS on db search, see PMASA-2010-8
|
- bug #3115519 (private) [security] XSS on db search, see PMASA-2010-8
|
||||||
|
@@ -528,7 +528,6 @@ $PMA_SQPdata_reserved_word = array (
|
|||||||
'LAST_INSERT_ID',
|
'LAST_INSERT_ID',
|
||||||
'LEADING',
|
'LEADING',
|
||||||
'LEFT',
|
'LEFT',
|
||||||
'LEVEL',
|
|
||||||
'LIKE',
|
'LIKE',
|
||||||
'LIMIT',
|
'LIMIT',
|
||||||
'LINEAR', // 5.1
|
'LINEAR', // 5.1
|
||||||
@@ -697,7 +696,7 @@ $PMA_SQPdata_reserved_word = array (
|
|||||||
*
|
*
|
||||||
* @global integer MySQL reserved words count
|
* @global integer MySQL reserved words count
|
||||||
*/
|
*/
|
||||||
$PMA_SQPdata_reserved_word_cnt = 288;
|
$PMA_SQPdata_reserved_word_cnt = 287;
|
||||||
/**
|
/**
|
||||||
* The previous array must be sorted so that the binary search work.
|
* The previous array must be sorted so that the binary search work.
|
||||||
* Sometimes a word is not added in the correct order, so
|
* Sometimes a word is not added in the correct order, so
|
||||||
@@ -933,7 +932,6 @@ $PMA_SQPdata_forbidden_word = array (
|
|||||||
'LEAVE',
|
'LEAVE',
|
||||||
'LEAVES',
|
'LEAVES',
|
||||||
'LEFT',
|
'LEFT',
|
||||||
'LEVEL',
|
|
||||||
'LIKE',
|
'LIKE',
|
||||||
'LIMIT',
|
'LIMIT',
|
||||||
'LINEAR', // 5.1
|
'LINEAR', // 5.1
|
||||||
@@ -1212,7 +1210,7 @@ $PMA_SQPdata_forbidden_word = array (
|
|||||||
*
|
*
|
||||||
* @global integer MySQL forbidden words count
|
* @global integer MySQL forbidden words count
|
||||||
*/
|
*/
|
||||||
$PMA_SQPdata_forbidden_word_cnt = 483;
|
$PMA_SQPdata_forbidden_word_cnt = 482;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* the MySQL column/data types
|
* the MySQL column/data types
|
||||||
|
Reference in New Issue
Block a user