summaryrefslogtreecommitdiff
path: root/storage/tokudb/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* MDEV-29636 Assertion `part_share->auto_inc_initialized || !can_use_for_auto_i...Nayuta Yanagisawa2022-12-071-0/+12
* MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DBAnel Husakovic2022-09-302-7/+7
* MDEV-29446 Change SHOW CREATE TABLE to display default collationAlexander Barkov2022-09-12107-20512/+20512
* MDEV-21445 Strange/inconsistent behavior of IN condition when mixing numbers ...Alexander Barkov2022-07-062-6/+6
* MDEV-29041 Redundant truncation warning on CAST(string_column AS DECIMAL)Alexander Barkov2022-07-061-1/+0
* MDEV-21310 AUTO_INCREMENT column throws range error on INSERT in partitioned ...Nayuta Yanagisawa2022-06-281-2/+10
* MDEV-21027 Assertion `part_share->auto_inc_initialized || !can_use_for_auto_i...Shunsuke Tokunaga2022-06-161-0/+7
* Merge 10.2 into 10.3Marko Mäkelä2021-07-272-0/+24
|\
| * MDEV-23786: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())'Rucha Deodhar2021-07-262-0/+24
* | Merge branch '10.2' into 10.3Sergei Golubchik2021-02-221-3/+2
|\ \ | |/
| * MDEV-24790 CAST('0e1111111111' AS DECIMAL(38,0)) returns a wrong resultAlexander Barkov2021-02-081-3/+2
* | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-10-302-2/+9
|\ \ | |/
| * Merge branch '10.1' into 10.2Oleksandr Byelkin2020-10-292-2/+9
| |\
| | * MDEV-23702 calculating(auto rounding) issueSergei Golubchik2020-10-292-4/+9
* | | Merge 10.2 into 10.3Marko Mäkelä2020-08-211-1/+1
|\ \ \ | |/ /
* | | Merge branch '10.2' into 10.3mariadb-10.3.24Sergei Golubchik2020-08-061-4/+0
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2mariadb-10.2.33Sergei Golubchik2020-08-061-4/+0
| |\ \ | | |/
| | * Merge branch 'merge/merge-tokudb-5.6' into 10.1Sergei Golubchik2020-08-051-4/+0
| | |\
| | | * 5.6.49-89.0Sergei Golubchik2020-08-045-5/+5
* | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-08-032-9/+2
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2020-08-022-9/+2
| |\ \ \ | | |/ /
| | * | MDEV-19232: Floating point precision / value comparison problemVarun Gupta2020-07-222-9/+2
* | | | Merge 10.2 into 10.3Marko Mäkelä2020-05-151-0/+8
|\ \ \ \ | |/ / /
| * | | MDEV-19622: Fix a TokuDB resultMarko Mäkelä2020-05-141-0/+8
* | | | Merge 10.2 into 10.3Marko Mäkelä2020-04-151-37/+37
|\ \ \ \ | |/ / /
| * | | MDEV-20604: Duplicate key value is silently truncated to 64 characters in pri...Oleksandr Byelkin2020-04-011-37/+37
* | | | MDEV-20076: SHOW GRANTS does not quote role names properlybb-10.3-MDEV-20076Oleksandr Byelkin2020-02-051-6/+6
* | | | Lintian complains on spelling errorFaustin Lammler2019-12-021-1/+1
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-10-121-80/+88
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-10-111-80/+88
| |\ \ \ | | |/ /
| | * | Merge 5.5 into 10.1Marko Mäkelä2019-10-111-80/+88
| | |\ \
| | | * | MDEV-14383 tokudb_bugs. tests failed in buildbot, lost connection to serverSergei Golubchik2019-09-016-0/+18
* | | | | Merge 10.2 into 10.3Marko Mäkelä2019-09-234-7/+7
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.1 into 10.2Marko Mäkelä2019-09-231-1/+1
| |\ \ \ \ | | |/ / /
| | * | | MDEV-18094: Query with order by limit picking index scan over filesortVarun Gupta2019-09-211-1/+1
| * | | | Merge 10.1 into 10.2Marko Mäkelä2019-09-183-6/+6
| |\ \ \ \ | | |/ / /
| | * | | Post fix after the patch for MDEV-20576.Igor Babaev2019-09-133-6/+6
* | | | | Merge branch '10.2' into 10.3Monty2019-09-0320-24/+270
|\ \ \ \ \ | |/ / / /
| * | | | Updated mtr files to support different compiled in optionsMonty2019-09-0118-20/+274
| * | | | Remove test that where only applicable for MySQLMonty2019-09-018-3997/+0
* | | | | Merge 10.2 into 10.3Marko Mäkelä2019-08-283-10/+10
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-19925: Column ... cannot be converted from type 'varchar(20)' to type 'v...Sujatha2019-08-273-10/+10
* | | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-07-2615-20/+17
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-07-2615-20/+17
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'merge-tokudb-5.6' into 10.1Oleksandr Byelkin2019-07-2615-20/+17
| | |\ \ \ | | | | |/ | | | |/|
| | | * | 5.6.44-86.0Oleksandr Byelkin2019-07-2615-20/+17
* | | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-05-126-0/+53
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-046-0/+53
| |\ \ \ \ | | |/ / /
| | * | | MDEV-19265 Server should throw warning if event is created and event_schedule...Vladislav Vaintroub2019-04-281-0/+2
| | * | | Merge branch 'merge-tokudb-5.6' into 10.1Sergei Golubchik2019-04-265-0/+51
| | |\ \ \ | | | |/ /