summaryrefslogtreecommitdiff
path: root/mysql-test/t
Commit message (Expand)AuthorAgeFilesLines
* MDEV-6720 - enable connection log in mysqltest by defaultSergey Vojtovich2016-03-3177-1970/+14
* Merge branch '10.1' into 10.2Sergei Golubchik2016-03-2316-8/+264
|\
| * MDEV-9604 crash in Item::save_in_field with empty enum valueAlexander Barkov2016-03-231-0/+60
| * Merge branch 'bb-10.1-serg' into 10.1Sergei Golubchik2016-03-227-7/+19
| |\
| | * Merge branch '10.0' into 10.1Sergei Golubchik2016-03-215-6/+6
| | |\
| | | * Merge branch '5.5' into 10.0Sergei Golubchik2016-03-211-1/+1
| | | |\
| | | | * MDEV-9299 Test main.events_2 incompatible with Debian reproducibility testing...Sergei Golubchik2016-02-171-1/+1
| | | * | MDEV-9679 main.delayed fails sporadicallySergei Golubchik2016-03-211-2/+2
| | | * | Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-044-4/+4
| | * | | MDEV-9629 Disappearing PRI from Key column after creating a triggerSergei Golubchik2016-03-191-0/+12
| | * | | main.mysqld--help failure with cracklib pluginSergei Golubchik2016-03-181-1/+1
| * | | | MDEV-9590: Always print "Engine-independent statistic" warnings and might be ...Oleksandr Byelkin2016-03-211-0/+13
| * | | | MDEV-9369 IN operator with ( num, NULL ) gives inconsistent resultAlexander Barkov2016-03-211-1/+10
| |/ / /
| * | | MDEV-9701: CREATE VIEW with GROUP BY or ORDER BY and constant produces invali...Oleksandr Byelkin2016-03-181-0/+17
| * | | MDEV-9653 Assertion `length || !scale' failed in uint my_decimal_length_to_pr...Alexander Barkov2016-03-182-0/+47
| * | | MDEV-9656 Assertion `0' failed in Item_sum_field::get_tmp_table_field().Alexander Barkov2016-03-161-0/+8
| * | | MDEV-9683 Server crashes in Item::basic_const_item on numerous nested NULLIFsSergei Golubchik2016-03-051-0/+10
| * | | MDEV-9682 Assertion `0' failed in Item_cache_row::illegal_method_call on 2nd ...Sergei Golubchik2016-03-051-0/+9
| * | | MDEV-9641 MDEV-9644 NULLIF assertionsSergei Golubchik2016-03-051-0/+19
| * | | MDEV-9637 select nullif(count(col1),0) gives wrong result if in a viewSergei Golubchik2016-03-051-0/+11
| * | | MDEV-5542: GROUP_CONCAT truncate output to 65.536 chars when using DISTINCT o...Oleksandr Byelkin2016-03-011-0/+41
* | | | Manual merge of branch 'bb-10.2-mdev8789' into 10.2Igor Babaev2016-03-212-0/+515
|\ \ \ \
| * | | | Addressed the issues raised in the review for the main patchbb-10.2-mdev8789Igor Babaev2016-02-172-1/+140
| * | | | MDEV-8789 Implement non-recursive common table expressionsGalina Shalygina2015-12-181-0/+376
* | | | | MDEV-9709 Unexpected modification of value and warning about out of range val...Alexander Barkov2016-03-141-0/+54
* | | | | Fix threadpool memory leak and connect2 testVladislav Vaintroub2016-03-091-1/+1
* | | | | [MDEV-7978] Make show_create_user testcase not run on embedded buildVicențiu Ciorbaru2016-03-081-0/+2
* | | | | [MDEV-7978] Post review fixes and cleanups.Vicențiu Ciorbaru2016-03-081-1/+12
* | | | | [MDEV-7978] Added show create user implementation.Vicențiu Ciorbaru2016-03-081-0/+32
* | | | | [MDEV-7978] Implement alter user and tested create userVicențiu Ciorbaru2016-03-082-0/+129
* | | | | Fix threadpool after it was broken by MDEV-6150Vladislav Vaintroub2016-03-081-5/+6
* | | | | MDEV-9652: EXPLAIN FORMAT=JSON should show outer_ref_condSergei Petrunia2016-02-281-0/+10
* | | | | Yet more fixes covering thread_id type changeSergey Vojtovich2016-02-281-0/+2
* | | | | MDEV-8713 Add continuous binary log backup to mysqlbinlog.Alexey Botchkov2016-02-271-0/+387
* | | | | MDEV-7331 - information_schema.user_variablesSergey Vojtovich2016-02-261-1/+1
* | | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-02-2523-20/+735
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | MDEV-8988: Apparently valid SQL query gives wrong result (nested WHERE)mariadb-10.1.12Sergei Petrunia2016-02-241-0/+26
| * | | | Merge branch 'bb-10.1-serg' into 10.1Sergei Golubchik2016-02-2415-20/+552
| |\ \ \ \
| | * \ \ \ Merge branch '10.0' into 10.1Sergei Golubchik2016-02-2315-20/+552
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Merge branch 'bb-10.0-serg' into 10.0mariadb-10.0.24Sergei Golubchik2016-02-1711-3/+529
| | | |\ \ \
| | | | * \ \ Merge branch '5.5' into 10.0Sergei Golubchik2016-02-1511-3/+529
| | | | |\ \ \ | | | | | | |/ | | | | | |/|
| | | | | * | MDEV-9371 select insert('a',2,1,'b') doesn't return expected 'a'mariadb-5.5.48Alexander Barkov2016-02-101-2/+1
| | | | | * | MDEV-7765: Crash (Assertion `!table || (!table->write_set || bitmap_is_set(ta...Oleksandr Byelkin2016-02-091-0/+21
| | | | | * | MDEV-7122: Assertion `0' failed in subselect_hash_sj_engine::initVicențiu Ciorbaru2016-02-091-0/+10
| | | | | * | Merge branch 'bb-5.5-serg' into 5.5Sergei Golubchik2016-02-094-0/+102
| | | | | |\ \
| | | | | | * | Bug#19817021Sergei Golubchik2016-02-091-0/+10
| | | | | | * | Bug#20691429 ASSERTION `CHILD_L' FAILED IN STORAGE/MYISAMMRG/HA_MYISAMMRG.CC:631Sergei Golubchik2016-02-091-0/+31
| | | | | | * | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-02-092-0/+61
| | | | | | |\ \
| | | | | | | * | Bug #21564557: INCONSISTENT OUTPUT FROM 5.5 AND 5.6Sreeharsha Ramanavarapu2015-12-311-0/+18
| | | | | * | | | MDEV-6859: scalar subqueries in a comparison produced unexpected resultSergei Petrunia2016-02-091-0/+44