summaryrefslogtreecommitdiff
path: root/sql/mysqld.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge Sergey Petrunia2009-03-141-4/+8
|\
| * compilation(embedded server) failure fixSergey Glukhov2009-03-131-3/+1
| * Bug#42610 Dynamic plugin broken in 5.1.31Sergey Glukhov2009-03-131-1/+7
* | @@optimizer_switch backport and change from no_xxx to xx=on|off: post-review ...Sergey Petrunia2009-03-141-4/+13
* | MergeSergey Petrunia2009-03-111-1/+1
|\ \ | |/
| * Bug#36540: CREATE EVENT and ALTER EVENT statements fail with large server_idDavi Arnaut2009-03-111-1/+1
* | Change optimizer_switch from no_xxx to xxx=on/xx=off.Sergey Petrunia2009-03-111-11/+23
* | Post-merge fixesSergey Petrunia2009-03-101-1/+4
* | MergeSergey Petrunia2009-03-101-80/+117
|\ \ | |/
| * Bug#42790 Test 'main.innodb' fails from "InnoDB: Error: in ALTER TABLE"Narayanan V2009-03-051-0/+4
| * Automerge.Alexey Kopytov2009-02-251-3/+0
| |\
| | * Automerge.Alexey Kopytov2009-02-251-3/+0
| | |\
| | | * Fixed a build failure on Ubuntu 8.10 introduced by the patchAlexey Kopytov2009-02-251-3/+0
| * | | merging.Alexey Botchkov2009-02-241-54/+85
| |\ \ \ | | |/ / | |/| |
| | * | Bug#39289 libmysqld.a calls exit() upon error Alexey Botchkov2008-10-271-64/+99
| * | | Manual merge to 5.1.Alexey Kopytov2009-02-231-25/+30
| |\ \ \ | | | |/ | | |/|
| | * | Fix for bug #15936: "round" differs on Windows to UnixAlexey Kopytov2009-02-231-23/+28
| * | | Bug#41077: Warning contains wrong future versionDavi Arnaut2009-02-161-1/+1
* | | | - Backport @@optimizer_switch support from 6.0Sergey Petrunia2009-02-231-0/+31
|/ / /
* | | Merge from bug tree.Chad MILLER2009-02-111-9/+22
|\ \ \
| * | | Bug#30261: "mysqld --help" no longer possible for rootChad MILLER2009-02-101-9/+22
* | | | Bug#42610 Dynamic plugin broken in 5.1.31Sergey Glukhov2009-02-091-2/+10
* | | | Bug#31177: Server variables can't be set to their current valuesTatiana A. Nurnberg2009-01-121-1/+1
* | | | fix misspellingVladislav Vaintroub2009-01-071-1/+1
* | | | merged 5.1-main -> 5.1-bugteamGeorgi Kodinov2009-01-051-1/+1
|\ \ \ \
| * \ \ \ Merge main 5.1 into 5.1-buildJoerg Bruehe2008-12-101-34/+28
| |\ \ \ \
| * \ \ \ \ Merge from mysql-5.1.30-releaseunknown2008-11-271-1/+1
| |\ \ \ \ \
| | * | | | | Added "Sun Microsystems, Inc." to copyright headers on files modifiedBuild Team2008-11-101-1/+1
* | | | | | | 5.0-bugteam->5.1-bugteam mergeSergey Glukhov2008-12-291-0/+9
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Bug#41131 "Questions" fails to increment - ignores statements instead stored ...Sergey Glukhov2008-12-291-0/+1
* | | | | | | 5.0-bugteam->5.1-bugteam mergeSergey Glukhov2008-12-241-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | compiler warning fixSergey Glukhov2008-12-241-1/+1
* | | | | | | 5.0-bugteam->5.1-bugteam mergeSergey Glukhov2008-12-231-0/+42
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Bug#37575 UCASE fails on monthnameSergey Glukhov2008-12-231-0/+42
* | | | | | | Bug#24289 Status Variable "Questions" gets wrong values with Stored Routines(...Sergey Glukhov2008-12-171-7/+1
* | | | | | | Bug#39750 -cannot create temp file on Windows.Vladislav Vaintroub2008-12-051-0/+16
| |_|_|/ / / |/| | | | |
* | | | | | Bug#38522: 5 seconds delay when closing application using embedded serverVladislav Vaintroub2008-12-041-22/+2
| |_|_|/ / |/| | | |
* | | | | merged bug 37339 to 5.1-bugteamGeorgi Kodinov2008-11-281-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | merged bug 37339 to 5.0-bugteamGeorgi Kodinov2008-11-281-0/+2
| |\ \ \ \
| | * | | | Bug #37339: SHOW VARIABLES not working properly with multi-byte datadirGeorgi Kodinov2008-11-281-0/+2
* | | | | | mergeVladislav Vaintroub2008-11-221-12/+21
|\ \ \ \ \ \
| * | | | | | warning of notused function fixedAlexey Botchkov2008-11-211-1/+1
| * | | | | | mergingAlexey Botchkov2008-11-191-11/+20
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Bug#38293 Libmysqld crash in mysql_library_init if language file missingAlexey Botchkov2008-11-191-11/+20
* | | | | | | mergeVladislav Vaintroub2008-11-221-0/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | / / / / | | |/ / / / | |/| | | |
| * | | | | Bug #20430 mysqld.exe windows service stuck in "SERVICE_STOP_PENDING"Vladislav Vaintroub2008-11-141-0/+3
| | |/ / / | |/| | |
| * | | | Bug#24289 Status Variable "Questions" gets wrong values with Stored RoutinesKristofer Pettersson2008-10-091-1/+3
| * | | | merging fixAlexey Botchkov2008-08-261-0/+11
| |\ \ \ \
| | * | | | Bug#37428 Potential security issue with UDFs - linux shellcode execution.Sergey Glukhov2008-08-251-0/+11
* | | | | | Bug#39117 "plugin_load" option not documentedTatiana A. Nurnberg2008-11-041-3/+4