1900 Commits (23bfacf1cceb213111556ddb43c55e7c2eeb98e7)

Author SHA1 Message Date
Sergei Golubchik 23bfacf1cc Revert "Improve LibFMT detection" 4 years ago
Sergei Krivonos 9feaa6be07 Improve LibFMT detection 4 years ago
Alexander Barkov bb200599ff MDEV-24584 Selecting INT column with COLLATE utf8mb4_general_ci throws an error 4 years ago
Alexander Barkov 7ab11f2bda MDEV-4958 Adding datatype UUID 6 years ago
Sergei Golubchik 72fb37ea89 cleanup: uuid 4 years ago
Vladislav Vaintroub a6cf8b34a8 MDEV-26806 Server crash in Charset::charset / Item_func_natural_sort_key::val_str 4 years ago
Vladislav Vaintroub bc09362eb3 MDEV-26796 Natural sort does not work for utf32/utf16/ucs2 4 years ago
Vladislav Vaintroub 5b5a67b2a9 MDEV-26786 Inserting NULL into base column breaks NATURAL_SORT_KEY column 4 years ago
Vladislav Vaintroub 6c5c1fd55a MDEV-4742 - remove leading zero handling, and cleanups. 4 years ago
Vladislav Vaintroub 167d250924 MDEV-4742 additions 4 years ago
Vladislav Vaintroub b3cedf63a3 MDEV-4742 - address review comments. 4 years ago
Vladislav Vaintroub 5b29d407f6 MDEV-4742 - provide function to sort string in "natural" order 4 years ago
Sergei Golubchik 57bf8c1f35 MDEV-26646 SFORMAT Does not allow @variable use 4 years ago
Sergei Golubchik 6a7c10de92 MDEV-26691 SFORMAT: Pass down FLOAT as FLOAT, without upcast to DOUBLE 4 years ago
Sergei Golubchik 62d4e7e2df remove auto-switch between char and string based on the string length 4 years ago
Sergei Golubchik 513c8b4c25 cannot allocate a new String[] in the ::val_str() method 4 years ago
Sergei Golubchik 8150f52e47 support charsets with mbminlen > 1 4 years ago
Sergei Golubchik 6777c67a39 support {:L} with a ',' thousand separator 4 years ago
Sergei Golubchik 519bb2e41c disallow {:p} 4 years ago
Sergei Golubchik a363ccd681 misc cleanups 4 years ago
Alan Cueva e214e60201 MDEV-25015 Custom formatting of strings in MariaDB queries 4 years ago
Alexander Barkov 9300b66577 MDEV-24742 Server crashes in Charset::numchars / String::numchars 4 years ago
Nikita Malyavin dba7cd25e1 MDEV-25560 Creating table with certain generated column crashes server 4 years ago
Hollow Man bd711d4f3d Typo fixes in item_strfunc.cc 4 years ago
Sergei Golubchik c3b5003851 fixes for win32 5 years ago
Monty cc125bebfe Fix all warnings given by UBSAN 5 years ago
Monty b8c3159594 MDEV-24285 support oracle build-in function: sys_guid 5 years ago
Monty 949d10bea2 Don't reset StringBuffers in loops when not needed 5 years ago
Monty a206658b98 Change CHARSET_INFO character set and collaction names to LEX_CSTRING 5 years ago
Sergei Golubchik 6de84e6f4e cleanup: Item::can_eval_in_optimize() 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
Michael Widenius 3105c9e7a5 Change bitfields in Item to an uint16 5 years ago
Michael Widenius 451c4ae548 Renamed 'flags' variables in Item_class 5 years ago
Monty c76eabfb5e Improved storage size for Item, Field and some other classes 5 years ago
Oleksandr Byelkin a3099a3b4a MDEV-24312 master_host has 60 character limit, increase to 255 bytes 5 years ago
Monty 031f11717d Fix all warnings given by UBSAN 5 years ago
Monty 55b2788800 Fixed length estimate for REPLACE() 5 years ago
Daniele Sciascia f8bf5b0f84 MDEV-23466 SIGABRT on SELECT WSREP_LAST_SEEN_GTID 5 years ago
Marko Mäkelä b811c6ecc7 Fix GCC 10.2.0 -Og -Wmaybe-uninitialized 5 years ago
Alexander Barkov fe555b9c5f MDEV-23415 Server crash or Assertion `dec_length <= str_length' failed in Item_func_format::val_str_ascii 5 years ago
Alexander Barkov 0041dacc1b MDEV-23118 FORMAT(d1,dec) where dec=0/38 and d1 is DECIMAL(38,38) gives incorrect results 5 years ago
Monty 61c15ebe32 Remove String::lex_string() and String::lex_cstring() 5 years ago
Ian Gilfillan d2982331a6 Code comment spellfixes 5 years ago
Sergei Golubchik 69bd73173d correct off-by-one error in CONCAT 6 years ago
Alexander Barkov a1e330de5a MDEV-21743 Split up SUPER privilege to smaller privileges 6 years ago
mkaruza d0c8316bf5
Incorrect behaviour of WSREP_SYNC_WAIT_UPTO_GTID (#1442) 6 years ago
mkaruza 41bc736871 Galera GTID support 7 years ago
Alexander Barkov f1e13fdc8d MDEV-21581 Helper functions and methods for CHARSET_INFO 6 years ago
Gagan Goel f0ca9bc669 MDEV-20732 Correctly set the length of the FORMAT() result for float data type as argument. 6 years ago