[Phpmyadmin-devel] PMA_SQP_analyze() with create table query

Marc Delisle marc at infomarc.info
Sun Jun 8 14:30:56 CEST 2014


Le 2014-06-05 07:34, Chirayu Chiripal a écrit :
> Hi,
> Please see the line 28 of [0] which is the var_dump of
> PMA_SQP_analyze(PMA_SQP_parse($create_query)). The 'table_ref' index is
> an empty array.
> 
> I think it should have name of the table to be created or current one is
> correct?

Hi Chirayu,
the parser sets 'table_ref' only for SELECT statements.

> 
> Because in the result there is no index which mention table name separately.
> 
> Also, at [0]#L34: 'create_table_fields' index should contain only column
> details if I am not wrong. But at [0]#L44, 'latin_general_ci' which is
> actually the collation of the table, is appearing in the middle. Is this
> a desired behaviour or it is a bug?

A bug.

> 
> Note: The query passed is present in 'unsorted_query' index at [0]#L16.
> 
> [0]: http://pastebin.com/YcbuivPB


-- 
Marc Delisle | phpMyAdmin




More information about the Developers mailing list