[Phpmyadmin-devel] MySQL queries

Michal Čihař michal at cihar.com
Thu Mar 31 16:33:27 CEST 2011


Hi

Dne Thu, 31 Mar 2011 20:00:45 +0530
Samiran Raj Boro <srajbr at gmail.com> napsal(a):

> information_schema is an ANSI standard and should be used instead of
> > DBMS specific extensions whenever possible. It will also make Drizzle
> > support easier to implement, as they have dropped mysql database.
> >
> 
> So, I guess I will have to purse the output of SHOW CREATE statement to
> retrieve parameter list for MySQL Ver < 5.5 for being compatible with
> Drizzle

For case of MySQL < 5.5, you get get the data from mysql table as well.
I think it's better solution than parsing SHOW CREATE output.

-- 
	Michal Čihař | http://cihar.com | http://blog.cihar.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://lists.phpmyadmin.net/pipermail/developers/attachments/20110331/3af15319/attachment.sig>


More information about the Developers mailing list