summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-14472 Assertion `is_current_stmt_binlog_format_row()' failed...bb-10.2-14472sachin2018-06-213-0/+40
* mysql_install_db: clarify the after-install messageSergei Golubchik2018-06-211-13/+18
* don't use my_error(0) or my_printf_error(0)Sergei Golubchik2018-06-211-5/+5
* empty password is a valid password, don't crashSergei Golubchik2018-06-213-1/+8
* MDEV-16238 root/localhost authn prioritizes authentication_string over PasswordSergei Golubchik2018-06-2112-104/+138
* MDEV-15596 10.2 doesn't work with openssl 1.1.1Georg Richter2018-06-212-1/+6
* MDEV-14578: mysql_install_db install unix_socket plugin when --auth-root-auth...Sergei Golubchik2018-06-214-11/+11
* MDEV-14578: mysql_install_db install unix_socket plugin when --auth-root-auth...Daniel Black2018-06-212-1/+10
* MDEV-13403 Mariadb (with TokuDB) excessive memory usage/leakSergei Golubchik2018-06-214-3/+2
* MDEV-11917 enum/set command-line options aren't respecting max-* settings.Alexey Botchkov2018-06-201-0/+4
* MDEV-11917 enum/set command-line options aren't respecting max-*Alexey Botchkov2018-06-207-56/+155
* MDEV-16525: MyRocks linking fails with: Undefined reference to `ZDICT_trainFr...Vicențiu Ciorbaru2018-06-201-4/+13
* MDEV-16517: Server crash in Item_func_in::val_int() whenGalina Shalygina2018-06-193-1/+179
* Fixed failing test acl_load_mutex-5170Monty2018-06-192-0/+2
* MDEV-15114 ASAN heap-use-after-free in mem_heap_dup or dfield_data_is_binary_...Monty2018-06-1912-26/+376
* Add PART_INDIRECT_KEY_FLAGMonty2018-06-196-21/+126
* MDEV-16209 JSON_EXTRACT in query crashes server.Alexey Botchkov2018-06-183-26/+49
* MDEV-16087 Inconsistent SELECT results when query cache is enabledThirunarayanan Balathandayuthapani2018-06-187-68/+167
* MDEV-15905 select json_value('{"b":true}','$.b')=1 --> false withAlexey Botchkov2018-06-173-1/+30
* MDEV-16496 Mariabackup: Implement --verbose option to instrument InnoDB log a...Marko Mäkelä2018-06-154-6/+33
* Follow-up to MDEV-16367 mariabackup: error: failed to copy enough redo logMarko Mäkelä2018-06-151-4/+11
* MDEV-11071: Assertion `thd->transaction.stmt.is_empty()' failed in Locked_tab...Oleksandr Byelkin2018-06-1526-518/+778
* MDEV-9334 ALTER from DECIMAL to BIGINT UNSIGNED returns a wrong resultAlexander Barkov2018-06-155-0/+73
* MDEV-16386: Wrong result when pushdown into the HAVING clause of theGalina Shalygina2018-06-146-4/+267
* MDEV-16457 mariabackup 10.2+ should default to innodb_checksum_algorithm=crc32Marko Mäkelä2018-06-141-1/+1
* MDEV-13103 Deal with page_compressed page corruptionMarko Mäkelä2018-06-1414-863/+509
* MDEV-15352 AUTO_INCREMENT breaks after updating a column value to a negative ...Alexander Barkov2018-06-1411-46/+624
* MDEV-16311 Server crash when using a NAME_CONST() with a CURSORAlexander Barkov2018-06-133-0/+45
* MDEV-15304: Server crash in print_keydup_error / key_unpack or unexpected ER_...Sergei Petrunia2018-06-131-15/+8
* MDEV-15319: [SQL Layer] Server crashes in Field::set_null / myrocks::ha_rocks...Sergei Petrunia2018-06-132-0/+20
* MDEV-15870 Using aggregate and window function in unexpected places can crash...Alexander Barkov2018-06-134-5/+30
* MDEV-12060 Crash in EXECUTE IMMEDIATE with an expression returning a GRANT co...Alexander Barkov2018-06-122-6/+89
* MDEV-16456 InnoDB error "returned OS error 71" complains about wrong pathMarko Mäkelä2018-06-124-8/+42
* Undo wrong my_free overflowVicențiu Ciorbaru2018-06-111-1/+1
* Add missed change from 7ffa82b03c8da12062223d5e332e972d6f828d44Vicențiu Ciorbaru2018-06-112-2/+2
* MDEV-13122 Backup myrocksdb with mariabackup.Vladislav Vaintroub2018-06-0713-3/+435
* MDEV-16300 : remove rocksdb checkpoint created by mariabackup.Vladislav Vaintroub2018-06-074-1/+78
* MDEV-16367 mariabackup: error: failed to copy enough redo logMarko Mäkelä2018-06-071-57/+56
* Mariabackup: Make some globals staticMarko Mäkelä2018-06-073-4/+3
* Merge 10.1 into 10.2Marko Mäkelä2018-06-0620-566/+80
|\
| * Merge 10.0 to 10.1Marko Mäkelä2018-06-066-236/+8
| |\
| | * MDEV-16124 fil_rename_tablespace() times out and crashes server during table-...Marko Mäkelä2018-06-056-236/+10
| * | MDEV-15824 innodb_defragment=ON trumps innodb_optimize_fulltext_only=ON in OP...Marko Mäkelä2018-06-054-28/+44
| * | Add FLUSH TABLES to avoid corruption of MyISAM system tablesMarko Mäkelä2018-06-052-1/+4
| * | Remove dead code that was added in MDEV-5834Marko Mäkelä2018-06-0510-319/+12
| * | MDEV-16303 - do not install wsrep.ini on WindowsVladislav Vaintroub2018-05-291-2/+9
* | | MDEV-12642: Build deb source packages on buildbot, just not on Travis-CIOtto Kekäläinen2018-06-051-3/+11
* | | MDEV-16376 ASAN: heap-use-after-free in gcol.innodb_virtual_debugMarko Mäkelä2018-06-048-77/+85
* | | MDEV-13834: Upgrade failure from 10.1 innodb_encrypt_logMarko Mäkelä2018-06-042-8/+19
* | | Better Link Spacinggvtek2018-06-011-0/+5