summaryrefslogtreecommitdiff
path: root/sql/set_var.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix improperly-protected variable definition and use.Chad MILLER2009-05-111-2/+2
* Merge community up to enterprise, thus ending the community-serverChad MILLER2009-05-061-1/+17
|\
| * Pull 5.1 treatment of community features into 5.0.Chad MILLER2009-05-051-1/+3
| * Merge 5.0.80 release and 5.0 community. Version left at 5.0.80.Chad MILLER2009-04-141-8/+8
| |\
| * \ Merge from Tim's 5.0.76-release tree to make 5.0.77 .Chad MILLER2009-01-211-0/+7
| |\ \
| * \ \ Merged from 5.0 (enterprise).Chad MILLER2008-12-171-23/+44
| |\ \ \
| * | | | Bug#37428 Potential security issue with UDFs - linux shellcode execution.Alexey Botchkov2008-07-281-0/+1
| * | | | Merge from 5.0 trunk.Chad MILLER2008-07-141-1/+1
| |\ \ \ \
| * \ \ \ \ Merge chunk from trunk.Chad MILLER2008-07-101-32/+87
| |\ \ \ \ \
| * \ \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-12-101-1/+15
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-09-101-1/+15
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merge mysqldev@production.mysql.com:my/mysql-5.0-releaseunknown2007-07-021-1/+15
| | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-04-031-2/+16
| | | | |\ \ \ \ \ \
| | | | | * \ \ \ \ \ Merge mysqldev@production.mysql.com:my/build-200702201448-5.0.36/mysql-5.0-re...unknown2007-02-271-2/+16
| | | | | |\ \ \ \ \ \
| | | | | | * | | | | | Some changes suggested Serg, from message <20070223210659.GA24202@janus.mylan>unknown2007-02-261-1/+1
| | | | | | * | | | | | Prevent bugs by making DBUG_* expressions syntactically equivalent unknown2007-02-221-2/+16
* | | | | | | | | | | | Fix for BUG#43660- SHOW INDEXES/ANALYZE does NOT update cardinality Satya B2009-04-241-0/+6
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-101-8/+8
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Bug#41456 SET PASSWORD hates CURRENT_USER()Sergey Glukhov2008-12-241-0/+7
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Bug #37339: SHOW VARIABLES not working properly with multi-byte datadirGeorgi Kodinov2008-11-281-23/+44
* | | | | | | | | Bug#37428 Potential security issue with UDFs - linux shellcode execution.Sergey Glukhov2008-08-251-0/+1
* | | | | | | | | Bug#30087 Set query_cache_size, if the value is too small, get a unclear warningMarc Alff2008-07-161-1/+6
* | | | | | | | | Bug#30087 Set query_cache_size, if the value is too small, get a unclear warningKristofer Pettersson2008-06-191-6/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Bug#26243 mysql command line crash after control-cunknown2008-03-281-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.0unknown2008-01-311-0/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.0-rplunknown2008-01-301-0/+1
| |\ \ \ \ \ \ \
| | * | | | | | | BUG#28908 Replication: set global server_id is not setting the session server...unknown2007-12-211-0/+1
* | | | | | | | | cast correctedunknown2007-12-211-2/+2
* | | | | | | | | warning on windowsunknown2007-12-211-2/+2
* | | | | | | | | correct invalid values in SET GLOBAL var=DEFAULTunknown2007-12-191-7/+19
|/ / / / / / / /
* | | | | | | | Merge mysql.com:/home/gluh/MySQL/Merge/5.0unknown2007-12-131-27/+69
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Bug#31177: Server variables can't be set to their current valuesunknown2007-12-061-8/+24
| * | | | | | | Bug#31177: Server variables can't be set to their current valuesunknown2007-11-301-22/+48
* | | | | | | | Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-12-041-3/+10
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge polly.(none):/home/kaa/src/opt/bug29131/my50-bug29131unknown2007-10-291-2/+6
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Fix for bug #29131: SHOW VARIABLES reports variable 'log' but SETunknown2007-10-251-2/+6
| * | | | | | | Merge mysql.com:/home/gluh/MySQL/Merge/5.0unknown2007-10-231-1/+4
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge sin.intern.azundris.com:/misc/mysql/31588/41-31588unknown2007-10-181-1/+1
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | | * | | | | | Bug#31588: buffer overrun when setting variablesunknown2007-10-181-1/+1
| | * | | | | | | Bug#28893 --relay-log variable is not exposed with SHOW VARIABLESunknown2007-10-101-0/+3
| | | |/ / / / / | | |/| | | | |
* | | | | | | | Merge mysql.com:/home/ram/work/mysql-5.0-maintunknown2007-10-241-0/+22
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Merge mysql.com:/home/ram/work/b31615/b31615.4.1unknown2007-10-231-0/+22
| |\ \ \ \ \ \ \
| | * | | | | | | Fix for bug#31615: crash after set names ucs2 collate xxxunknown2007-10-171-0/+22
| | | |/ / / / / | | |/| | | | |
| | * | | | | | Bug #27792 query cache returns wrong result, with certain system variablesunknown2007-05-081-2/+6
| | * | | | | | Merge pilot.mysql.com:/home/msvensson/mysql/bug22943/my41-bug22943unknown2007-01-291-2/+2
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge mysql.com:/home/bkroot/mysql-4.1-rplunknown2006-12-081-8/+27
| | |\ \ \ \ \ \ \
* | | \ \ \ \ \ \ \ Merge lambda.hsd1.co.comcast.net.:/home/malff/TREE/mysql-5.0-baseunknown2007-10-181-1/+0
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Bug #29589 sys_innodb_max_purge_lag is defined twice in sys_variablesunknown2007-09-281-1/+0
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge sita.local:/Users/tsmith/m/bk/50-5.0.48unknown2007-10-041-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Bug #20358: InnoDB hang on the adaptive hash index latch in btr0sea.cunknown2007-10-021-0/+1
| |/ / / / / / / /