Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change THD->transaction to a pointer to enable multiple transactions | Monty | 2020-05-23 | 1 | -1/+1 |
* | MDEV-21889 Typo fix: ER_KEY_DOES_NOT_EXISTS | Aleksey Midenkov | 2020-04-04 | 1 | -1/+1 |
* | cleanup: PSI key is *always* the first argument | Sergei Golubchik | 2020-03-10 | 1 | -5/+5 |
* | perfschema mdl related instrumentation changes | Sergei Golubchik | 2020-03-10 | 1 | -2/+2 |
* | perfschema memory related instrumentation changes | Sergei Golubchik | 2020-03-10 | 1 | -3/+4 |
* | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-06-19 | 1 | -1/+1 |
|\ | |||||
| * | Fix LEX_CSTRING passed as argument of printf-like functions | Nikita Malyavin | 2019-06-17 | 1 | -1/+1 |
* | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2019-05-19 | 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 10.3 into 10.4 | Marko Mäkelä | 2019-03-20 | 1 | -5/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | 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 |
* | | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2018-12-12 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | fix handler test failures on s390x | Sergei Golubchik | 2018-12-12 | 1 | -1/+1 |
* | | | | | Optimize flush tables with read lock (FTWRL) to not wait for select's | Monty | 2018-12-09 | 1 | -3/+9 |
* | | | | | Merge remote-tracking branch 'origin/10.3' into 10.4 | Alexander Barkov | 2018-07-03 | 1 | -0/+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 |
* | | | | | | Merge remote-tracking branch 'origin/10.3' into 10.4 | Alexander Barkov | 2018-06-05 | 1 | -5/+3 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | MDEV-16385 ROW SP variable is allowed in unexpected context | Alexander Barkov | 2018-06-05 | 1 | -5/+3 |
* | | | | | | cleanup: remove TABLE::vcol_set | Sergei Golubchik | 2018-06-04 | 1 | -2/+0 |
|/ / / / / | |||||
* | | | | | 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 |
|/ / / |