WL#2083: Add ARRAY value constructor function

Affects: Server-7.1   —   Status: Un-Assigned

MySQL will implement the ability to assign values to
array elements, in compliance with Standard SQL 
(SQL:2003) array functionality. This is known as the 
array value constructor function.

Rationale
---------
-- Needed functionality:
The ability to assign data values to an array is
needed when doing any of the following on an array:
INSERT, UPDATE, DELETE, SELECT.

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