summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* A cleanup for MDEV-16939: avoid timeval initialization related problems in th...Alexander Barkov2018-08-113-11/+18
* Fix warning C4838 : conversion from 'type_1' to 'type_2' requires a narrowing...Vladislav Vaintroub2018-08-112-2/+7
* MDEV-16939 Move TIMESTAMP truncation code to Field_timestamp::store_TIME_with...Alexander Barkov2018-08-112-38/+52
* MDEV-16938 Move Item::get_time_with_conversion() to TimeAlexander Barkov2018-08-118-157/+77
* Fixing size_t to uint conversion failure on WindowsAlexander Barkov2018-08-111-3/+3
* Fixing a "safe" bug in MDEV-16928 (revealed by the Windows compiler)Alexander Barkov2018-08-101-2/+2
* MDEV-16935 Change the parameter of Field_xxx::store_TIME_with_dec() to const ...Alexander Barkov2018-08-104-154/+250
* Fixing compilation failure on Windows (cannot compare "bool" and "my_bool" di...Alexander Barkov2018-08-101-1/+1
* MDEV-16928 Move MYSQL_TIME initialization from Field_xxx::store_time_dec() to...Alexander Barkov2018-08-094-129/+267
* MDEV-16926 CAST(COALESCE(year_field)) returns wrong valueAlexander Barkov2018-08-098-33/+174
* Updated compress_qpress.resultMonty2018-08-091-0/+1
* MDEV-14032 SEC_TO_TIME executes side effect two timesAlexander Barkov2018-08-0915-292/+475
* Deb: Don't define libzstd1 or other libraries as install dependencies manuallyOtto Kekäläinen2018-08-071-2/+1
* Fixed compile error on windowsMonty2018-08-071-1/+1
* A cleanup for MDEV-16852Alexander Barkov2018-08-076-28/+28
* Fixed compiler warning about MongoEnabled() in ConnectMonty2018-08-072-4/+4
* MDEV-16910 Add class VDecAlexander Barkov2018-08-0726-847/+595
* Deb: Organize package order in control file to be more logicalOtto Kekäläinen2018-08-054-85/+85
* Deb: Fix brittle line numbers with simple paragraph detectionOtto Kekäläinen2018-08-051-10/+10
* Deb: Open new changelog entry for 10.4Otto Kekäläinen2018-08-051-0/+6
* Deb: Mass replace 10.3 with 10.4 inside filesOtto Kekäläinen2018-08-0533-565/+565
* Deb: Update the control file for 10.4 package namesOtto Kekäläinen2018-08-052-39/+52
* Deb: Rename all 10.3 files into 10.4 as this is a 10.4 branch nowOtto Kekäläinen2018-08-0425-0/+0
* MDEV-16359 wrong result (extra rows) on the query with UNION and bracketsIgor Babaev2018-08-033-1/+20
* MDEV-16888 Add virtual Type_handler::cond_notnull_field_isnull_to_field_eq_ze...Alexander Barkov2018-08-033-6/+23
* MDEV-16884 Remove tests for field_type() in Item_cache_temporalAlexander Barkov2018-08-024-38/+44
* MDEV-16881 Remove Item::get_temporal_with_sql_mode() and val_xxx_from_date()Alexander Barkov2018-08-028-337/+494
* Added -j option to dpkg-buildpackage to speed up buildRasmus Johansson2018-08-021-1/+1
* MDEV-16874 Implement class Item_handled_funcAlexander Barkov2018-08-015-258/+547
* MDEV-16727: Server crashes in Item_equal_iterator<List_iterator_fast, Item>::...Galina Shalygina2018-08-013-1/+54
* MDEV-16864 Implement class Item_func_timestampAlexander Barkov2018-07-316-40/+50
* MDEV-16861 Split Item::update_null_value() into a new virtual method in Type_...Alexander Barkov2018-07-3114-49/+178
* MDEV-16852 Get rid of Item_temporal_hybrid_func::fix_temporal_type()Alexander Barkov2018-07-304-117/+132
* MDEV-16730: Server crashes in Bitmap<64u>::mergeGalina Shalygina2018-07-293-0/+37
* MDEV-16721: Assertion `ctx.compare_type_handler()->cmp_type() != STRING_RESULT'Galina Shalygina2018-07-273-1/+30
* MDEV-16823 Add Type_handler::Column_definition_reuse_fix_attributes()Alexander Barkov2018-07-254-61/+115
* Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2018-07-2581-456/+1366
|\
| * Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2018-07-243-2/+25
| |\
| | * MDEV-16814 CREATE TABLE SELECT JSON_QUOTE(multibyte_charset_expr) makes a fie...Alexander Barkov2018-07-243-2/+24
| | * MDEV-15786: ERROR 1062 (23000) at line 365: Duplicate entry 'spider' for key ...Jacob Mathew2018-07-231-3/+21
| * | MDEV-16729 VARCHAR COMPRESSED is created with a wrong length for multi-byte c...Alexander Barkov2018-07-243-3/+27
| * | MDEV-15786: ERROR 1062 (23000) at line 365: Duplicate entry 'spider' for key ...Jacob Mathew2018-07-231-3/+21
| * | Merge 10.2 into 10.3Marko Mäkelä2018-07-2327-82/+236
| |\ \ | | |/
| | * row_purge_poss_sec(): Add debug instrumentationMarko Mäkelä2018-07-231-2/+14
| | * MDEV-15855 cleanup: Privatize purge_vcol_info_tMarko Mäkelä2018-07-233-13/+50
| | * Follow-up to MDEV-15855: Remove bogus debug assertionsMarko Mäkelä2018-07-231-3/+0
| | * MDEV-16779 Assertion !rw_lock_own failed upon purgeThirunarayanan Balathandayuthapani2018-07-232-1/+4
| | * ut_print_buf_hex(): Correctly dump the hexMarko Mäkelä2018-07-231-1/+1
| | * Reduce the number of rw_lock_own() callsMarko Mäkelä2018-07-2311-59/+49
| | * Corrected and added back the test case for MDEV-15151.Igor Babaev2018-07-202-0/+65