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