summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Post review fixes.Igor Babaev2010-04-055-20/+127
| * | | | | | | | Merge with the latest changes of 5.2.Igor Babaev2010-04-053-20/+84
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | fixed a bug in handling mysql_native_password specified explicitly:Sergei Golubchik2010-04-053-20/+84
| * | | | | | | | Merge with the latest changes of 5.2Igor Babaev2010-04-03105-510/+2461
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | embedded builds used to refer to undefined functions inside if(0) { }Sergei Golubchik2010-04-021-0/+1
* | | | | | | | | more fixes for windows and status_user.testSergei Golubchik2010-04-023-4/+4
* | | | | | | | | fixes for windows buildsSergei Golubchik2010-04-0215-23/+22
* | | | | | | | | Fixed the test according to the new plugin informationunknown2010-04-021-0/+4
* | | | | | | | | Fied problem with of compilation without dynamic plugin loading.unknown2010-04-011-0/+2
* | | | | | | | | Maria WL#61unknown2010-04-0134-106/+1884
* | | | | | | | | Auto merge with 5.1Michael Widenius2010-04-011-2/+2
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Fixed wrong regexpsMichael Widenius2010-04-011-2/+2
* | | | | | | | | Auto merge with 5.1Michael Widenius2010-04-011-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Added missing space before :, which caused failuers in buildbotMichael Widenius2010-04-011-1/+1
* | | | | | | | | Auto merge with 5.1Michael Widenius2010-04-013-3/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Added missing space from last pushMichael Widenius2010-03-313-3/+1
* | | | | | | | | Merge with 5.1Michael Widenius2010-04-0160-377/+546
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Fixed compiler warningsMichael Widenius2010-03-315-6/+15
| | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Removed compiler warningMichael Widenius2010-03-3020-23/+102
| * | | | | | | Fixed random failure in test systemMichael Widenius2010-03-295-23/+27
| * | | | | | | Fixed compiler warnings and sporadic failures in test casesMichael Widenius2010-03-2829-308/+327
| * | | | | | | two crashes in the TC_LOG_MMAP:Sergei Golubchik2010-03-243-2/+51
| | * | | | | | Post-review fixes.Igor Babaev2010-04-015-540/+558
| | * | | | | | Made the results of the key_cache test to be platform independent.Igor Babaev2010-03-312-194/+88
| | * | | | | | Merge with the latest changes og 5.2.Igor Babaev2010-03-3188-1567/+4508
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
* | | | | | | | Fixed some compiler warningsMichael Widenius2010-03-314-12/+19
| |_|/ / / / / |/| | | | | |
* | | | | | | Compiler warnings removed.unknown2010-03-301-1/+4
* | | | | | | Remove compiler warningunknown2010-03-301-0/+1
* | | | | | | Atomic operation removed because we do not need it.unknown2010-03-291-28/+16
* | | | | | | tell autoconf about --with-plugin options to avoidSergei Golubchik2010-03-291-0/+1
* | | | | | | pluggable auth with plugin examplesSergei Golubchik2010-03-2981-1504/+4440
* | | | | | | yet another valgrind suppression for nptl_pthread_exit_hack_handlerSergei Golubchik2010-02-191-0/+21
* | | | | | | mtr: it's not silent if you say it.Sergei Golubchik2010-02-191-23/+4
* | | | | | | bugfix: change_user should only take the passwordSergei Golubchik2010-02-191-4/+7
* | | | | | | make force really forceSergei Golubchik2010-02-191-4/+4
| | * | | | | Adjusted resultsIgor Babaev2010-03-313-10/+12
| | * | | | | Merge with the latest changes in the 5.2 tree.Igor Babaev2010-03-29387-2847/+12728
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | |
* | | | | | | simple speed & space optimization:Michael Widenius2010-03-253-6/+22
* | | | | | | portability fix for vcol.vcol_partition_myisam testSergei Golubchik2010-03-233-56/+50
* | | | | | | status_user.test fix for rbrSergei Golubchik2010-03-212-9/+9
* | | | | | | flush tables before the crash in the crashing testSergei Golubchik2010-03-202-0/+2
* | | | | | | fixes for the status_user.test in ps protocolSergei Golubchik2010-03-166-35/+44
* | | | | | | MergeIgor Babaev2010-03-192-5/+3
|\ \ \ \ \ \ \
| * | | | | | | Fix merge errors in configure.inunknown2010-03-182-5/+3
* | | | | | | | Made the vcol suite independent on time zone. Igor Babaev2010-03-183-2/+5
|/ / / / / / /
* | | | | | | Fixed bug #539643.Igor Babaev2010-03-164-6/+4
* | | | | | | mergedSergei Golubchik2010-03-15348-2430/+11080
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | 1. don't crash on failing to load a plugin with newer MYSQL_PLUGIN_INTERFACE_...Sergei Golubchik2010-03-122-27/+32
| * | | | | | Fix myisam checksum patch to check for HA_OPTION_CHECKSUM after it was set, n...Sergei Golubchik2010-03-121-7/+7
| * | | | | | Fix for Bug #534626 MyISAM table created in MariaDB not readable by MySQLMichael Widenius2010-03-101-0/+7