Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix LEX_CSTRING passed as argument of printf-like functions | Nikita Malyavin | 2019-06-17 | 1 | -1/+1 |
* | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-05-14 | 1 | -1/+1 |
|\ | |||||
| * | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-05-13 | 1 | -1/+1 |
| |\ | |||||
| | * | Merge branch '5.5' into 10.1 | Vicențiu Ciorbaru | 2019-05-11 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Update FSF Address | Vicențiu Ciorbaru | 2019-05-11 | 1 | -1/+1 |
* | | | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2019-03-17 | 1 | -5/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2019-03-15 | 1 | -5/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | fix gcc 8 compiler warnings | Sergei Golubchik | 2019-03-14 | 1 | -5/+2 |
* | | | | fix handler test failures on s390x | Sergei Golubchik | 2018-12-12 | 1 | -1/+1 |
* | | | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2018-06-30 | 1 | -0/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2018-06-21 | 1 | -0/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch '10.0' into 10.1 | Vicențiu Ciorbaru | 2018-06-12 | 1 | -0/+1 |
| | |\ \ | |||||
| | | * \ | Merge branch '5.5' into 10.0 | Vicențiu Ciorbaru | 2018-06-12 | 1 | -0/+1 |
| | | |\ \ | | | | |/ | |||||
| | | | * | MDEV-15729 Server crashes in Field::make_field upon HANDLER READ executed wit... | Sergei Golubchik | 2018-06-11 | 1 | -0/+1 |
* | | | | | MDEV-16385 ROW SP variable is allowed in unexpected context | Alexander Barkov | 2018-06-05 | 1 | -5/+3 |
* | | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-05-29 | 1 | -1/+3 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge remote-tracking branch 'origin/10.1' into 10.2 | Monty | 2018-05-24 | 1 | -1/+3 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge remote-tracking branch 'origin/10.0' into 10.1 | Monty | 2018-05-24 | 1 | -1/+3 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Fixes for Aria transaction handling with lock tables | Monty | 2018-05-22 | 1 | -1/+3 |
* | | | | | MDEV-15813 ASAN use-after-poison in hp_hashnr upon HANDLER READ on a versione... | Alexey Botchkov | 2018-05-16 | 1 | -4/+29 |
* | | | | | cleanup: hide HA_ERR_RECORD_DELETED in ha_rnd_next() | Sergei Golubchik | 2018-05-12 | 1 | -2/+0 |
* | | | | | Add likely/unlikely to speed up execution | Monty | 2018-05-07 | 1 | -15/+14 |
* | | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3 | Alexander Barkov | 2018-02-04 | 1 | -1/+2 |
|\ \ \ \ \ | |||||
| * | | | | | Added name to MEM_ROOT for esier debugging | Monty | 2018-02-02 | 1 | -1/+2 |
* | | | | | | Changed database, tablename and alias to be LEX_CSTRING | Monty | 2018-01-30 | 1 | -33/+32 |
* | | | | | | Added spider patches for adding HANDLER support for the partition engine | Monty | 2017-12-03 | 1 | -16/+91 |
* | | | | | | Changed KEY names to use LEX_CSTRING | Michael Widenius | 2017-08-24 | 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 | -3/+4 |
* | | | | | MDEV-10139 Support for SEQUENCE objects | Monty | 2017-04-07 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Removed usage of my_hash_search() with uninitialized HASH. | Monty | 2017-01-11 | 1 | -5/+8 |
* | | | | MDEV-11227 - mysqlimport -l doesn't issue UNLOCK TABLES | Sergey Vojtovich | 2016-12-21 | 1 | -51/+1 |
* | | | | bugfix: move vcol calculations down into the handler | Sergei Golubchik | 2016-12-12 | 1 | -3/+0 |
* | | | | cleanup: TABLE::update_virtual_fields | Sergei Golubchik | 2016-12-12 | 1 | -1/+1 |
* | | | | MDEV-7660 - MySQL WL#6671 "Improve scalability by not using thr_lock.c locks | Sergey Vojtovich | 2016-11-03 | 1 | -3/+4 |
* | | | | MDEV-5535: Cannot reopen temporary table | Nirbhay Choubey | 2016-06-10 | 1 | -8/+6 |
* | | | | MDEV-8715 - Obsolete sql_alloc() in favor of THD::alloc() and thd_alloc() | 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 |
* | | | Don't store vcol bitmaps in TABLE if table doesn't have virtual fields. | Monty | 2015-11-10 | 1 | -1/+2 |
* | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2015-10-12 | 1 | -2/+35 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2015-10-09 | 1 | -2/+35 |
| |\ \ | | |/ | |||||
| | * | Merge remote-tracking branch 'mysql/5.5' into 5.5 | Sergei Golubchik | 2015-10-08 | 1 | -2/+35 |
| | |\ | |||||
| | | * | BUG#20449914: HANDLE_FATAL_SIGNAL (SIG=11) IN | Nisha Gopalakrishnan | 2015-08-25 | 1 | -1/+47 |
| | | * | Fix for bug#14188793 - "DEADLOCK CAUSED BY ALTER TABLE DOEN'T CLEAR | Dmitry Lenev | 2013-08-20 | 1 | -0/+3 |
| | | * | Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER | Murthy Narkedimilli | 2013-03-19 | 1 | -1/+1 |
| | | * | Bug#16385711: HANDLER, CREATE TABLE IF NOT EXISTS, | Jon Olav Hauglid | 2013-02-28 | 1 | -5/+10 |
| | | * | Bug #14036214 MYSQLD CRASHES WHEN EXECUTING UPDATE IN TRX WITH | Annamalai Gurusami | 2012-10-08 | 1 | -12/+13 |
| | | * | Updated/added copyright headers | Kent Boortz | 2011-06-30 | 1 | -1/+1 |
| | | |\ | |||||
| | | | * | Updated/added copyright headers | Kent Boortz | 2011-06-30 | 1 | -2/+4 |
| | | | |\ |