summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2019-10-1183-389/+656
|\
| * Add encryption.innodb-redo-badkey,strict_full_crc32Marko Mäkelä2019-10-117-16/+28
| * Merge 10.3 into 10.4Marko Mäkelä2019-10-1040-205/+330
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2019-10-101-1/+5
| | |\
| | | * Fixed feedback_plugin_load to work with staticly loaded pluginMichael Widenius2019-10-101-1/+5
| | * | MDEV-17333 Assertion in update_auto_increment() upon exotic LOADAleksey Midenkov2019-10-103-0/+42
| | * | MDEV-19406 Assertion on updating view of join with versioned tableAleksey Midenkov2019-10-102-0/+26
| | * | MDEV-16130 wrong error message adding AS ROW START to versioned tableAleksey Midenkov2019-10-102-4/+13
| | * | MDEV-16210 FK constraints on versioned tables use historical rows, which may ...Aleksey Midenkov2019-10-102-19/+23
| | * | versioning test suite fixesAleksey Midenkov2019-10-1035-183/+223
| * | | MDEV-19335 adjustment for innodb_checksum_algorithm=full_crc32Marko Mäkelä2019-10-1010-0/+25
| * | | Merge 10.3 into 10.4Marko Mäkelä2019-10-1022-41/+219
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2019-10-097-2/+102
| | |\ \ | | | |/
| | | * MDEV-20574 Position of events reported by mysqlbinlog is wrong with encrypted...Sachin Setiya2019-10-086-0/+86
| | | * MDEV-20703: mariabackup creates binlog files in server binlog directory on --...Vlad Lesin2019-10-011-2/+16
| | * | MDEV-16239 Many test in rpl suite failssachin2019-10-0813-36/+52
| | * | MDEV-20591 Wrong Number of rows in mysqlbinlog outputSachin2019-10-082-3/+65
| * | | MDEV-20782 : Galera test failure on galera_sr.galera_sr_mysqldump_sstJan Lindström2019-10-092-0/+10
| * | | MDEV-20780 : Galera test failure on galera_sr.galera_sr_ddl_masterJan Lindström2019-10-092-25/+47
| * | | Fix test case wsrep.mdev_6832 we need to wait until wsrep_readyJan Lindström2019-10-081-1/+2
| * | | Try to fix galera_parallel_simple test case.Jan Lindström2019-10-072-14/+20
| * | | MDEV-20740: Odd computations in calculate_cond_selectivity_for_tableSergei Petrunia2019-10-041-4/+4
| * | | if the test uses example plugin, it has to check whether plugin existsSergei Golubchik2019-10-041-0/+4
| * | | Add wait_condition to wait that node returns to ready state beforeJan Lindström2019-10-042-54/+67
* | | | Merge branch 'MDEV-16620' of https://github.com/markus456/server into bb-10.5-hfAlexey Botchkov2019-10-102-0/+240
|\ \ \ \
| * | | | MDEV-16620: Add JSON_ARRAYAGG functionMarkus Mäkelä2019-07-042-0/+240
* | | | | MDEV-20582 Asan failure in table_def::calc_field_sizeSachin Setiya2019-10-082-27/+47
* | | | | MDEV-20591 Wrong Number of rows in mysqlbinlog outputSachin Setiya2019-10-082-3/+65
* | | | | MDEV-20768 Turn INET functions into a function collection pluginAlexander Barkov2019-10-071-0/+1
* | | | | A cleanup for: MDEV-18010 Add classes Inet4 and Inet6Alexander Barkov2019-10-071-0/+3
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-10-044-0/+454
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Add missing have_debug to galera.MDEV-20225 test case.Jan Lindström2019-10-031-1/+2
| * | | | galera_sp_bf_abort requires debug Galera library.Jan Lindström2019-10-011-1/+1
| * | | | MDEV-20225 BF aborting SP execution (#1394)seppo2019-10-014-0/+453
* | | | | MDEV-20735 Allow non-reserved keywords as user defined type namesAlexander Barkov2019-10-036-24/+163
* | | | | MDEV-20734 Allow reserved keywords as user defined type namesAlexander Barkov2019-10-036-33/+80
* | | | | A cleanup for MDEV-19908 Add class Type_collectionAlexander Barkov2019-10-031-2/+0
* | | | | A cleanup for MDEV-20042 Implement EXTRA2_FIELD_DATA_TYPE_INFO in FRMAlexander Barkov2019-10-022-5/+11
* | | | | MDEV-20712 Wrong data type for CAST(@a AS BINARY) for a numeric variableAlexander Barkov2019-10-015-1/+78
* | | | | Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2019-10-0114-71/+377
|\ \ \ \ \ | |/ / / /
| * | | | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2019-10-0112-71/+349
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2019-10-017-0/+256
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2019-10-017-0/+256
| | | |\ \
| | | | * \ Merge remote-tracking branch 'origin/5.5' into 10.1Alexander Barkov2019-10-012-0/+42
| | | | |\ \
| | | | | * | MDEV-20704 An index on a double column erroneously uses prefix compressionAlexander Barkov2019-10-012-0/+42
| | | | * | | MDEV-20645: Replication consistency is broken as workers miss the error notif...Sujatha2019-09-305-0/+228
| | * | | | | MDEV-19628 JSON with starting double quotes key is not valid.Alexey Botchkov2019-09-303-1/+23
| * | | | | | MDEV-20639 ASAN SEGV in get_prefix upon modifying base column type with exist...Alexander Barkov2019-09-282-0/+29
* | | | | | | MDEV-16144 Default TIMESTAMP clause for SELECT from versionedAleksey Midenkov2019-09-309-111/+57
* | | | | | | MDEV-19713 Remove big_tables system variableSergei Golubchik2019-09-2844-1149/+444