INFORMATION_SCHEMA.TABLE_PRIVILEGES has a misspelled name

Bug #583081 reported by Patrick Crews
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Drizzle
Fix Released
Low
Brian Aker
Dexter
Fix Released
Low
Brian Aker

Bug Description

The INFORMATION_SCHEMA table - TABLE_PRIVILEGES is misspelled:

SELECT * FROM data_dictionary.tables WHERE table_name LIKE '%PRIV%';
TABLE_SCHEMA TABLE_NAME TABLE_TYPE ENGINE ROW_FORMAT TABLE_COLLATION TABLE_CREATION_TIME TABLE_UPDATE_TIME TABLE_COMMENT
INFORMATION_SCHEMA COLUMN_PRIVILEGES FUNCTION FunctionEngine DEFAULT utf8_general_ci Thu Jan 01 03:00:00 1970 Thu Jan 01 03:00:00 1970

************************************* Bug here
INFORMATION_SCHEMA TABLE_PRIVILEDGES FUNCTION FunctionEngine DEFAULT utf8_general_ci Thu Jan 01 03:00:00 1970 Thu Jan 01 03:00:00 1970

Related branches

Brian Aker (brianaker)
Changed in drizzle:
assignee: nobody → Brian Aker (brianaker)
Brian Aker (brianaker)
Changed in drizzle:
status: New → Fix Released
Changed in drizzle:
milestone: none → 2010-05-24
Revision history for this message
Brian Aker (brianaker) wrote : Re: [Bug 583081] Re: INFORMATION_SCHEMA.TABLE_PRIVILEGES has a misspelled name

Fixed?

Cheers,
   --Brian

On Jul 20, 2010, at 10:20 AM, Lee Bieber <email address hidden> wrote:

> ** Changed in: drizzle/dexter
> Importance: Undecided => Low
>
> --
> INFORMATION_SCHEMA.TABLE_PRIVILEGES has a misspelled name
> https://bugs.launchpad.net/bugs/583081
> You received this bug notification because you are a member of Drizzle-
> developers, which is subscribed to Drizzle.
>
> Status in A Lightweight SQL Database for Cloud and Web: Fix Released
> Status in Drizzle dexter series: Fix Released
>
> Bug description:
> The INFORMATION_SCHEMA table - TABLE_PRIVILEGES is misspelled:
>
> SELECT * FROM data_dictionary.tables WHERE table_name LIKE '%PRIV%';
> TABLE_SCHEMA TABLE_NAME TABLE_TYPE ENGINE ROW_FORMAT TABLE_COLLATION TABLE_CREATION_TIME TABLE_UPDATE_TIME TABLE_COMMENT
> INFORMATION_SCHEMA COLUMN_PRIVILEGES FUNCTION FunctionEngine DEFAULT utf8_general_ci Thu Jan 01 03:00:00 1970 Thu Jan 01 03:00:00 1970
>
> ************************************* Bug here
> INFORMATION_SCHEMA TABLE_PRIVILEDGES FUNCTION FunctionEngine DEFAULT utf8_general_ci Thu Jan 01 03:00:00 1970 Thu Jan 01 03:00:00 1970
>
>

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.