mariadb/storage/innobase/dict
Marko Mäkelä 56ff6f1b0b InnoDB: Remove dead code for DATA_POINT and DATA_VAR_POINT
The POINT data type is being treated just like any other
geometry data type in InnoDB. The fixed-length data type
DATA_POINT had been introduced in WL#6942 based on a
misunderstanding and without appropriate review.
Because of fundamental design problems (such as a
DEFAULT POINT(0 0) value secretly introduced by InnoDB),
the code was disabled in Oracle Bug#20415831 fix.

This patch removes the dead code and definitions that were
left behind by the Oracle Bug#20415831 patch.
2017-07-03 12:17:10 +03:00
..
dict0boot.cc 5.6.36 2017-05-15 17:17:16 +03:00
dict0crea.cc dict_create_or_check_sys_tablespace(): Add some error handling 2017-06-22 09:39:09 +03:00
dict0defrag_bg.cc Merge 10.1 into 10.2 2017-05-05 10:38:53 +03:00
dict0dict.cc InnoDB: Remove dead code for DATA_POINT and DATA_VAR_POINT 2017-07-03 12:17:10 +03:00
dict0load.cc Follow-up to MDEV-12873: Refactor SYS_TABLES.TYPE validation 2017-06-15 17:42:49 +03:00
dict0mem.cc Merge 10.1 into 10.2 2017-05-05 10:38:53 +03:00
dict0stats.cc Merge 10.0 into 10.1 2017-05-20 08:41:20 +03:00
dict0stats_bg.cc Merge 10.1 into 10.2 2017-06-12 17:43:07 +03:00