summaryrefslogtreecommitdiff
path: root/sql/table.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.4' into 10.5Sergei Golubchik2021-02-231-2/+2
|\
| * Merge branch '10.3' into 10.4Sergei Golubchik2021-02-231-2/+2
| |\
| | * Merge branch '10.2' into 10.3Sergei Golubchik2021-02-221-2/+8
| | |\
| | | * MDEV-11172: EXPLAIN shows non-sensical value for key_len with type=indexVarun Gupta2021-01-301-2/+8
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-01-251-5/+5
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2021-01-251-4/+3
| |\ \ \ | | |/ /
| | * | MDEV-17227 Server crash in TABLE_SHARE::init_from_sql_statement_string upon t...Sergei Golubchik2021-01-121-3/+2
| | * | MDEV-20763 Table corruption or Assertion `btr_validate_index(index, 0, false)...Sergei Golubchik2021-01-121-1/+1
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-12-021-2/+2
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-12-011-2/+2
| |\ \ \ | | |/ /
* | | | MDEV-18323 Convert MySQL JSON type to MariaDB TEXT in mysql_upgradeVicențiu Ciorbaru2020-10-281-2/+14
* | | | Merge 10.4 to 10.5Marko Mäkelä2020-10-221-0/+3
|\ \ \ \ | |/ / /
| * | | MDEV-19130 Assertion failed in handler::update_auto_incrementNikita Malyavin2020-10-141-0/+3
* | | | Merge branch '10.4' into 10.5Sujatha2020-09-291-7/+17
|\ \ \ \ | |/ / /
| * | | MDEV-21470 ASAN heap-use-after-free in my_hash_sort_binMonty2020-09-251-7/+17
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-08-261-1/+2
|\ \ \ \ | |/ / /
| * | | MDEV-23551 Performance degratation in temporal literals in 10.4Alexander Barkov2020-08-241-1/+2
* | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-08-041-1/+2
|\ \ \ \ | |/ / /
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-08-011-2/+14
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-07-311-2/+14
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-07-311-2/+14
| | |\ \ | | | |/
| | | * fix c++98 buildNikita Malyavin2020-07-211-1/+1
| | | * MDEV-16039 Crash when selecting virtual columns generated using functions wit...Nikita Malyavin2020-07-211-2/+14
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-07-211-15/+10
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-07-211-15/+10
| |\ \ \ | | |/ /
| | * | MDEV-20661 Virtual fields are not recalculated on system fields value assignmentAleksey Midenkov2020-07-201-15/+10
* | | | MDEV-22535 fixup: Define a single-caller function inlineMarko Mäkelä2020-07-041-2/+2
* | | | Merge remote-tracking branch 'origin/10.4' into 10.5Monty2020-07-031-4/+5
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'origin/10.3' into 10.4Monty2020-07-031-8/+9
| |\ \ \ | | |/ /
| | * | MDEV-20377 post-fix: Introduce MEM_MAKE_ADDRESSABLEMarko Mäkelä2020-07-021-0/+1
| | * | Fixed bugs found by valgrindMonty2020-07-021-4/+4
| | * | MDEV-22535 TABLE::initialize_quick_structures() takes 0.5% in oltp_read_onlyMonty2020-07-021-4/+4
* | | | compilation fixSergei Golubchik2020-07-031-1/+1
* | | | MDEV-22535 TABLE::initialize_quick_structures() takes 0.5% in oltp_read_onlyMonty2020-07-021-16/+39
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-07-021-0/+2
|\ \ \ \ | |/ / /
| * | | MDEV-22910: SIGSEGV in Opt_trace_context::is_started & SIGSEGV in Json_writer...Varun Gupta2020-06-301-0/+2
* | | | MDEV-19745 BACKUP STAGE BLOCK_DDL hangs on flush sequence tableMonty2020-06-141-1/+2
* | | | MDEV-22602 Disable UPDATE CASCADE for SQL constraintsAleksey Midenkov2020-06-121-1/+0
* | | | remove dead codeSergei Golubchik2020-06-091-3/+1
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-06-071-2/+2
|\ \ \ \ | |/ / /
| * | | MDEV-21804 Assertion `marked_for_read()' failed upon INSERT into table with l...Sachin2020-06-071-2/+2
* | | | MDEV-6268 SPIDER table with no COMMENT clause causes queries to wait foreverKentoku SHIBA2020-06-051-1/+3
* | | | MDEV-22599 WITHOUT OVERLAPS does not work with prefix indexesNikita Malyavin2020-06-051-1/+2
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-06-031-4/+0
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-06-031-4/+0
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-06-021-4/+0
| | |\ \ | | | |/
| | | * Merge 10.1 into 10.2Marko Mäkelä2020-06-011-4/+0
| | | |\
| | | | * Thread safe histograms loadingSergey Vojtovich2020-05-291-2/+0
| | | | * Thread safe statistics loadingSergey Vojtovich2020-05-291-2/+0
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-311-53/+131
|\ \ \ \ \ | |/ / / /