Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dirty merge | Oleksandr Byelkin | 2019-02-07 | 1 | -1/+1 |
|\ | |||||
| * | MDEV-18083 ASAN heap-use-after-free in Field::set_warning_truncated_wrong_val... | Sergei Golubchik | 2019-02-05 | 1 | -1/+1 |
* | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-12-18 | 1 | -15/+29 |
|\ \ | |/ | |||||
| * | MDEV-14576 Include full name of object in message about incorrect value for c... | Alexey Botchkov | 2018-12-16 | 1 | -15/+29 |
* | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-08-28 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Merge 10.1 into 10.2 | Marko Mäkelä | 2018-08-21 | 1 | -1/+1 |
| |\ | |||||
| | * | Merge branch '10.0' into 10.1 | Oleksandr Byelkin | 2018-08-21 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Merge branch '5.5' into 10.0 | Oleksandr Byelkin | 2018-08-15 | 1 | -1/+1 |
| | | |\ | |||||
| | | | * | MDEV-16810 AddressSanitizer: stack-buffer-overflow in int10_to_str | Sergei Golubchik | 2018-08-11 | 1 | -1/+1 |
| | | | * | MDEV-10524 Assertion `arg1_int >= 0' failed in Item_func_additive_op::result_... | Alexander Barkov | 2016-12-19 | 1 | -0/+17 |
* | | | | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2018-03-28 | 1 | -0/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge remote-tracking branch 'origin/10.1' into 10.2 | Vicențiu Ciorbaru | 2018-03-16 | 1 | -0/+2 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge remote-tracking branch '10.0' into 10.1 | Vicențiu Ciorbaru | 2018-03-15 | 1 | -0/+2 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | MDEV-13202 Assertion `ltime->neg == 0' failed in date_to_datetime | Alexander Barkov | 2018-03-13 | 1 | -0/+2 |
* | | | | | helper append_interval(String*) | Sergei Golubchik | 2018-02-23 | 1 | -5/+79 |
* | | | | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2018-02-15 | 1 | -0/+43 |
|\ \ \ \ \ | |||||
| * | | | | | MDEV-15310 Range optimizer does not work well for "WHERE temporal_column NOT ... | Alexander Barkov | 2018-02-14 | 1 | -0/+43 |
* | | | | | | Windows : reenable warning C4805 (unsafe mix of types in bool operations) | Vladislav Vaintroub | 2018-02-07 | 1 | -1/+1 |
* | | | | | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2018-02-06 | 1 | -5/+4 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | MDEV-15205 Remove mysql_type_to_time_type() | Alexander Barkov | 2018-02-04 | 1 | -5/+4 |
* | | | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ... | Vladislav Vaintroub | 2018-02-06 | 1 | -6/+6 |
* | | | | | | Changed database, tablename and alias to be LEX_CSTRING | Monty | 2018-01-30 | 1 | -5/+5 |
* | | | | | | System Versioning pre0.12 | Aleksey Midenkov | 2017-11-07 | 1 | -0/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | IB: 0.2 part IV | Aleksey Midenkov | 2017-05-05 | 1 | -12/+0 |
| * | | | | | | IB: 0.2 part II | Aleksey Midenkov | 2017-05-05 | 1 | -0/+13 |
* | | | | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3 | Alexander Barkov | 2017-10-30 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Alexander Barkov | 2017-10-18 | 1 | -1/+1 |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | |||||
| | * | | | | | Windows : Fix truncation warnings in sql/ | Vladislav Vaintroub | 2017-10-10 | 1 | -1/+1 |
| | |/ / / / | |||||
* | | | | | | Enusure that my_global.h is included first | Michael Widenius | 2017-08-24 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Changing field::field_name and Item::name to LEX_CSTRING | Monty | 2017-04-23 | 1 | -21/+21 |
|/ / / / | |||||
* | | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-12-29 | 1 | -1/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-12-11 | 1 | -1/+4 |
| |\ \ \ | | |/ / | |||||
| | * | | MDEV-10787 Assertion `ltime->neg == 0' failed in void date_to_datetime(MYSQL_... | Alexander Barkov | 2016-12-07 | 1 | -1/+4 |
* | | | | Fixed compiler warnings and test failures found by buildbot | Monty | 2016-06-24 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2015-12-21 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fixes to get all test to run on MacosX Lion 10.7 | Monty | 2015-11-29 | 1 | -1/+1 |
* | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2015-11-19 | 1 | -1/+0 |
|\ \ \ | |/ / | |||||
| * | | remove unneded #include's that had a dubious explanation | Sergei Golubchik | 2015-10-24 | 1 | -1/+0 |
* | | | MDEV-8766 Wrong result for SELECT..WHERE LENGTH(time_column)=8 AND time_colum... | Alexander Barkov | 2015-09-08 | 1 | -0/+49 |
* | | | - Renaming variables so that they don't shadow others (After this patch one c... | Monty | 2015-07-06 | 1 | -8/+11 |
* | | | MDEV-6650 - LINT_INIT emits code in non-debug builds | Sergey Vojtovich | 2015-03-16 | 1 | -2/+1 |
|/ / | |||||
* | | MDEV-5120 Test suite test maria-no-logging fails | Michael Widenius | 2014-09-30 | 1 | -0/+1 |
* | | MDEV-6065 MySQL Bug#13623473 "MISSING ROWS ON SELECT AND JOIN WITH TIME/DATET... | Sergei Golubchik | 2014-06-11 | 1 | -2/+1 |
* | | 5.5.38 merge | Sergei Golubchik | 2014-06-06 | 1 | -6/+15 |
|\ \ | |/ | |||||
| * | Merge 5.3->5.5 | Alexander Barkov | 2014-06-05 | 1 | -2/+9 |
| * | Merge 5.3->5.5 | Alexander Barkov | 2014-06-04 | 1 | -5/+7 |
* | | 5.5 merge | Sergei Golubchik | 2014-05-09 | 1 | -0/+51 |
|\ \ | |/ | |||||
| * | Merge from 5.3 | Alexander Barkov | 2014-04-18 | 1 | -0/+51 |
* | | MDEV-5870 Assertion `ltime->neg == 0' fails with COALESCE, ADDDATE, MAKEDATE | Alexander Barkov | 2014-03-23 | 1 | -0/+3 |
* | | @@old_mode=zero_date_time_cast | Sergei Golubchik | 2014-03-07 | 1 | -3/+4 |