summaryrefslogtreecommitdiff
path: root/mysql-test/t
Commit message (Expand)AuthorAgeFilesLines
* maria-10.0.16 mergeNirbhay Choubey2015-01-2632-50/+455
|\
| * 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
| * | | | put at least some output-generating statement in the testSergei Golubchik2014-12-021-0/+2
| * | | | test failure: make list_files more selective to prevent db.opt from showing upSergei Golubchik2014-12-012-4/+3
| * | | | MDEV-7149 Constant propagation erroneously applied for LIKEAlexander Barkov2014-11-285-0/+40
| * | | | MDEV-7214: Test failure in main.partition_innodbJan Lindström2014-11-261-2/+3
* | | | | bzr merge -rtag:mariadb-10.0.15 maria/10.0Nirbhay Choubey2014-12-0548-21/+1150
|\ \ \ \ \ | |/ / / /
| * | | | MergeSergei Golubchik2014-11-2123-11/+244
| |\ \ \ \
| | * | | | after merge fixes:Sergei Golubchik2014-11-211-0/+2
| | * | | | 5.5 mergeSergei Golubchik2014-11-202-1/+1
| | |\ \ \ \ | | | |/ / /
| | | * | | MDEV-6975 Implement TLS protocolSergei Golubchik2014-11-192-1/+1
| | * | | | 5.5 mergeSergei Golubchik2014-11-1913-9/+152
| | |\ \ \ \ | | | |/ / /
| | | * | | MDEV-6975 Implement TLS protocolSergei Golubchik2014-11-186-1/+53
| | | * | | new mysqltest connect option SSL-CIPHER=xxxxSergei Golubchik2014-11-181-5/+8
| | | * | | 5.3 mergeSergei Golubchik2014-11-181-0/+5
| | | |\ \ \ | | | | |/ /
| | | | * | MDEV-6883 ST_WITHIN crashes server if (0,0) is matched to POLYGON((0 0)).Alexey Botchkov2014-11-151-0/+6
| | | * | | MDEV-4513 Valgrind warnings (Conditional jump or move depends on uninitialise...Sergei Golubchik2014-11-181-0/+9
| | | * | | MDEV-7113 difference between check_vcol_func_processor and check_partition_fu...Sergei Golubchik2014-11-181-0/+11
| | | * | | MDEV-6179: dynamic columns functions/cast()/convert() doesn't play nice with ...Sergei Golubchik2014-11-081-0/+32
| | | * | | MDEV-6865 Merge Bug#18935421 RPAD DIES WITH CERTAIN PADSTR INTPUTS..Alexander Barkov2014-11-171-0/+6
| | | * | | MDEV-6868: MariaDB server crash ( select with union and order by with subque...unknown2014-11-151-0/+20
| | | * | | MDEV-7089: Test failures in main.failed_auth_unixsocket and plugins.unix_sock...Kristian Nielsen2014-11-121-2/+8
| | * | | | MDEV-6984 Can't migrate from MySQL 5.6.21 to MariaDB 10Sergei Golubchik2014-11-192-0/+23
| | * | | | MDEV-4285 Server crashes in ptr_compare on NOW and CAST in ORDER BYSergei Golubchik2014-11-181-0/+8