mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-11692 Comparison data type aggregation for pluggable data types
This commit is contained in:
@ -256,6 +256,8 @@ INSERT INTO tab SELECT * FROM tab1;
|
||||
ALTER TABLE tab DROP PRIMARY KEY;
|
||||
ALTER TABLE tab DROP INDEX idx2;
|
||||
CREATE TEMPORARY TABLE temp_tab AS SELECT * FROM tab where c1 = c2;
|
||||
ERROR HY000: Illegal parameter data types int and geometry for operation '='
|
||||
CREATE TEMPORARY TABLE temp_tab AS SELECT * FROM tab;
|
||||
INSERT INTO temp_tab SELECT * FROM tab;
|
||||
CREATE SPATIAL INDEX idx2 ON temp_tab(c2);
|
||||
CREATE SPATIAL INDEX idx3 ON temp_tab(c3);
|
||||
|
Reference in New Issue
Block a user