summaryrefslogtreecommitdiff
path: root/sql/mysqld.cc
Commit message (Expand)AuthorAgeFilesLines
...
* | | Automerge MySQL 5.1.44 merge into latest MariaDB trunk.unknown2010-03-101-13/+71
|\ \ \
| * \ \ Merge MySQL 5.1.44 into MariaDB.unknown2010-03-041-13/+71
| |\ \ \ | | |/ /
| | * | Cleanup fix for WL#5154 that splits commands handling forMagne Mahre2010-02-021-3/+9
| | * | WL#5182 Remove more deprecated 4.1/5.0 featuresMagne Mahre2010-01-271-5/+35
| | * | fix a windows test run bug with debug binaries : dbug frame Georgi Kodinov2010-01-261-1/+1
| | * | WL#5154 Remove deprecated 4.1 featuresMagne Mahre2010-01-211-2/+20
| | * | BUG#46364 MyISAM transbuffer problems (NTM problem)Alfranio Correia2010-01-201-1/+6
| | * | merge mysql-5.0-bugteam to mysql-5.1-bugteamSatya B2009-12-171-0/+5
| | |\ \ | | | |/
| | | * Fix for Bug#37408 - Compressed MyISAM files should not require/use mmap()Satya B2009-12-171-1/+6
| | * | Bug #45058 init_available_charsets uses double checked lockingStaale Smedseng2009-12-121-1/+0
| | * | Bug #48742 Replication: incorrect help text for --init-slaveunknown2009-12-111-1/+2
| | |\ \ | | | |/
| | | * Bug #48742 Replication: incorrect help text for --init-slaveunknown2009-12-111-1/+2
| | * | BUG#45292 orphan binary log created when starting server twiceAlfranio Correia2009-12-041-2/+2
* | | | Added count of my_sync calls (to SHOW STATUS)Michael Widenius2010-03-091-2/+3
|/ / /
* | | Fix for LPBug#520243: useability bug of thread pool configurationMichael Widenius2010-02-111-3/+6
* | | When one does a drop table, the indexes are not flushed to disk before drop a...Michael Widenius2010-02-101-14/+25
* | | Patch set contributed by Alex Budovski (MCA)Michael Widenius2010-01-291-4/+7
* | | Merge with fixes for compiler warnings and 2 fixed test casesMichael Widenius2010-01-281-1/+1
* | | Merge with MySQL 5.1.42Michael Widenius2010-01-151-14/+41
|\ \ \ | |/ /
| * | Bug#47571 : idle named pipe connection is unkillableVladislav Vaintroub2009-11-201-5/+11
| * | mergeGeorgi Kodinov2009-11-101-7/+7
| |\ \
| | * | Bug #32167: another privilege bypass with DATA/INDEX DIRECTORYGeorgi Kodinov2009-11-031-7/+7
| | |/
| * | Bug #34739 unexpected binlog file name when --log-bin is set to a directory ...unknown2009-11-051-0/+21
* | | Fixed Bug#47017 rpl_timezone fails on PB-2 with mismatch errorMichael Widenius2009-12-041-0/+2
* | | Merge MySQL 5.1.41 into MariaDB trunk, including a number of after-merge fixes.unknown2009-11-301-19/+84
|\ \ \
| * \ \ Merge with MySQL 5.1, with following additions:unknown2009-11-161-19/+84
| |\ \ \ | | |/ /
| | * | mergeVladislav Vaintroub2009-11-031-1/+1
| | |\ \
| | | * | Bug #40877: multi statement execution fails in 5.1.30Georgi Kodinov2009-10-161-1/+1
| | * | | Bug#47571: idle named pipe connection is unkillableVladislav Vaintroub2009-11-021-10/+18
| | |/ /
| | * | WL#4259 - Debug Sync FacilityIngo Struewing2009-09-291-1/+45
| | * | Bug #43414 Parenthesis (and other) warnings compiling MySQLStaale Smedseng2009-09-231-1/+2
| | * | A patch for Bug#47474 (mysqld hits Dbug_violation_helper assertAlexander Nozdrin2009-09-231-5/+18
| | * | automergeGeorgi Kodinov2009-09-181-10/+9
| | |\ \
| | | * \ first merge from mainBjorn Munch2009-09-021-19/+54
| | | |\ \
| | | * | | Bug #46212 safe_process: FATAL ERROR, Unknown option: --nocoreBjorn Munch2009-07-231-10/+9
| | * | | | automergeGeorgi Kodinov2009-09-181-1/+1
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Bug #46917: mysqd-nt installs wrongGeorgi Kodinov2009-09-171-1/+1
| | * | | | A patch for Bug#45118 (mysqld.exe crashed in debug modeAlexander Nozdrin2009-09-101-2/+2
| | | |_|/ | | |/| |
* | | | | Added protection around usage of thd->mysys_varMichael Widenius2009-11-261-0/+2
|/ / / /
* | | | Compilation under windows x64 made possible.unknown2009-10-311-1/+1
* | | | Compile by default MySQL clients with libmysqldclient.a (not .so)Michael Widenius2009-10-291-1/+3
* | | | Automatic merge with maria-mergeMichael Widenius2009-10-261-4/+10
|\ \ \ \
| * \ \ \ Automatic mergeMichael Widenius2009-10-231-1/+7
| |\ \ \ \
| | * | | | Fixes for binary distribution in tar fileMichael Widenius2009-10-231-1/+7
| * | | | | Merge Peter Lieverdink's fixes:unknown2009-10-231-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merged with itself. Win!Peter Lieverdink2009-10-161-1/+1
| | |\ \ \ \
| | | * | | | Typo fixes for "usefull" -> "useful".Peter Lieverdink2009-10-011-1/+1
| * | | | | | MBUG#452116: MariaDB: mysql_install_db causes server segfaultSergey Petrunya2009-10-161-1/+1
| |/ / / / /
| * | | | | backport the patch: Georgi Kodinov 2009-09-17:Sergey Petrunya2009-10-161-1/+1
* | | | | | Fixed compiler warning messageMichael Widenius2009-10-261-6/+15
|/ / / / /