summaryrefslogtreecommitdiff
path: root/storage/innobase/gis
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2020-10-281-5/+20
|\
| * MDEV-23693 Failing assertion: my_atomic_load32_explicit(&lock->lock_word, MY_...Thirunarayanan Balathandayuthapani2020-10-271-5/+20
| * MDEV-22456 Dropping the adaptive hash index may cause DDL to lock up InnoDBMarko Mäkelä2020-05-151-3/+3
* | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-05-042-42/+42
|\ \ | |/
| * MDEV-21595: innodb offset_t rename to rec_offsDaniel Black2020-04-292-43/+43
* | Merge 10.2 into 10.3Marko Mäkelä2020-04-281-118/+116
|\ \ | |/
| * Cleanup: Declare rtr_get_father_node() staticallyMarko Mäkelä2020-04-281-118/+116
* | Merge 10.2 into 10.3Marko Mäkelä2020-01-181-10/+7
|\ \ | |/
| * MDEV-21512 InnoDB may hang due to SPATIAL INDEXMarko Mäkelä2020-01-171-10/+7
* | Merge 10.2 into 10.3Marko Mäkelä2019-12-132-42/+42
|\ \ | |/
| * MDEV-20950 Reduce size of record offsetsbb-10.2-MDEV-20950-stack-offsetsEugene Kosov2019-12-132-43/+43
* | Merge 10.2 into 10.3Marko Mäkelä2019-12-121-22/+1
|\ \ | |/
| * MDEV-21256: Reduce the use of ut_rnd_gen_next_ulint()Marko Mäkelä2019-12-101-22/+1
* | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-12-041-32/+0
|\ \ | |/
| * InnoDB: Remove unused get_wkb_of_default_point()Marko Mäkelä2019-12-031-32/+0
| * MDEV-21082: isnan/isinf compilation errors, isfinite warnings on MacOSVlad Lesin2019-11-192-2/+2
* | MDEV-12353 preparation: Replace mtr_x_lock() and friendsMarko Mäkelä2019-11-142-2/+2
* | Merge 10.2 into 10.3Marko Mäkelä2019-11-112-42/+13
|\ \ | |/
| * MDEV-21024: Clean up rtr_adjust_upper_level()Marko Mäkelä2019-11-111-1/+0
| * Cleanup btr_page_get_prev(), btr_page_get_next()Marko Mäkelä2019-11-112-21/+13
| * MDEV-21024: Clean up rtr_adjust_upper_level()Marko Mäkelä2019-11-111-20/+0
| * Add page_has_prev(), page_has_next(), page_has_siblings()Marko Mäkelä2019-10-092-2/+2
* | Merge 10.2 into 10.3Marko Mäkelä2019-05-143-3/+3
|\ \ | |/
| * Merge 10.1 into 10.2Marko Mäkelä2019-05-133-3/+3
* | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-05-121-1/+8
|\ \ | |/
| * MDEV-13942 InnoDB SPATIAL INDEX corruption during root page splitqingda20192019-05-071-1/+8
* | Merge 10.2 into 10.3Marko Mäkelä2019-05-033-20/+18
|\ \ | |/
| * MDEV-19385: Inconsistent definition of dtuple_get_nth_v_field()Marko Mäkelä2019-05-033-19/+19
* | Merge branch '10.2' into 10.3Sergei Golubchik2019-01-031-1/+1
|\ \ | |/
| * Update InnoDB urlsIan Gilfillan2018-12-191-1/+1
* | MDEV-12266: Remove a level of pointer indirectionMarko Mäkelä2018-11-222-7/+7
* | Merge 10.2 into 10.3Marko Mäkelä2018-11-061-3/+2
|\ \ | |/
| * MDEV-17545 Predicate lock for SPATIAL INDEX should lock non-matching recordMarko Mäkelä2018-10-251-3/+2
* | Merge 10.2 into 10.3Marko Mäkelä2018-08-032-3/+3
|\ \ | |/
| * Fix -Wclass-memaccess warnings in InnoDBMarko Mäkelä2018-08-032-3/+3
* | Merge 10.2 into 10.3Marko Mäkelä2018-07-231-3/+2
|\ \ | |/
| * Reduce the number of rw_lock_own() callsMarko Mäkelä2018-07-231-3/+2
* | moved include <cmath> from my_global.hSergey Vojtovich2018-05-262-0/+2
* | Use std::isfinite in C++ codeSergey Vojtovich2018-05-242-2/+2
* | Replace dict_table_is_temporary(table) with table->is_temporary()Marko Mäkelä2018-05-121-2/+2
* | Fix many -Wunused-parameterMarko Mäkelä2018-05-013-67/+33
* | rtr_estimate_n_rows_in_range(): Simplify codeMarko Mäkelä2018-04-301-40/+25
* | Add an explicit cast from double to ha_rowsMarko Mäkelä2018-04-301-3/+3
* | Fix some -Wsign-conversionMarko Mäkelä2018-04-291-3/+2
* | Replace univ_page_size and UNIV_PAGE_SIZEMarko Mäkelä2018-04-282-2/+2
* | Fix most -Wsign-conversion in InnoDBMarko Mäkelä2018-04-281-2/+2
* | Fix a lot of compiler warnings found by -WunusedMonty2018-04-261-1/+1
* | MDEV-12266: Change dict_table_t::space to fil_space_t*Marko Mäkelä2018-03-292-18/+17
* | MDEV-12266: Add dict_index_t::set_modified(mtr)Marko Mäkelä2018-03-291-5/+5
* | Merge branch '10.2' into 10.3Sergei Golubchik2018-03-282-1/+2
|\ \ | |/