WL#2082: Add ARRAY element reference function

Affects: Server-7.1   —   Status: Un-Assigned

MySQL will implement the ability to access array 
elements, in compliance with Standard SQL (SQL:2003)
array functionality. This is known as the array
element reference function.

Rationale
---------
-- Needed functionality:
The ability to refer to a specific array element is
needed when doing any of the following on an array:
UPDATE, DELETE, SELECT.

-- Compatibility:
ARRAY functionality is required by standard SQL.
MySQL 4.1 currently has no ability to support array
element references.