summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove few hard-coded checks from mtrSergei Golubchik2012-02-062-36/+1
* added plugin/auth_pam/CMakeLists.txtSergei Golubchik2012-02-061-0/+8
* MDEV-117 Assertion: prebuilt->sql_stat_start || trx->conc_state == 1 failed a...Sergei Golubchik2012-03-015-14/+63
* Fix build error on Ubuntu 11.10, if systemtap is installed.Vladislav Vaintroub2012-02-291-3/+20
* Update copyright noticesVladislav Vaintroub2012-02-2815-5/+15
* merge threadpoolVladislav Vaintroub2012-02-2892-18984/+3687
|\
| * precache some more system checks on WindowsVladislav Vaintroub2012-02-271-0/+2
| * Remove libevent from sources - not needed nowVladislav Vaintroub2012-02-2740-18726/+0
| * merge 5.5Vladislav Vaintroub2012-02-27141-411/+6789
| |\
| | * because of the high cost associated with fake symdir resolution, disable sym...Vladislav Vaintroub2012-02-273-12/+10
| |/ |/|
* | Merge MWL#192: non-blocking client library into MariaDB.unknown2012-02-2639-59/+5371
|\ \
| * | MWL#192 after-merge fixes.unknown2012-02-235-21/+17
| * | Merge latest MariaDB 5.5 into MWL#192: Non-blocking client library.unknown2012-02-22281-3760/+7981
| |\ \
| * | | Fix MWL#192 build error: Remove SSL special case for embedded server.unknown2012-02-223-5/+2
| * | | Merge MWL#192: Non-blocking client library, into MariaDB 5.5.unknown2012-02-2136-43/+5362
| |\ \ \
| | * | | MWL#192: Fix problem when we first enable MYSQL_OPT_NONBLOCK, then connectunknown2012-01-301-2/+1
| | * | | Fix non-ssl build.unknown2012-01-081-0/+2
| | * | | fix typo.unknown2012-01-071-1/+1
| | * | | MWL#192: non-blocking client API, after-review fixes.unknown2012-01-0623-764/+1726
| | * | | MWL#192: Non-blocking client API for libmysqlclient.unknown2011-09-2041-38/+4389
* | | | | make the test result independent from sizeof(void*)Sergei Golubchik2012-02-252-3/+5
* | | | | 5.3 mergeSergei Golubchik2012-02-2435-277/+351
|\ \ \ \ \
| * | | | | Removed const declarations to get rid of compiler warnings. The changes are s...Michael Widenius2012-02-244-11/+11
| * | | | | Automatic mergeMichael Widenius2012-02-2311-125/+182
| |\ \ \ \ \
| | * | | | | Fixes for make_binary_distribution and mysql_config for OpenSuse 12.1Michael Widenius2012-02-236-4/+11
| | * | | | | Fixed lp:933719, "Assertion open_tables == 0 ... " in THD::restore_backup_ope...Michael Widenius2012-02-235-121/+171
| * | | | | | Don't run test for BUG#933412 with embedded server, as it requires concurrent...Sergey Petrunya2012-02-224-143/+158
| * | | | | | Sort counters by their names (otherwise, the order of SHOW STATUS output is s...Sergey Petrunya2012-02-221-3/+4
| * | | | | | Added back MRR counters. The new names are: Handler_mrr_init, Sergey Petrunya2012-02-226-14/+41
| * | | | | | Changed names of statistic variables and counting matches instaed of rejected...unknown2012-02-2212-65/+65
| * | | | | | lp:923429 Crash in decimal_cmp on using UNIX_TIMESTAMP with a wrongly formatt...Sergei Golubchik2012-02-214-13/+20
| |/ / / / /
| * | | | | Merge with 5.2Michael Widenius2012-02-211-1/+1
| |\ \ \ \ \
| | * \ \ \ \ Automatic merge with 5.1Michael Widenius2012-02-211-1/+1
| | |\ \ \ \ \
| | | * | | | | Fixed suppression expression.Michael Widenius2012-02-211-1/+1
| * | | | | | | Fixed that 'make distcheck' works with automake 1.11.11Michael Widenius2012-02-217-14/+23
* | | | | | | | disable safemalloc for valgrind builds.Sergei Golubchik2012-02-236-15/+11
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge fix for BUG#920132Sergey Petrunya2012-02-223-0/+68
|\ \ \ \ \ \ \
| * | | | | | | BUG#920132: Assert trx->n_active_thrs == 1 failed at que0que.c line 1050Sergey Petrunya2012-02-213-0/+68
* | | | | | | | 5.3 mergeSergei Golubchik2012-02-2157-254/+857
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | fix forSergei Golubchik2012-02-201-1/+0
| * | | | | | | Automatic mergeMichael Widenius2012-02-2146-332/+941
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Automatic mergeMichael Widenius2012-02-211-1/+1
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | | * | | | | | Fixed wrong test caseMichael Widenius2012-02-211-0/+1
| | * | | | | | | Automatic mergeMichael Widenius2012-02-212-12/+18
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | | * | | | | | Merge with 5.1Michael Widenius2012-02-212-4/+4
| | | |\ \ \ \ \ \ | | | | | |/ / / / | | | | |/| | | |
| | | | * | | | | Automatic mergeMichael Widenius2012-02-213-127/+11
| | | | |\ \ \ \ \
| | | | | * | | | | More general handling of memory loss in dlclose (backported from 5.2)Michael Widenius2012-02-213-127/+11
| | | * | | | | | | Automatic mergeMichael Widenius2012-02-211-0/+6
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | Added missing signal values to signal_handler.ccMichael Widenius2012-02-211-0/+6
| | | * | | | | | | | mergeVladislav Vaintroub2012-02-203-10/+15
| | | |\ \ \ \ \ \ \ \ | | | | | |/ / / / / / | | | | |/| | | | | |