1900 Commits (23bfacf1cceb213111556ddb43c55e7c2eeb98e7)

Author SHA1 Message Date
Alexey Botchkov 9dadfdcde5 MDEV-14024 PCRE2. 6 years ago
Faustin Lammler 2df2238cb8 Lintian complains on spelling error 7 years ago
Monty d1851b3009 Code cleanups 6 years ago
Vlad Lesin 6718d3bc32 MDEV-21082: isnan/isinf compilation errors, isfinite warnings on MacOS 8 years ago
Roman Nozdrin ad8266a5c2 MDEV-20732 MDB now correctly estimates a length of the FORMAT() result for 6 years ago
Alexander Barkov dc719597ee MDEV-18156 Assertion `0' failed or `btr_validate_index(index, 0, false)' in row_upd_sec_index_entry or error code 126: Index is corrupted upon DELETE with PAD_CHAR_TO_FULL_LENGTH 6 years ago
Alexander Barkov 20c78a6d3e Fixing `MDEV-20303 SPACE(-1) returns a wrong data type` compilation problem in Windows 6 years ago
Alexander Barkov 43882e764d MDEV-20303 SPACE(-1) returns a wrong data type 6 years ago
Alexander Barkov c3d67c17c1 MDEV-20292 REPEAT(x,-1) returns a wrong data type 6 years ago
Eugene Kosov d36c107a6b imporve clang build 6 years ago
Alexander Barkov ab190194cf MDEV-19686 Add method Type_handler::dyncol_type 7 years ago
Vicențiu Ciorbaru 5543b75550 Update FSF Address 7 years ago
Alexander Barkov 3b98c65c4e MDEV-18881 Assertion `0' failed in make_sortkey upon SELECT with GROUP BY after LOAD DATA 7 years ago
Brave Galera Crew 36a2a185fe Galera4 7 years ago
Alexey Botchkov c4ab352b67 MDEV-14576 Include full name of object in message about incorrect value for column. 7 years ago
Alexander Barkov 4447a02cf1 MDEV-16991 Rounding vs truncation for TIME, DATETIME, TIMESTAMP 7 years ago
Alexander Barkov 5646c43159 MDEV-17216 Assertion `!dt->fraction_remainder(decimals())' failed in Field_temporal_with_date::store_TIME_with_warning 7 years ago
Michael Widenius 6c97e85673 Remove valgrind warnings from Item_str_concat 7 years ago
Alexander Barkov ad8e02ac45 MDEV-17317 Add THD* parameter into Item::get_date() and stricter data type control to "fuzzydate" 7 years ago
Alexander Barkov cb7b5fbf1c MDEV-16910 Add class VDec 7 years ago
Oleksandr Byelkin 7749745b7d Fix of type, to make windows compiler happy. 7 years ago
Alexander Barkov e2ac4098ed Simplify caseup() and casedn() in charsets 7 years ago
Alexander Barkov ab58493db2 MDEV-13118 Wrong results with LOWER and UPPER and subquery 7 years ago
Monty a9ca819897 Call alloc() instead of realloc() 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
Sergey Vojtovich 54999f4e75 Use std::isfinite in C++ code 8 years ago
Sergei Golubchik e17e798599 cleanup: simplify multi-update's juggling with positions 8 years ago
Monty 30ebc3ee9e Add likely/unlikely to speed up execution 8 years ago
Marko Mäkelä 39a4985520 Remove most 'register' use in C++ 8 years ago
halfspawn 209375fdd0 MDEV-15664 : sql_mode=ORACLE: Make TRIM return NULL instead of empty string 8 years ago
Alexander Barkov 068450a382 MDEV-15689 Fix Item_func_set_collation to pass the collation using CHARSET_INFO instead of Item 8 years ago
Alexander Barkov 6aff5fa27a MDEV-15619 using CONVERT() inside AES_ENCRYPT() in an UPDATE corrupts data 8 years ago
Vladislav Vaintroub 56e7b7eaed Make possible to use clang on Windows (clang-cl) 8 years ago
Vladislav Vaintroub 6c279ad6a7 MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from 'size_t' to 'type', possible loss of data) 8 years ago
Monty f55dc7f733 Change C_STRING_WITH_LEN to STRING_WITH_LEN 8 years ago
Monty a7e352b54d Changed database, tablename and alias to be LEX_CSTRING 8 years ago
Alexander Barkov c4a908cb56 MDEV-13790 UNHEX() of a somewhat complicated CONCAT() returns NULL 8 years ago
Alexander Barkov 02e35ef5f2 MDEV-12681 Wrong VIEW results for CHAR(0xDF USING latin1) 8 years ago
Oleksandr Byelkin 2913f615f0 MDEV-8949: COLUMN_CREATE unicode name breakage 8 years ago
Sergei Golubchik d76f5774fe MDEV-13459 Warnings, when compiling with gcc-7.x 8 years ago
halfspawn 34f36a335b MDEV-14012 - sql_mode=Oracle: substr(): treat position 0 as position 1 8 years ago
Vladislav Vaintroub 7354dc6773 MDEV-13384 - misc Windows warnings fixed 8 years ago
Sergei Golubchik 80b9ce3593 MDEV-11553 Can't restore a PERSISTENT column that uses DATE_FORMAT() 8 years ago
Sergei Golubchik 8b1f145c82 cleanup 8 years ago
Sreeharsha Ramanavarapu ad00de4077 Bug #26704451: INCORRECT BEHAVIOR WITH USE OF CERTAIN 8 years ago
Sergey Vojtovich fdc4779235 MDEV-11371 - column compression 9 years ago
Michael Widenius 4aaa38d26e Enusure that my_global.h is included first 8 years ago
Alexander Barkov a70809c0fc MDEV-13555 Assertion `!item->null_value' failed in Type_handler::Item_send_str 8 years ago
halfspawn c9981fbee2 MDEV-13003 - Oracle compatibility : Replace function 9 years ago
Sergei Golubchik 2fcd8c1252 MDEV-13173 An RLIKE that previously worked on 10.0 now returns "Got error 'pcre_exec: recursion limit of 100 exceeded' from regexp" 8 years ago