Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2018-02-15 | 1 | -28/+0 |
|\ | |||||
| * | MDEV-15310 Range optimizer does not work well for "WHERE temporal_column NOT ... | Alexander Barkov | 2018-02-14 | 1 | -28/+0 |
* | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ... | Vladislav Vaintroub | 2018-02-06 | 1 | -2/+2 |
* | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2017-10-04 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | MDEV-13384 - misc Windows warnings fixed | Vladislav Vaintroub | 2017-09-28 | 1 | -3/+3 |
* | | Enusure that my_global.h is included first | Michael Widenius | 2017-08-24 | 1 | -0/+1 |
|/ | |||||
* | Fix many -Wconversion warnings. | Marko Mäkelä | 2017-03-07 | 1 | -6/+6 |
* | Merge branch '10.2' into bb-10.2-connector-c-integ-subm | Sergei Golubchik | 2016-09-21 | 1 | -2/+2 |
|\ | |||||
| * | Fixed compiler error and some warnings on windows | Monty | 2016-08-23 | 1 | -2/+2 |
* | | After-review changes | Sergei Golubchik | 2016-09-12 | 1 | -4/+0 |
* | | MDEV-9293 - Use MariaDB's Connector/C in server | Vladislav Vaintroub | 2016-08-25 | 1 | -1/+4 |
* | | Revert "MDEV-9293 Connector/C integration" | Vladislav Vaintroub | 2016-08-19 | 1 | -4/+1 |
* | | MDEV-9293 Connector/C integration | Vladislav Vaintroub | 2016-08-19 | 1 | -1/+4 |
|/ | |||||
* | MDEV-8205 timediff returns null when comparing decimal time to time string value | Alexander Barkov | 2015-06-15 | 1 | -10/+2 |
* | 5.5.38 merge | Sergei Golubchik | 2014-06-06 | 1 | -3/+7 |
|\ | |||||
| * | Merge 5.3->5.5 | Alexander Barkov | 2014-06-04 | 1 | -4/+8 |
| |\ | |||||
| | * | MDEV-4858 Wrong results for a huge unsigned value inserted into a TIME column | Alexander Barkov | 2014-06-04 | 1 | -4/+8 |
* | | | MDEV-6287 Bad warning level when inserting a DATETIME value into a TIME column | Alexander Barkov | 2014-06-02 | 1 | -1/+1 |
* | | | MDEV-5372 Make "CAST(time_expr AS DATETIME)" compatible with MySQL-5.6 (and t... | Alexander Barkov | 2014-03-07 | 1 | -2/+5 |
* | | | 10.0-base merge | Sergei Golubchik | 2013-12-16 | 1 | -2/+2 |
|\ \ \ | |||||
| * \ \ | 5.5 merge | Sergei Golubchik | 2013-12-15 | 1 | -2/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 5.3->5.5 | Alexander Barkov | 2013-12-02 | 1 | -2/+2 |
| | |\ \ | | | |/ | |||||
| | | * | MDEV-4857 Wrong result of HOUR('1 00:00:00') | Alexander Barkov | 2013-12-02 | 1 | -2/+2 |
* | | | | MDEV-4871 Temporal literals do not accept nanoseconds | Alexander Barkov | 2013-08-15 | 1 | -1/+1 |
* | | | | 10.0-monty merge | Sergei Golubchik | 2013-07-21 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Temporary commit of 10.0-merge | Michael Widenius | 2013-03-26 | 1 | -1/+1 |
* | | | | | 10.0-base merge | Sergei Golubchik | 2013-07-18 | 1 | -9/+4 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | 5.5 merge | Sergei Golubchik | 2013-07-17 | 1 | -9/+4 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | Merging from 5.3 | Alexander Barkov | 2013-07-08 | 1 | -9/+4 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | MDEV-4667 DATE('string') incompability between mysql and mariadb | Sergei Golubchik | 2013-07-03 | 1 | -3/+3 |
* | | | | | Merging temporal literals | Alexander Barkov | 2013-07-10 | 1 | -99/+126 |
|\ \ \ \ \ | |||||
| * | | | | | Adding support for the SQL-standard temporal literals. | Alexander Barkov | 2013-07-10 | 1 | -94/+128 |
| |/ / / / | |||||
* | | | | | Adding support for MySQL-5.6 temporal column types: | Alexander Barkov | 2013-07-10 | 1 | -3/+52 |
|/ / / / | |||||
* | | | | remove ULL() and LL(), because they're totally unnecessary | Sergei Golubchik | 2013-04-07 | 1 | -15/+16 |
| |_|/ |/| | | |||||
* | | | MDEV-457 Inconsistent data truncation on datetime values with fractional seco... | Sergei Golubchik | 2012-09-08 | 1 | -249/+160 |
|/ / | |||||
* | | merge | Vladislav Vaintroub | 2012-06-13 | 1 | -17/+80 |
|\ \ | |/ | |||||
| * | LP1008334 : Speedup specific datetime queries that got slower with introducti... | Vladislav Vaintroub | 2012-06-08 | 1 | -17/+80 |
| * | merge | Sergei Golubchik | 2012-04-05 | 1 | -2/+2 |
| |\ | |||||
| | * | mysql-5.1.62 merge | Sergei Golubchik | 2012-04-05 | 1 | -2/+2 |
| | |\ | |||||
* | | \ | mysql-5.5.22 merge | Sergei Golubchik | 2012-03-28 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * \ \ \ | Updated/added copyright headers | MySQL Build Team | 2012-02-16 | 1 | -1/+1 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | * | | | Updated/added copyright headers | Kent Boortz | 2012-02-15 | 1 | -1/+1 |
| | |\ \ \ | |||||
* | | \ \ \ | merge with mysql-5.5.21 | Sergei Golubchik | 2012-03-09 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Merging BUG#13458237 from 5.1. | Alexander Barkov | 2012-01-24 | 1 | -1/+1 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | BUG#13458237 - INCONSISTENT HANDLING OF INVALIDE DATES WITH ZERO DAY. SIMILAR... | Alexander Barkov | 2012-01-24 | 1 | -1/+1 |
* | | | | | | 5.3 merge | Sergei Golubchik | 2012-01-13 | 1 | -1/+2 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | Merge with 5.2. | Michael Widenius | 2011-12-11 | 1 | -2/+4 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| | * | | | | Initail merge with MySQL 5.1 (XtraDB still needs to be merged) | Michael Widenius | 2011-11-21 | 1 | -2/+4 |
| | |\ \ \ \ | | | | |/ / | | | |/| | | |||||
| | | * | | | Updated/added copyright headers | Kent Boortz | 2011-07-03 | 1 | -1/+2 |
| | | |\ \ \ | |||||
* | | | \ \ \ | 5.3->5.5 merge | Sergei Golubchik | 2011-11-22 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |/ / / / / / |