mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-11692 Comparison data type aggregation for pluggable data types
This commit is contained in:
@ -304,8 +304,11 @@ ALTER TABLE tab DROP INDEX idx2;
|
||||
|
||||
# Check spatial index on temp tables
|
||||
|
||||
--error ER_ILLEGAL_PARAMETER_DATA_TYPES2_FOR_OPERATION
|
||||
CREATE TEMPORARY TABLE temp_tab AS SELECT * FROM tab where c1 = c2;
|
||||
|
||||
CREATE TEMPORARY TABLE temp_tab AS SELECT * FROM tab;
|
||||
|
||||
INSERT INTO temp_tab SELECT * FROM tab;
|
||||
|
||||
CREATE SPATIAL INDEX idx2 ON temp_tab(c2);
|
||||
|
Reference in New Issue
Block a user