Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Galera4 | Brave Galera Crew | 2019-01-23 | 1 | -2/+20 |
* | Merge 10.3 into 10.4 | Marko Mäkelä | 2018-09-11 | 1 | -4/+4 |
|\ | |||||
| * | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-08-28 | 1 | -4/+4 |
| |\ | |||||
| | * | Merge 10.1 into 10.2 | Marko Mäkelä | 2018-08-21 | 1 | -4/+4 |
| | |\ | |||||
| | | * | Merge branch '10.0' into 10.1 | Oleksandr Byelkin | 2018-08-21 | 1 | -4/+4 |
| | | |\ | |||||
| | | | * | Merge branch '5.5' into 10.0 | Oleksandr Byelkin | 2018-08-15 | 1 | -4/+4 |
| | | | |\ | |||||
| | | | | * | MDEV-16810 AddressSanitizer: stack-buffer-overflow in int10_to_str | Sergei Golubchik | 2018-08-11 | 1 | -4/+4 |
* | | | | | | MDEV-16910 Add class VDec | Alexander Barkov | 2018-08-07 | 1 | -6/+4 |
|/ / / / / | |||||
* | | | | | Add likely/unlikely to speed up execution | Monty | 2018-05-07 | 1 | -5/+5 |
* | | | | | Cleanup: renaming methods make_field(Send_field*) to make_send_field(..) | Alexander Barkov | 2018-04-05 | 1 | -1/+1 |
* | | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ... | Vladislav Vaintroub | 2018-02-06 | 1 | -6/+7 |
* | | | | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2017-11-30 | 1 | -0/+1 |
|\ \ \ \ \ | |||||
| * | | | | | MDEV-14454 Binary protocol returns wrong collation ID for SP OUT parameters | Alexander Barkov | 2017-11-21 | 1 | -0/+1 |
* | | | | | | Added DBUG_ASSERT_AS_PRINTF compile flag | Monty | 2017-08-24 | 1 | -2/+2 |
* | | | | | | Enusure that my_global.h is included first | Michael Widenius | 2017-08-24 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | MDEV-12687 Split Item::send() into virtual method in Type_handler | Alexander Barkov | 2017-05-04 | 1 | -11/+11 |
* | | | | | Changing field::field_name and Item::name to LEX_CSTRING | Monty | 2017-04-23 | 1 | -3/+3 |
* | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Alexander Barkov | 2017-03-18 | 1 | -6/+4 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | MDEV-11761: CLIENT_DEPRECATE_EOF : Client must identify a "stored procedure ... | Oleksandr Byelkin | 2017-03-15 | 1 | -6/+4 |
* | | | | | MDEV-11672 mysql_list_field() returns wrong default values for VIEW | Alexander Barkov | 2016-12-29 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | MDEV-9114: Bulk operations (Array binding) | Oleksandr Byelkin | 2016-11-02 | 1 | -0/+1 |
* | | | | MDEV-10709 Expressions as parameters to Dynamic SQL | Alexander Barkov | 2016-10-08 | 1 | -16/+10 |
* | | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-09-09 | 1 | -3/+12 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-08-25 | 1 | -3/+12 |
| |\ \ \ | | |/ / | |||||
| | * | | Fixed "Packets out of order" warning message on stdout in clients, | Monty | 2016-08-21 | 1 | -3/+12 |
* | | | | MDEV-8931: (server part of) session state tracking | Oleksandr Byelkin | 2016-08-31 | 1 | -32/+14 |
* | | | | MDEV-8931: (server part of) session state tracking | Oleksandr Byelkin | 2016-08-31 | 1 | -1/+0 |
* | | | | MDEV-8931: (server part of) session state tracking | Oleksandr Byelkin | 2016-08-31 | 1 | -31/+107 |
* | | | | MDEV-10138 Support for decimals up to 38 digits | Monty | 2016-06-22 | 1 | -0/+4 |
* | | | | MDEV-9947: COM_MULTI united response | Oleksandr Byelkin | 2016-05-17 | 1 | -7/+10 |
* | | | | MDEV-8718 - Obsolete sql_strmake() in favor of THD::strmake() and thd_strmake() | Sergey Vojtovich | 2015-11-26 | 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-6152: Remove calls to current_thd while creating Item | Monty | 2015-08-27 | 1 | -1/+1 |
* | | | Stage 2 of MDEV-6152: | Monty | 2015-08-21 | 1 | -1/+1 |
* | | | MDEV-8010 - Avoid sql_alloc() in Items (Patch #1) | Sergey Vojtovich | 2015-08-21 | 1 | -1/+1 |
* | | | - Renaming variables so that they don't shadow others (After this patch one c... | Monty | 2015-07-06 | 1 | -1/+1 |
* | | | Merge branch '10.0' into bb-10.1-merge | Sergei Golubchik | 2014-12-02 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | MDEV-5120 Test suite test maria-no-logging fails | Michael Widenius | 2014-09-30 | 1 | -0/+1 |
* | | | cleanup: galera merge, simple changes | Sergei Golubchik | 2014-10-01 | 1 | -1/+1 |
* | | | MDEV-6247: Merge 10.0-galera to 10.1. | Jan Lindström | 2014-08-26 | 1 | -0/+2 |
|/ / | |||||
* | | 5.5 merge | Sergei Golubchik | 2014-05-09 | 1 | -4/+7 |
|\ \ | |/ | |||||
| * | MDEV-5138 Numerous test failures in "mtr --ps --embedded". | Alexey Botchkov | 2014-04-15 | 1 | -4/+7 |
* | | 10.0-monty merge | Sergei Golubchik | 2013-07-21 | 1 | -26/+26 |
|\ \ | |||||
| * | | Applied all changes from Igor and Sanja | Michael Widenius | 2013-06-15 | 1 | -21/+21 |
| * | | Temporary commit of 10.0-merge | Michael Widenius | 2013-03-26 | 1 | -5/+5 |
* | | | 10.0-base merge | Sergei Golubchik | 2013-07-18 | 1 | -3/+3 |
|\ \ \ | |||||
| * \ \ | 5.5 merge | Sergei Golubchik | 2013-07-17 | 1 | -3/+3 |
| |\ \ \ | | |/ / | |/| / | | |/ | |||||
| | * | MDEV-4604 Wrong server status when sending out parameters | Sergei Golubchik | 2013-06-12 | 1 | -3/+3 |
* | | | Adding support for MySQL-5.6 temporal column types: | Alexander Barkov | 2013-07-10 | 1 | -2/+2 |
|/ / |