summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-15855 Deadlock between purge thread and DDL statementbb-10.3-MDEV-15855Thirunarayanan Balathandayuthapani2018-07-0318-100/+630
* MDEV-16365 Setting a column NOT NULL fails to return error forThirunarayanan Balathandayuthapani2018-06-265-11/+20
* A cleanup for 84c55a5668db582aa92dd2ccf076fbb783894b12 (that implemented curs...Alexander Barkov2018-06-254-17/+11
* MDEV-16365 Setting a column NOT NULL fails to return error forThirunarayanan Balathandayuthapani2018-06-251-1/+1
* Mark embedded library as deinited.Oleksandr Byelkin2018-06-251-0/+1
* MDEV-16365 Setting a column NOT NULL fails to return error forThirunarayanan Balathandayuthapani2018-06-253-11/+12
* MDEV-16478: mysql_real_connect() from libmariadbd.so always crashOleksandr Byelkin2018-06-255-4/+118
* MDEV-16365 Setting a column NOT NULL fails to return error forThirunarayanan Balathandayuthapani2018-06-2533-349/+663
* MDEV-8049 name_const() is not consistent about its signessAlexander Barkov2018-06-223-0/+36
* MDEV-16471 mysqldump throws "Variable 'sql_mode' can't be set to the value of...Alexander Barkov2018-06-215-2/+69
* MDEV-16330 Allow instant change of WITH SYSTEM VERSIONING column attributeEugene Kosov2018-06-206-11/+551
* MDEV-16489 when lead() returns null on a datetime field, the result is treate...Alexander Barkov2018-06-203-1/+32
* MDEV-15941 Explicit cursor FOR loop does not close the cursorAlexander Barkov2018-06-2011-64/+427
* Merge branch '10.3' into bb-10.3-fix_len_decOleksandr Byelkin2018-06-205-0/+207
|\
| * MDEV-16420 View stop working after upgrade from 10.1.15 to 10.3.7Igor Babaev2018-06-183-0/+67
| * MDEV-16319: Test for crash introduced by b4a2baffa8 fixed by 4968049799Jacob Mathew2018-06-182-0/+140
* | Merge commit '6b8802e8dd5467556a024d807a1df23940b00895' into bb-10.3-fix_len_decbb-10.3-fix_len_decOleksandr Byelkin2018-06-1927-592/+892
|\ \ | |/ |/|
| * MDEV-11071: Assertion `thd->transaction.stmt.is_empty()' failed in Locked_tab...Oleksandr Byelkin2018-06-1526-518/+778
* | Merge 10.2 into 10.3Marko Mäkelä2018-06-1866-905/+2161
|\ \ | |/
| * 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
* | .gitignoreSergei Golubchik2018-06-161-2/+2
* | Fix a typo in get_best_ror_intersectSergei Petrunia2018-06-151-0/+2
* | MDEV-10182 Bad value when inserting COALESCE(CURRENT_TIMESTAMP) into a DECIMA...Alexander Barkov2018-06-152-0/+40
* | MDEV-16464 Oracle Comp.: Sql-Error on "SELECT name, comment FROM mysql.proc"Alexander Barkov2018-06-134-2/+102
* | MDEV-16469 SET GLOBAL innodb_change_buffering has no effectMarko Mäkelä2018-06-124-7/+5
* | MDEV-16424 replace cmake/bison.cmake with cmake's builtin FindBison moduleVladislav Vaintroub2018-06-087-165/+61
* | Merge 10.2 into 10.3Marko Mäkelä2018-06-0715-342/+118
|\ \ | |/
| * 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