WL#2084: Add ability to compare ARRAY data

Affects: Server-7.1   —   Status: Un-Assigned

MySQL will implement the ability to compare arrays, 
in compliance with Standard SQL (SQL:2003) array 
functionality.

Rationale
---------
-- Needed functionality:
The ability to compare arrays is needed when doing 
any of the following on an array:
INSERT, UPDATE, DELETE, SELECT (see also Related 
Operations, below).

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