summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MBUG#688404 : Fix pbxt crashes on Windows 64 in debug build Vladislav Vaintroub2011-02-041-2/+15
* MWL#55: Handle cases where service was installed with Vladislav Vaintroub2011-02-042-14/+101
* MWL#55 :Vladislav Vaintroub2011-02-041-1/+1
* On Philips request, introduce a variableVladislav Vaintroub2011-02-033-2/+14
* MWL#55 : Add banner text to command line utilitiesVladislav Vaintroub2011-02-032-8/+23
* MWL#55: correct mysqld.exe file path, to extract version from it.Vladislav Vaintroub2011-02-031-1/+1
* MWL#55 : force per-machine installation.Vladislav Vaintroub2011-02-031-1/+6
* AssignProcessToJobObject cannot assign current processVladislav Vaintroub2011-02-021-13/+39
* Fix service user name and directory ACL setting on localized WindowsVladislav Vaintroub2011-02-021-4/+40
* workaround CMake bug 11240 (problems making mysqlserver.lib on Win64)Vladislav Vaintroub2011-02-011-1/+7
* remove an extra LocalFree() call for pOldDacls, it is not allocated on heapVladislav Vaintroub2011-02-011-3/+4
* add some forgotten jpgsVladislav Vaintroub2011-01-302-0/+0
* add forgotten files generated by VS MFC projectVladislav Vaintroub2011-01-303-0/+40
* split long lines, use get_mysql_service_properties()Vladislav Vaintroub2011-01-304-65/+278
* Move common functionality (analyze service configuration) into winservice lib...Vladislav Vaintroub2011-01-308-176/+70
* MWL#55 : implement MSI installer Vladislav Vaintroub2011-01-2911-0/+2441
* MWL#55 : implement upgrade_wizard - GUI programVladislav Vaintroub2011-01-299-0/+1064
* MWL#55 - mysql_upgrade_service.exe Vladislav Vaintroub2011-01-291-0/+550
* MWL#55 : mysql_install_db.exe - command line utilityto install new databaseVladislav Vaintroub2011-01-291-0/+566
* MWL#55 : cherrypick MySQL 5.5 CMake/build improvements in orderVladislav Vaintroub2011-01-2946-407/+1908
* Fix compilation errors (and some warnings) when compiling ndbMichael Widenius2011-01-294-7/+6
* Fix of LP bug#706884: fill_record should be used for only one table (no need ...unknown2011-01-241-24/+8
* lp:705210 - Compiling with BUILD/compile-pentium64-debug failsSergei Golubchik2011-01-202-5/+6
* lp:700982 - Non-portable code in client plugin (fails on ARM).Sergei Golubchik2011-01-201-2/+7
* fix function prototype to follow the APISergei Golubchik2011-01-121-1/+4
* Added suppression for failure on opensuse 64 bit.Michael Widenius2011-01-141-0/+13
* Merge with 5.1Michael Widenius2011-01-141-2/+2
|\
| * Call always ha_index_init(), not index_init(), to ensure that active_index is...Michael Widenius2011-01-141-4/+4
* | MBug#702303: Spurious `use` statements in output from mysqlbinlog --rewrite-d...unknown2011-01-134-7/+126
* | Fixed assert as Aria in 5.2 has more flags than 5.1Michael Widenius2011-01-121-1/+1
* | Merge with 5.1Michael Widenius2011-01-1210-27/+124
|\ \ | |/
| * Merge with 5.1Michael Widenius2011-01-125-7/+37
| |\
| | * Fix for LP#697610 ha_index_prev(uchar*): Assertion `inited==INDEX' failed wit...Michael Widenius2011-01-125-7/+37
| * | Merge BUG#675118 into maria-5.1Sergey Petrunya2011-01-123-1/+64
| |\ \ | | |/ | |/|
| | * BUG#675118: Elimination of a table results in an invalid execution planSergey Petrunya2011-01-113-1/+64
| * | Fixed bug in Maria page cache that caused assert if block->request != 0 in fr...Michael Widenius2011-01-121-10/+13
| * | Allow one to decrease page-buffer-size down to 1M (from 128M) for maria_read_logMichael Widenius2011-01-122-2/+3
| * | Allow smaller size for page-buffer-sizeMichael Widenius2011-01-111-7/+7
* | | automatic merge with 5.1Michael Widenius2011-01-116-8/+28
|\ \ \ | |/ /
| * | Fixed wrong test in maria_rsame() that caused ma_test_all to fail.Michael Widenius2011-01-112-4/+9
| * | Safety fix for Aria:Michael Widenius2011-01-115-4/+19
* | | Automatic merge with 5.1Michael Widenius2011-01-1026-964/+1665
|\ \ \ | |/ /
| * | - Fixed that Aria works with HANDLER commandsMichael Widenius2011-01-1026-964/+1664
* | | merge with 5.1Michael Widenius2011-01-074-11/+26
|\ \ \ | |/ /
| * | Don't do DBUG_ASSERT for checksum errors when using REPAIRMichael Widenius2011-01-074-11/+26
* | | Fixed typosMichael Widenius2011-01-077-8/+8
* | | Merge with base 5.2Michael Widenius2011-01-0746-82/+437
|\ \ \
| * | | Aria fixes:Michael Widenius2011-01-074-15/+36
| * | | Merge with 5.1Michael Widenius2011-01-077-14/+97
| |\ \ \ | | |/ /
| | * | Bug fixing in Aria:Michael Widenius2011-01-067-14/+97