summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | MDEV-16995: ER_CANT_CREATE_GEOMETRY_OBJECT encountered for a query withVarun Gupta2018-08-295-3/+38
* | | MDEV-15306: Wrong/Unexpected result with the value optimizer_use_condition_se...Varun Gupta2018-08-295-11/+152
* | | Commit the MDEV-17023 fix with the correct numberMarko Mäkelä2018-08-279-18/+102
|\ \ \
| * | | Fix clang warning of mismatched new[] and delete[]Vicențiu Ciorbaru2018-08-251-1/+1
| * | | connect engine: GetStringUTFChars takes pointer argDaniel Black2018-08-254-10/+10
| * | | Fix typo in `--srcdir` option in echo message status of mysql_install_dbAnel Husakovic2018-08-251-1/+1
| * | | MDEV-17067 Server crash in write_block_recordMonty2018-08-243-7/+30
| * | | MDEV-17021 Server crash or assertion `length <= column->length' failure in wr...Monty2018-08-243-0/+61
| * | | MDEV-17073: Crash during read_histogram_for_table with optimizer_use_conditio...Varun Gupta2018-08-244-0/+41
* | | | MDEV-17023: Crash during read_histogram_for_table with optimizer_use_conditio...Varun Gupta2018-08-274-0/+41
|/ / /
* | | MDEV-17039: Query plan changes when we use GROUP BY optimization with optimiz...Varun Gupta2018-08-233-1/+57
* | | Merge branch '5.5' into 10.0Oleksandr Byelkin2018-08-1519-30/+122
|\ \ \ | |/ /
| * | MDEV-15475: Assertion `!table || (!table->read_set || bitmap_is_set(table->re...Oleksandr Byelkin2018-08-1510-12/+62
| * | MDEV-16963 Tighten named pipe access controlVladislav Vaintroub2018-08-131-11/+11
| * | MDEV-16810 AddressSanitizer: stack-buffer-overflow in int10_to_strSergei Golubchik2018-08-114-5/+12
| * | MDEV-16904 inline void swap(base_list &rhs) should swap list only when list i...Sachin2018-08-071-1/+4
| * | Update rulesRasmus Johansson2018-08-061-1/+4
| * | MDEV-16166 RBR breaks with HA_ERR_KEY_NOT_FOUND upon DELETE from table...sachin2018-08-043-1/+33
| * | bump the VERSIONDaniel Bartholomew2018-07-311-1/+1
* | | MDEV-6439: Server crashes in Explain_union::print_explain with explain in slo...Sergei Petrunia2018-08-153-2/+50
* | | Fix -Wclass-memaccess warnings in InnoDB,XtraDBMarko Mäkelä2018-08-0314-12/+34
* | | Follow-up fix to MDEV-16865: InnoDB fts_query() ignores KILLMarko Mäkelä2018-08-032-2/+2
* | | bump the VERSIONDaniel Bartholomew2018-08-011-1/+1
* | | MDEV-16865 InnoDB fts_query() ignores KILLMarko Mäkelä2018-08-018-6/+92
* | | Fix function pointer type mismatchMarko Mäkelä2018-08-014-32/+32
* | | Unstable tests for 10.0.36 release, latest additionsmariadb-10.0.36Elena Stepanova2018-07-311-2/+7
* | | MDEV-16855 Fix fts_sync_synchronization in InnoDBMarko Mäkelä2018-07-3014-440/+450
* | | Apply the 5.6.40 security fixes to XtraDBMarko Mäkelä2018-07-302-20/+43
* | | Merge 5.5 into 10.0Marko Mäkelä2018-07-301-1/+2
|\ \ \ | |/ /
| * | (no commit message)mariadb-5.5.61Karthik Kamath2018-07-301-1/+3
* | | Merge InnoDB MySQL 5.6.41 to 10.0Marko Mäkelä2018-07-305-73/+117
|\ \ \
| * | | Bug #27326796 - MYSQL CRASH WITH INNODB ASSERTION FAILURE IN FILE PARS0PARS.CCSachin Agarwal2018-07-304-72/+116
|/ / /
* | | Merge 5.5 into 10.0Marko Mäkelä2018-07-3016-18/+400
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'mysql/5.5' into 5.5Oleksandr Byelkin2018-07-2911-47/+123
| |\ \
| | * | Bug#27980823: HEAP OVERFLOW VULNERABILITIES IN MYSQL CLIENT LIBRARYmysql-5.5.61Ivo Roylev2018-06-151-1/+3
| | * | Bug#25541037: MYSQL BUG ON DELETEArun Kuruvila2018-05-213-3/+15
| | * | Bug#27759871: BACKRONYM ISSUE IS STILL IN MYSQL 5.7Arun Kuruvila2018-05-143-2/+49
| | * | Bug#27230925: HANDLE_FATAL_SIGNAL (SIG=11) INArun Kuruvila2018-05-103-31/+65
| | * | Bug#27407480: AUTOMATIC_SP_PRIVILEGES REQUIRES NEED THEArun Kuruvila2018-04-242-13/+5
| | * | Bug#27197235 USER VARIABLE + UINON + DECIMAL COLUMN RETURNSAjo Robert2018-04-103-1/+32
| | * | Bug#27510150: MYSQLDUMP FAILS FOR SPECIFIC --WHERE CLAUSESArun Kuruvila2018-04-091-40/+142
| | * | Raise version number after cloning 5.5.60Balasubramanian Kandasamy2018-02-261-1/+1
| * | | Fix added along with a test for a case missed in the patch for MDEV-16751Varun Gupta2018-07-274-4/+47
| * | | MDEV-15454: Nested SELECT IN returns wrong resultsVarun Gupta2018-07-254-0/+190
| * | | MDEV-16751: Server crashes in st_join_table::cleanup or TABLE_LIST::is_with_t...Varun Gupta2018-07-255-2/+105
| * | | MDEV-16820 Lost 'Impossible where' from query with inexpensive subqueryIgor Babaev2018-07-248-0/+107
* | | | Fix InnoDB/XtraDB warnings by GCC 8.2.0Marko Mäkelä2018-07-3010-60/+48
* | | | MDEV-16851 On schema mismatch in IMPORT TABLESPACE, display ROW_FORMAT in cle...Marko Mäkelä2018-07-304-24/+608
* | | | Use a more precise argument for memset()Marko Mäkelä2018-07-302-2/+2
* | | | MDEV-16820 Lost 'Impossible where' from query with inexpensive subqueryIgor Babaev2018-07-249-0/+123