summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-03-0364-1158/+2904
|\
| * Fixed bug mdev-12099.Igor Babaev2017-02-274-4/+148
| * MDEV-5999 MySQL Bug#12766319 - 61865: RENAME USER DOES NOT WORK CORRECTLY - R...Sergei Golubchik2017-02-272-0/+66
| * Fix for bug#11759114 - '51401: GRANT TREATS NONEXISTENTDmitry Lenev2017-02-272-0/+48
| * MDEV-11505 wrong databasename in mysqldump commentSergei Golubchik2017-02-271-0/+8
| * MDEV-11902 mi_open race conditionSergei Golubchik2017-02-277-6/+146
| * MDEV-11525 Assertion `cp + len <= buff + buff_size' failed in JOIN_CACHE::wri...Sergei Golubchik2017-02-272-0/+141
| * Fixed bug mdev-7992.Igor Babaev2017-02-243-1/+260
| * MDEV-11718 5.5 rpl and federated tests massively fail in buildbot with valgrindSachin Setiya2017-02-222-0/+19
| * MDEV-10418 Assertion `m_extra_cache' failed inAlexey Botchkov2017-02-222-0/+37
| * MDEV-9455: [ERROR] mysqld got signal 11Oleksandr Byelkin2017-02-202-0/+182
| * MDEV-10621 parts.partition_float_myisam failed with timeout in buildbotbb-5.5-elenstElena Stepanova2017-02-1828-1082/+1532
| * Fixed bug mdev-9028.Igor Babaev2017-02-162-0/+46
| * MDEV-11668 rpl.rpl_heartbeat_basic fails sporadically in buildbotElena Stepanova2017-02-172-9/+40
| * MDEV-12058: MariaDB Test Suite issue with test sys_vars.secure_file_priv.testNirbhay Choubey2017-02-131-0/+3
| * Fixed bug mdev-11859.Igor Babaev2017-01-232-0/+103
| * Fixed bug mdev-8603.Igor Babaev2017-01-184-14/+134
* | MDEV-11757 KEY_BLOCK_SIZE strangeness when UNCOMPRESSing COMPRESSed InnoDB ta...Sergei Golubchik2017-02-282-0/+70
* | Update MariaDB Foundation sponsorsiangilfillan2017-02-281-6/+8
* | MDEV-11619: mtr --mem {no argument of a directory} (#320)Daniel Black2017-02-281-4/+1
* | MDEV-11935: Queries in stored procedures with and EXISTS(SELECT * FROM VIEW) ...Oleksandr Byelkin2017-02-272-0/+78
* | MDEV-6390 CONVERT TO CHARACTER SET utf8 doesn't change DEFAULT CHARSET.Alexey Botchkov2017-02-262-0/+32
* | MDEV-12106 Valgrind tests fail all over in buildbot on 10.0Elena Stepanova2017-02-231-0/+9
* | Revert the MDEV-4396 tweak to innodb.innodb_bug14676111.Marko Mäkelä2017-02-203-15/+2
* | MDEV-10631 rpl.rpl_mdev6386 failed in buildbotElena Stepanova2017-02-202-3/+4
* | MDEV-11766 Tests failed in buildbot with semaphore waiting warningsElena Stepanova2017-02-201-0/+1
* | MDEV-11619: mtr --mem and $MTR_MEM support in sane and consistent manner (10....Daniel Black2017-02-201-8/+13
* | Rewrite the innodb.log_file_size test with DBUG_EXECUTE_IF.Marko Mäkelä2017-02-054-134/+149
* | MDEV-11985 Make innodb_read_only shutdown more robustMarko Mäkelä2017-02-042-0/+65
* | innodb.innodb-get-fk: Actually test --innodb-read-only.Marko Mäkelä2017-02-033-7/+16
* | Flush suppressions table to prevent corruption when server is killedElena Stepanova2017-02-011-0/+1
* | Produce better diagnostics when backtrace attempt failsElena Stepanova2017-02-011-2/+12
* | MDEV-11764 perfschema.table_name fails in buildbotElena Stepanova2017-02-011-0/+1
* | MDEV-4774: Fix test caseNirbhay Choubey2017-01-302-46/+51
* | Clean up a few tests that kill the server.Marko Mäkelä2017-01-277-75/+26
* | MDEV-11814 test fixMarko Mäkelä2017-01-272-9/+7
* | MDEV-11233 CREATE FULLTEXT INDEX with a token longer than 127 bytesMarko Mäkelä2017-01-273-0/+261
* | MDEV-11814 Refuse innodb_read_only startup if crash recovery is neededMarko Mäkelä2017-01-266-16/+280
* | MDEV-4774 Strangeness with max_binlog_stmt_cache_size SettingsSachin Setiya2017-01-203-0/+54
* | Merge branch '5.5' into 10.0Sergei Golubchik2017-01-172-0/+96
|\ \ | |/
| * bugfix: Item_func_min_max stored thd internallySergei Golubchik2017-01-152-0/+26
| * bugfix: cmp_item_row::alloc_comparators() allocated on the wrong arenaSergei Golubchik2017-01-152-7/+16
| * MDEV-9690 concurrent queries with virtual columns crash in temporal codeSergei Golubchik2017-01-152-0/+61
* | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-01-145-3/+40
|\ \ | |/
| * MDEV-11527 Virtual columns do not get along well with NO_ZERO_DATESergei Golubchik2017-01-122-0/+18
| * MDEV-11706 Assertion `is_stat_field || !table || (!table->write_set || bitmap...Sergei Golubchik2017-01-113-3/+22
* | Merge branch 'bb-10.0-vicentiu' into 10.0mariadb-10.0.29Vicențiu Ciorbaru2017-01-1253-188/+633
|\ \
| * \ Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-01-126-0/+56
| |\ \ | | |/
| | * MDEV-11685: sql_mode can't be set with non-ascii connection charsetNirbhay Choubey2017-01-116-0/+56
| * | Merge remote-tracking branch 'origin/5.5' into 10.0Vicențiu Ciorbaru2017-01-104-0/+38
| |\ \ | | |/