summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.1 to 10.2Marko Mäkelä2019-11-062-0/+11
|\
| * MDEV-20424: New default value for optimizer_use_condition-selectivity leads t...Varun Gupta2019-11-011-0/+3
| * MDEV-17896 Assertion `pfs->get_refcount() > 0' failedRobert Bindar2019-11-011-0/+7
* | Merge branch 'github/10.1' into 10.2Sergei Golubchik2019-10-302-8/+9
|\ \ | |/
| * cleanupSergei Golubchik2019-10-301-8/+3
| * MDEV-20354 All but last insert ignored in InnoDB tables when table lockedSergei Golubchik2019-10-302-0/+6
* | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-10-301-2/+1
|\ \ | |/
| * avoid accessing TLSEugene Kosov2019-10-301-1/+1
| * MDEV-20926 UBSAN: load of value 165, which is not a valid value for type boolEugene Kosov2019-10-301-2/+1
* | MDEV-18562 [ERROR] InnoDB: WSREP: referenced FK check fail: Lock wait indexJan Lindström2019-10-302-26/+26
* | MDEV-20549 SQL SECURITY DEFINER does not work for INFORMATION_SCHEMA tablesSergei Golubchik2019-10-281-0/+1
* | cleanup: RAII helper for swapping of thd->security_ctxSergei Golubchik2019-10-282-25/+22
* | Merge 10.1 into 10.2Marko Mäkelä2019-10-252-4/+16
|\ \ | |/
| * Merge branch 'github/5.5' into 10.1Sergei Golubchik2019-10-232-4/+16
| |\
| | * MDEV-13172: Wrong result / SELECT ... WHERE EXISTS ... (with UNIQUE Key)bb-5.5-MDEV-13172Oleksandr Byelkin2019-10-151-2/+10
| | * MDEV-20466: SHOW PROCESSLIST truncates query text on \0 bytesOleksandr Byelkin2019-10-151-2/+6
| * | MDEV-19740: Fix C++11 violations caught by GCC 9.2.1Marko Mäkelä2019-10-142-8/+19
* | | MDEV-10748 Server crashes in ha_maria::implicit_commitMonty2019-10-151-3/+11
* | | MDEV-20778 UBSAN: call to function free_rpl_filter() through pointer to incor...Eugene Kosov2019-10-143-11/+9
* | | Merge 10.1 into 10.2Marko Mäkelä2019-10-096-110/+62
|\ \ \ | |/ /
| * | MDEV-19536 - Server crash or ASAN heap-use-after-free in is_temporary_table /Sergey Vojtovich2019-10-075-64/+29
| * | Cleanup EITSSergey Vojtovich2019-10-023-47/+34
* | | MDEV-20574 Position of events reported by mysqlbinlog is wrong with encrypted...Sachin Setiya2019-10-083-35/+73
* | | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2019-10-012-8/+24
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/5.5' into 10.1Alexander Barkov2019-10-011-8/+8
| |\ \ | | |/
| | * MDEV-20704 An index on a double column erroneously uses prefix compressionAlexander Barkov2019-10-011-8/+8
| * | MDEV-20645: Replication consistency is broken as workers miss the error notif...Sujatha2019-09-301-0/+16
* | | Fix -Wunused for CMAKE_BUILD_TYPE=RelWithDebInfoMarko Mäkelä2019-09-307-37/+21
* | | MDEV-19740: Fix GCC 9.2.1 -Wmaybe-uninitialized on AMD64Marko Mäkelä2019-09-273-19/+10
* | | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2019-09-241-1/+8
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/5.5' into 10.1Alexander Barkov2019-09-241-1/+8
| |\ \ | | |/
| | * MDEV-20495 Assertion `precision > 0' failed in decimal_bin_size upon CREATE ....Alexander Barkov2019-09-241-1/+8
* | | Backporting 273d8eb12c40a6dcd05a8148bdfba3f1fd96e764 Proper fix for disabling...Varun Gupta2019-09-233-26/+32
* | | Merge 10.1 into 10.2Marko Mäkelä2019-09-231-5/+9
|\ \ \ | |/ /
| * | MDEV-18094: Query with order by limit picking index scan over filesortVarun Gupta2019-09-211-5/+9
* | | MDEV-19679 - CREATE SERVER needs tweaks for compatibility with CONNECT engineAnel Husakovic2019-09-201-1/+0
* | | Merge 10.1 into 10.2Marko Mäkelä2019-09-182-0/+25
|\ \ \ | |/ /
| * | MDEV-20576 A new assertion added to check validity of calculatedIgor Babaev2019-09-122-0/+25
* | | MDEV-20589: Server still crashes in Field::set_warning_truncated_wrong_valueVarun Gupta2019-09-183-14/+5
* | | MDEV-20561 Galera node shutdown fails in non-Primary (#1386)Teemu Ollakka2019-09-131-1/+0
* | | MDEV-20371: Invalid reads at plan refinement stage: join->positions...Sergei Petrunia2019-09-114-28/+52
* | | 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.yy (10.2)Alexander Barkov2019-09-111-16/+38
* | | 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