summaryrefslogtreecommitdiff
path: root/mysql-test/t
Commit message (Expand)AuthorAgeFilesLines
* MDEV-7109: Add support for INFORMATION_SCHEMA.INNODB_SEMAPHORE_WAITSJan Lindström2015-02-211-0/+1
* Add a testcase for EXPLAIN FORMAT=JSON for ROR-union index_merge.Sergei Petrunia2015-02-171-0/+3
* Push for testing of encryptionMonty2015-02-102-1/+4
* cleanups done as part of adding encryptionMonty2015-02-101-0/+1
* --getopt-prefix-matching command-line optionSergei Golubchik2015-02-102-2/+2
* cleanup: ha_checktype()Sergei Golubchik2015-02-021-1/+1
* Merge remote-tracking branch 'refs/remotes/github/10.1' into 10.1Sergei Golubchik2015-02-012-0/+72
|\
| * MDEV-7024: Assertion `! is_set()' failed in Diagnostics_area::set_eof_status ...Oleksandr Byelkin2015-01-291-0/+11
| * MDEV-7023: Error 2027: Malformed packet and assertion `field_types == 0 || fi...Oleksandr Byelkin2015-01-291-0/+61
* | Merge branch '10.0' into merge-wipSergei Golubchik2015-01-3126-47/+420
|\ \ | |/ |/|
| * 5.5 mergeSergei Golubchik2015-01-291-2/+12
| |\
| | * MDEV-6128:[PATCH] mysqlcheck wrongly escapes '.' in table namesunknown2015-01-281-2/+12
| * | MDEV-5719: Wrong result with GROUP BY and LEFT OUTER JOINmariadb-10.0.16Sergey Petrunya2015-01-251-0/+19
| * | MDEV-7352: main.kill_processlist-6619 fails sporadically in buildbotKristian Nielsen2015-01-231-1/+6
| * | 5.5 mergeSergei Golubchik2015-01-2113-10/+229
| |\ \ | | |/
| | * MDEV-7333 "'show table status like 'table_name'" on tokudb table lead to Mari...Sergei Golubchik2015-01-131-0/+14
| | * MDEV-7189: main.processlist fails sporadically in buildbotKristian Nielsen2015-01-061-9/+9
| | * Adding mariadb-version on the view creation to view frm. (MDEV-6916 followup)unknown2014-12-211-0/+10
| | * mergemariadb-5.5.41Sergei Golubchik2014-12-192-0/+71
| | |\
| | | * mysql-5.5.41 mergeSergei Golubchik2014-12-192-0/+71
| | | |\
| | | | * Bug #16581605: REPLACE.EXE UTILITY IS BROKEN IN 5.5Arun Kuruvila2014-10-211-0/+16
| | | | * Bug#19070633 - POSSIBLE ACCESS TO FREED MEMORY IN IS_FREE_LOCK()Praveenkumar Hulakund2014-09-161-0/+55
| | * | | Merge 5.3 -> 5.5Sergey Petrunya2014-12-182-0/+64
| | |\ \ \ | | | |/ / | | |/| |
| | | * | MDEV-6830: Server crashes in best_access_path after a sequence of SELECTs ...Sergey Petrunya2014-12-182-0/+64
| | * | | MDEV-7150 Wrong auto increment values on INSERT .. ON DUPLICATE KEY UPDATE wh...Sergei Golubchik2014-12-181-0/+8
| | * | | MDEV-6985: MariaDB crashes on stored procedure callunknown2014-12-171-0/+45
| | * | | DEV-7221 from_days fails after null valueAlexander Barkov2014-12-161-0/+18
| | * | | MDEV-6855 Assertion `cond_type == Item::FUNC_ITEM' failed in check_group_min_...Michael Widenius2014-12-151-0/+15
| | * | | MDEV-6896 kill user command cause MariaDB crashMichael Widenius2014-12-152-0/+30
| * | | | MDEV-7299 Assertion `m_status == DA_ERROR || m_status == DA_OK' fails on conc...Sergei Golubchik2015-01-191-2/+8
| * | | | MDEV-7219 SQL_CALC_FOUND_ROWS yields wrong resultSergei Golubchik2015-01-191-0/+20
| * | | | MDEV-7184 main.key_cache fails in buildbot on Windows 32bitSergei Golubchik2015-01-191-6/+6
| * | | | MDEV-6728 KILL QUERY executed on an idle connection can interrupt the next querySergei Golubchik2015-01-194-26/+23
| * | | | MDEV-7152 Wrong result set for WHERE a='oe' COLLATE utf8_german2_ci AND a='oe'Alexander Barkov2015-01-181-0/+12
| * | | | MDEV-7362: ANALYZE TABLES crash with table-independent-statistics gatheringVicențiu Ciorbaru2015-01-171-0/+30
| * | | | MDEV-7366 SELECT 'a' = BINARY 'A' returns 1 (utf8 charset, utf8_unicode_ci co...Alexander Barkov2015-01-171-0/+7
| * | | | A post-fix for:Alexander Barkov2015-01-171-0/+2
| * | | | MDEV-7254: Assigned expression is evaluated twice when updating Jan Lindström2015-01-161-0/+45
| * | | | MDEV-7431 main.log_tables fails sporadically in buildbotElena Stepanova2015-01-151-1/+2
* | | | | MDEV-7288 USER/ROLE: CREATE OR REPLACE, CREATE IF NOT EXISTS, DROP IF EXISTSAlexander Barkov2015-01-134-6/+131
* | | | | MDEV-7426 - federated.federated_server failsSergey Vojtovich2015-01-121-1/+0
* | | | | MDEV-7374 : Losing connection to MySQL while running ALTER TABLENirbhay Choubey2014-12-311-0/+10
* | | | | Fixed sysvars_server_embedded test result to reflect new values forbb-powerSergey Vojtovich2014-12-291-0/+1
* | | | | MDEV-7324 - Lock-free hash for table definition cacheSergey Vojtovich2014-12-282-0/+18
* | | | | MDEV-7273 - 10.1 fails to start up during tc_log initializations on PPC64Sergey Vojtovich2014-12-261-1/+1
* | | | | Fixing test failures caused by the previous commits.Alexander Barkov2014-12-163-1/+10
* | | | | MDEV-7283 UDF: CREATE OR REPLACE, CREATE IF NOT EXISTS, DROP IF EXISTSAlexander Barkov2014-12-156-14/+171
* | | | | MDEV-7285 SERVER: CREATE OR REPLACE and CREATE IF NOT EXISTSAlexander Barkov2014-12-102-0/+41
* | | | | MDEV-7287 VIEW: CREATE IF NOT EXISTSAlexander Barkov2014-12-101-0/+13
* | | | | MDEV-7287 VIEW: CREATE IF NOT EXISTSAlexander Barkov2014-12-101-0/+27