summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-4720 : fix my_context.h for use with x32 ABI.Vladislav Vaintroub2013-06-271-1/+1
* MDEV-4685 Compile error on LFSSergei Golubchik2013-06-225-0/+24
* Merging MDEV-4635 from 5.3.Alexander Barkov2013-06-186-15/+43
|\
| * MDEV-4635 Crash in UNIX_TIMESTAMP(STR_TO_DATE('2020','%Y'))Alexander Barkov2013-06-174-7/+32
* | MDEV-4503 : Installation fails if TEMP directory contains "~" subdirectory.Vladislav Vaintroub2013-06-171-6/+0
* | unit test case for MDEV-4576Vladislav Vaintroub2013-06-172-0/+61
* | MDEV-4576 : Aria storage engine's temporary files might not be deleted (Errc...Vladislav Vaintroub2013-06-166-81/+102
* | MDEV-4601 : Allow MariaDB to be build without non-blocking client.Vladislav Vaintroub2013-06-157-5/+56
* | 5.3 -> 5.5 Mergeunknown2013-06-175-1/+57
|\ \ | |/
| * MDEV-4651 Crash in my_decimal2decimal in a ORDER BY queryAlexander Barkov2013-06-178-12/+34
| * MDEV-4593: p_s: crash in simplify_joins with delete using subselect from viewunknown2013-06-063-1/+36
* | MDEV-4466 Partitioned Aria table created by a previous version is recognized ...Sergei Golubchik2013-06-153-2/+8
* | MDEV-4006 mysql_plugin.1 is removed from source which is not necessarySergei Golubchik2013-06-142-1/+390
* | MDEV-4578 information_schema.processlist reports incorrect value for Time (21...Sergei Golubchik2013-06-134-3/+38
* | MDEV-4529 Assertion `tmp->state == 4' fails on mix of INSTALL SONAME / UNINST...Sergei Golubchik2013-06-133-1/+38
* | MDEV-4519 SHOW EVENTS and SHOW PROCEDURE STATUS truncate long user namesSergei Golubchik2013-06-1312-44/+74
* | MDEV-4515 Long user names are truncated to 48 symbols in error messagesSergei Golubchik2013-06-133-121/+137
* | MDEV-4444 Server crashes with "safe_mutex: Trying to destroy a mutex share->m...Sergei Golubchik2013-06-133-0/+32
* | MDEV-703 LP:870310 - killall -9 in init-scriptSergei Golubchik2013-06-131-1/+1
* | MDEV-4573 UNINSTALL PLUGIN misleading error message for non-dynamic pluginsSergei Golubchik2013-06-135-4/+12
* | MDEV-4614 Man pages fixesSergei Golubchik2013-06-139-8/+665
* | MDEV-4604 Wrong server status when sending out parametersSergei Golubchik2013-06-122-3/+74
* | MDEV-4509 mysql init script should accept argumentsSergei Golubchik2013-06-121-1/+1
* | MDEV-4422 SHOW PROCESSLIST reference to THD::db not protected against simulta...Sergei Golubchik2013-06-122-4/+12
* | MDEV-4636 use mysql_cleartext_plugin from auth_pamSergei Golubchik2013-06-116-14/+61
* | MDEV-4574 Missing connection option MYSQL_ENABLE_CLEARTEXT_PLUGINSergei Golubchik2013-06-113-2/+11
* | MDEV-4297 mysql --binary-modeSergei Golubchik2013-06-107-72/+445
* | MDEV-4629 MTR tests main.variables and some of sys_vars.* fail on 32-bit buildsElena Stepanova2013-06-123-5/+5
* | Fixed tests that failed on 32 bit because of my earlier fixes of 32 bit limits.Michael Widenius2013-06-1116-29/+68
* | MDEV-4468 Assertion `error != 0' fails or timeout occurs on select from a FED...Sergei Golubchik2013-06-073-0/+23
* | MDEV-4480 Assertion `inited == NONE' fails on closing a connection with open ...Sergei Golubchik2013-06-073-1/+17
* | MDEV-4564 ALTER on a temporary table generates an audit eventSergei Golubchik2013-06-073-5/+14
* | - Added -Wno-uninitialized to avoid warnings in release buildsMichael Widenius2013-06-093-4/+4
* | Fixed some cache variables that could be set to higher value than what the co...Michael Widenius2013-06-0610-42/+43
* | -Run test suite with smaller aria keybuffer size (to make it possible to run ...Michael Widenius2013-06-0510-51/+41
* | Fix a compile warning on NetBSDVladislav Vaintroub2013-06-011-1/+1
* | MDEV-4607 : libreadline-related compilation problems on NetBSD.Vladislav Vaintroub2013-06-011-1/+1
* | MDEV-4520: Assertion `0' fails in Query_cache::end_of_result on concurrent dr...unknown2013-05-301-2/+14
* | followup for revision 3751 "centos5 gcc 4.1 asm bug"Sergei Golubchik2013-05-281-6/+0
* | MDEV-4520: Assertion `0' fails in Query_cache::end_of_result on concurrent dr...unknown2013-05-235-4/+52
* | MDEV-4548 - compile sphinx.so/dll and include into packagesVladislav Vaintroub2013-05-222-13/+55
* | MDEV-4553 - Fixes for compilation under NetBSD.Vladislav Vaintroub2013-05-273-5/+25
* | MDEV-4516 SELECT from I_S.QUERY_CACHE_INFO produces ER_UNKNOWN_ERROR when que...Sergei Golubchik2013-05-243-1/+7
* | fix for compiled-in FederatedXSergei Golubchik2013-05-211-1/+1
* | MDEV-388 Creating a federated table with a non-existing server returns a rand...Sergei Golubchik2013-05-215-17/+27
* | 5.3 mergeSergei Golubchik2013-05-212-2/+4
|\ \ | |/
| * fixes for buildbotSergei Golubchik2013-05-214-4/+6
* | MDEV-388 Creating a federated table with a non-existing server returns a rand...Sergei Golubchik2013-05-204-2/+17
* | increase MAX_HA (number of simultaneously installed storage engines) to 64 Sergei Golubchik2013-05-201-1/+1
* | 5.3 merge.Sergei Golubchik2013-05-2025-33/+343
|\ \ | |/