summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2019-09-112-0/+67
|\
| * Merge 10.1 into 10.2Marko Mäkelä2019-09-112-0/+67
| |\
| | * Merge 5.5 into 10.1Marko Mäkelä2019-09-112-2/+2
| | |\
| | | * MDEV-19837 and MDEV-19816: Change some commentsStephen Long2019-08-212-2/+2
| | * | MDEV-16594 ALTER DATA DIRECTORY in PARTITIONS of InnoDB storage does nothing ...Alexey Botchkov2019-09-092-0/+67
* | | | Adding missing semicolons to sql_yacc_ora.yy (10.3), indentation cleanups.Alexander Barkov2019-09-111-20/+44
* | | | Adding missing semicolons to sql_yacc.yy (10.3), indentation cleanups.Alexander Barkov2019-09-111-15/+18
* | | | Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2019-09-111-16/+37
|\ \ \ \ | |/ / /
| * | | Adding missing semicolons to sql_yacc.yy (10.2)Alexander Barkov2019-09-111-16/+38
* | | | Correct the merge 0f83c8878dc1389212c134f65d37a43d9d248250Marko Mäkelä2019-09-101-1/+0
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-09-105-46/+72
|\ \ \ \ | |/ / /
| * | | MDEV-20206 : Crash inside timer_callback()[threadpool_win.cc:419]Vladislav Vaintroub2019-09-091-0/+1
| * | | Windows, cmake : Fix occasional link error when switching between debug to op...Vladislav Vaintroub2019-09-091-33/+14
| * | | MDEV-20511: Galera replication of events is not consistentJan Lindström2019-09-091-0/+40
| * | | MDEV-20517 Assertion `!is_expensive()' failed in Item::value_depends_on_sql_m...Alexander Barkov2019-09-072-13/+17
* | | | MDEV-16490 fix versioning.partition failureNikita Malyavin2019-09-091-2/+5
* | | | MDEV-16490: It's possible to make a system versioned table without any versio...Nikita Malyavin2019-09-094-56/+61
* | | | Merge branch '10.2' into 10.3Sergei Golubchik2019-09-061-2/+4
|\ \ \ \ | |/ / /
| * | | Part3: MDEV-18156 Assertion `0' failed or `btr_validate_index(index, 0, false...Sergei Golubchik2019-09-061-0/+2
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-09-0410-103/+49
|\ \ \ \ | |/ / /
| * | | MDEV-20403 Assertion `0' or Assertion `btr_validate_index(index, 0)' failed i...Sergei Golubchik2019-09-044-37/+3
| * | | MDEV-15326: InnoDB: Failing assertion: !other_lockMarko Mäkelä2019-09-041-2/+2
| * | | MDEV-20403 Assertion `0' or Assertion `btr_validate_index(index, 0)' failed i...Sergei Golubchik2019-09-032-14/+15
| * | | don't compare unassigned columnsSergei Golubchik2019-09-031-3/+4
| * | | cleanup: on update default nowSergei Golubchik2019-09-037-51/+33
* | | | MDEV-20079 When setting back the system time while mysqld is running, NOW() a...Sergei Golubchik2019-09-041-0/+1
* | | | MDEV-16871 in_predicate_conversion_threshold cannot be set in my.cnfSergei Golubchik2019-09-042-5/+5
* | | | Merge 10.2 (up to commit ef00ac4c86daf3294c46a45358da636763fb0049) into 10.3Alexander Barkov2019-09-0419-5/+511
|\ \ \ \ | |/ / /
| * | | Part2: MDEV-18156 Assertion `0' failed or `btr_validate_index(index, 0, false...Alexander Barkov2019-09-035-12/+47
| * | | MDEV-18156 Assertion `0' failed or `btr_validate_index(index, 0, false)' in r...Alexander Barkov2019-09-0317-4/+472
* | | | Merge branch '10.2' into 10.3Monty2019-09-031-8/+7
|\ \ \ \ | |/ / /
| * | | Updated mtr files to support different compiled in optionsMonty2019-09-011-8/+7
* | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-09-022-2/+2
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'connect/10.2' into 10.2Oleksandr Byelkin2019-08-302-2/+2
| |\ \ \
* | | | | Compilation fixAleksey Midenkov2019-09-011-4/+1
* | | | | Fixed compiler warning that broke buildsMonty2019-09-011-2/+1
* | | | | MDEV-18501 Partition pruning doesn't work for historical queries (fix)Aleksey Midenkov2019-09-012-6/+11
* | | | | MDEV-18501 Partition pruning doesn't work for historical queries (refactoring)Aleksey Midenkov2019-09-015-40/+29
* | | | | MDEV-18501 Partition pruning doesn't work for historical queries (cleanup)Aleksey Midenkov2019-09-014-18/+10
* | | | | MDEV-20425: Fix -Wimplicit-fallthroughMarko Mäkelä2019-08-306-4/+9
* | | | | MDEV-20109: Optimizer ignores distinct key created for materialized...Sergei Petrunia2019-08-303-5/+22
* | | | | MDEV-20425 Implement Boolean debug build option debug_assertbb-10.3-MDEV-20425Marko Mäkelä2019-08-291-0/+4
* | | | | Merge 10.2 into 10.3Marko Mäkelä2019-08-295-36/+378
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.1 into 10.2Marko Mäkelä2019-08-283-23/+321
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | MDEV-19699 Server crashes in Item_null_result::field_type upon SELECT with RO...Alexander Barkov2019-08-272-0/+36
| | * | | MDEV-20420: SST failed after MDEV-18863 in some test configurationsJulius Goryavsky2019-08-261-23/+285
| * | | | MDEV-16932: ASAN heap-use-after-free in my_charlen_utf8 / my_well_formed_char...Oleksandr Byelkin2019-08-282-13/+57
* | | | | Merge 10.2 into 10.3Marko Mäkelä2019-08-284-20/+79
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-19925: Column ... cannot be converted from type 'varchar(20)' to type 'v...Sujatha2019-08-274-18/+79
* | | | | MDEV-17613 MIN/MAX Optimization (Select tables optimized away) does not workAleksey Midenkov2019-08-211-33/+5