summaryrefslogtreecommitdiff
path: root/mysys
Commit message (Expand)AuthorAgeFilesLines
* merging fixAlexey Botchkov2008-08-262-1/+9
|\
| * Bug#36579 Dumping information about locks in use may lead to a server crashDavi Arnaut2008-08-251-1/+1
* | Bug#32167 another privilege bypass with DATA/INDEX DIRECTORY.Alexey Botchkov2008-08-221-23/+24
|/
* Bug#30394: Empty HOME environment variable causes several utilities to crashChad MILLER2008-08-181-1/+1
* Merge mysql-5.0-bugteam -> local bugfix branchMarc Alff2008-08-111-3/+3
|\
| * Bug#37302 (missing DBUG_RETURN macro in function "find_key_block" (5.0 only))Marc Alff2008-08-111-3/+3
* | Bug#38296 (low memory crash with many conditions in a query)Marc Alff2008-08-111-1/+1
|/
* Bug #38180 options are read from ~/my.cnf instead of ~/.my.cnfTimothy Smith2008-07-162-26/+56
* fixed a compilation warning on windows 64.Georgi Kodinov2008-07-091-1/+1
* Fix "C++ code in C file" syntax error in mysys/default.cTimothy Smith2008-07-021-1/+3
* Bug #20748: Configuration files should not be read more than onceTimothy Smith2008-06-241-155/+129
* Fix for Bug#16902.Hakan Kuecuekyilmaz2008-06-161-1/+1
* revert the push of bug 35616.unknown2008-05-062-3/+3
* Bug#35616: memory overrun on 64-bit linux on setting large values for keybuff...unknown2008-05-062-3/+3
* Avoid compilation problem on AIX.unknown2008-04-281-2/+1
* fixed warnings from the fix of 26243unknown2008-03-291-1/+1
* Fix for bug #31781: multi-table UPDATE with temp-pool enabled fails unknown2008-03-031-3/+17
* Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-12-171-2/+2
|\
| * Merge mysql.com:/misc/mysql/31752_/41-31752_unknown2007-12-171-2/+2
| |\
| | * Bug#31752: check strmake() boundsunknown2007-12-061-2/+2
* | | Merge mysql.com:/home/gluh/MySQL/Merge/5.0unknown2007-12-131-48/+127
|\ \ \
| * \ \ Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-12-061-1/+1
| |\ \ \
| | * | | Bug#31177: Server variables can't be set to their current valuesunknown2007-12-061-2/+0
| | * | | Bug#31177: Server variables can't be set to their current valuesunknown2007-12-031-1/+3
| * | | | Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-12-021-48/+127
| |\ \ \ \ | | |/ / /
| | * | | Bug#31177: Server variables can't be set to their current valuesunknown2007-11-301-48/+127
* | | | | Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-12-046-66/+251
|\ \ \ \ \
| * | | | | Eliminate 'unused variable' warnings when compiling non-debug buildunknown2007-11-161-3/+12
| * | | | | Merge trift2.:/MySQL/M50/mysql-5.0unknown2007-11-142-1/+50
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge mysql.com:/home/svoj/devel/mysql/BUG32111/mysql-4.1-enginesunknown2007-11-121-1/+10
| | |\ \ \ \
| | | * \ \ \ Merge mysql.com:/home/svoj/devel/mysql/BUG32111/mysql-4.0unknown2007-11-121-1/+10
| | | |\ \ \ \
| | | | * | | | BUG#32111 - Security Breach via DATA/INDEX DIRECORY and RENAME TABLEunknown2007-11-061-1/+10
| | * | | | | | Merge mysql.com:/home/svoj/devel/mysql/BUG31159/mysql-4.1-enginesunknown2007-10-241-0/+40
| | |\ \ \ \ \ \ | | | |/ / / / / | | | | | / / / | | | |_|/ / / | | |/| | | |
| | | * | | | BUG#31159 - fulltext search on ucs2 column crashes serverunknown2007-10-241-0/+40
| | | | |_|/ | | | |/| |
| | | * | | my_pthread.c:unknown2007-07-301-1/+1
| * | | | | Fix Windows build problems.unknown2007-11-091-7/+7
| * | | | | Merge ramayana.hindu.god:/home/tsmith/m/bk/build/50unknown2007-11-074-65/+192
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Bug #20748: Configuration files should not be read more than onceunknown2007-11-074-65/+192
| | | |_|/ | | |/| |
* | | | | Replaced 'return' with DBUG_RETURN() in the fix for bug #31566.unknown2007-10-251-1/+1
* | | | | Merge polly.(none):/home/kaa/src/maint/bug31566/my50-bug31566unknown2007-10-241-0/+4
|\ \ \ \ \
| * | | | | Fix for bug #31566: my_write(fd, 0x0, 0, flags) fails with EFAULT onunknown2007-10-241-0/+4
* | | | | | Merge ramayana.hindu.god:/home/tsmith/m/bk/50unknown2007-10-222-7/+65
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge lambda.hsd1.co.comcast.net.:/home/malff/TREE/mysql-5.0-baseunknown2007-10-182-7/+65
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-10-082-7/+65
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Bug#30992 Wrong implementation of pthread_mutex_trylock()unknown2007-10-031-12/+10
| | | * | | Merge kindahl-laptop.dnsalias.net:/home/bk/b30992-mysql-5.0-rplunknown2007-10-012-7/+67
| | | |\ \ \
| | | | * | | BUG#30992 (Wrong implementation of pthread_mutex_trylock()):unknown2007-10-012-7/+67
* | | | | | | Merge polly.(none):/home/kaa/src/maint/bug31207/my50-bug31174unknown2007-10-185-9/+9
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix for bug #31207: Test "join_nested" shows different strategy on IA64unknown2007-10-175-9/+9
* | | | | | | Merge ramayana.hindu.god:/home/tsmith/m/bk/50unknown2007-10-101-0/+14
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |