169 Commits (b9b38f0e4b311c8d550a39e3b9678b1ed176749d)

Author SHA1 Message Date
Dave Gosselin b9b38f0e4b GIS update get_copy overrides to do_get_copy const 1 year ago
Sergei Golubchik 771ed65ba7 GIS fixes for --view 1 year ago
Stefano Petrilli b50366667b MDEV-34137: Implement the GIS function ST_Validate 11 years ago
Stefano Petrilli ba66f8f37b MDEV-34141: Implements the function ST_Simplify 1 year ago
StefanoPetrilli 1656b5c10f MDEV-34276: Implements the function ST_IsValid 1 year ago
StefanoPetrilli eac552e3db MDEV-34177: Implements ST_PointFromGeoHash 1 year ago
Stefano Petrilli e2017a5dc0 MDEV-34160: Implements ST_LongFromGeoHash 1 year ago
Stefano Petrilli f357b47c70 MDEV-34159: Implements ST_LatFromGeoHash 1 year ago
Stefano Petrilli 47ed8c0416 MDEV-34158: Implement the GIS function ST_Geohash 11 years ago
Vasilii Lakhin 717c12de0e Fix typos in C comments inside sql/ 8 months ago
Sergei Golubchik 32e6f8ff2e cleanup: remove unconditional #ifdef's 2 years ago
Alexander Barkov a931da82fa MDEV-34123 CONCAT Function Returns Unexpected Empty Set in Query 2 years ago
Oleg Smirnov 405613ebb5 MDEV-34490 get_copy() and build_clone() may return an instance of an ancestor class instead of a copy/clone 1 year ago
Dave Gosselin db0c28eff8 MDEV-33746 Supply missing override markings 1 year ago
Rucha Deodhar 3eb1e11d8a MDEV-23479: Add a THD* argument to Item_func_or_sum::fix_length_and_dec() 4 years ago
Monty 30f0a246a0 Added override to all releveant methods in Item (and a few other classes) 5 years ago
Monty b6ff139aa3 Reduce usage of strlen() 5 years ago
Monty 6079b46d8d Split item->flags into base_flags and with_flags 5 years ago
Monty 7ca4e381f7 Removed Item::is_fixed() and Item::has_subquery() 5 years ago
Michael Widenius 3105c9e7a5 Change bitfields in Item to an uint16 5 years ago
Monty fa7d4abf16 Added typedef decimal_digits_t (uint16) for number of digits in most 5 years ago
Anel Husakovic 6769d1a078 MDEV-13467: Feature request: Support for ST_Distance_Sphere() 5 years ago
Alexander Barkov e37d7a3715 MDEV-20006 Move geometry specific code in Field_blob::get_key_image() to Field_geom 6 years ago
Alexander Barkov feb2695ed3 MDEV-20004 Move Field_geom from field.cc to sql_type_geom.cc 6 years ago
Alexander Barkov b511202335 MDEV-19923 Add type handlers for geometry sub-types 6 years ago
Vicențiu Ciorbaru 5543b75550 Update FSF Address 7 years ago
Oleksandr Byelkin 6b8802e8dd MDEV-11071: Assertion `thd->transaction.stmt.is_empty()' failed in Locked_tables_list::unlock_locked_table 8 years ago
Alexander Barkov f4dfc609cf MDEV-16388 Replace member Item::fixed to virtual method is_fixed() 8 years ago
Michael Widenius 166056f744 Remove not used mem_root argument from build_clone(), get_copy() and get_item_copy() 8 years ago
Alexey Botchkov ea876b39f3 MDEV-13716 point_big test fails in 10.2. 8 years ago
Alexander Barkov 3a37afec29 MDEV-10306 Wrong results with combination of CONCAT, SUBSTR and CONVERT in subquery 9 years ago
Alexander Barkov 8b68263a53 MDEV-12803 Improve function parameter data type control 9 years ago
Alexander Barkov a8caa8e04a MDEV-12854 Synchronize CREATE..SELECT data type and result set metadata data type for INT functions 9 years ago
Alexander Barkov c898de84b7 MDEV-12714 Determine Item::field_type() from Item::type_handler() 9 years ago
Alexander Barkov 46239f29c6 MDEV-12713 Define virtual type_handler() for all Item classes 9 years ago
Alexander Barkov 791374354c MDEV-9217 Split Item::tmp_table_field_from_field_type() into virtual methods in Type_handler 9 years ago
Alexey Botchkov 0d107a85b3 MDEV-11042 Implement GeoJSON functions. 9 years ago
Sergei Golubchik 75925f8fc1 bugfix: Item_func_spatial_collection::print() 9 years ago
Galina Shalygina eb2c147475 The consolidated patch for mdev-9197. 10 years ago
Alexander Barkov 3ccf8218bc Partial backporting of 7b50447aa6 10 years ago
Alexander Barkov 675d8a94f5 Removing the "thd" argument from Item::create_field_for_create_select(). 10 years ago
Sergei Golubchik 0a056c9b53 better ER_VIRTUAL_COLUMN_FUNCTION_IS_NOT_ALLOWED 10 years ago
Sergei Golubchik ed77ee1aab cleanup: change Item::walk() to take void* not uchar* 10 years ago
Alexander Barkov 4dcbb775ae parentheses in default 10 years ago
Alexander Barkov 6c626117e7 More test for MDEV-10134 Add full support for DEFAULT 10 years ago
Knut Anders Hatlen 95825fa28a Bug#21682356: STOP INJECTING DATA ITEMS IN AN ERROR MESSAGE 10 years ago
Alexander Barkov 7b50447aa6 MDEV-9407 Illegal mix of collation when using GROUP_CONCAT in a VIEW 10 years ago
Alexander Barkov ba0b668551 A clean-up for MDEV-7950: 10 years ago
Alexander Barkov 30711c6650 MDEV-8806 Numeric CAST produce different warnings for strings literals vs functions 10 years ago
Alexander Barkov 96f4a906ce MDEV-8675 Different results of GIS functions on NULL vs NOT NULL columns 10 years ago