summaryrefslogtreecommitdiff
path: root/sql/set_var.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.1 to 5.0.pem@mysql.com2003-12-191-3/+3
|\
| * mergemonty@mysql.com2003-12-191-3/+3
| |\
| | * Fixes after merge with 4.0monty@mysql.com2003-12-191-3/+3
* | | Mergepem@mysql.com2003-12-181-7/+30
|\ \ \ | |/ /
| * | WorkLog #1323 (part 2)antony@ltantony.rdg.cyberkinetica.homeunix.net2003-12-171-7/+30
| |/
* | Merged 4.1 -> 5.0pem@mysql.com2003-12-091-2/+81
|\ \ | |/
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2003-12-081-2/+7
| |\
| | * Portability fixes for Windowsmonty@mysql.com2003-12-081-2/+7
| * | post-merge fixesgluh@gluh.mysql.r18.ru2003-12-081-0/+74
| |\ \
| | * | Task ID 499:Add a new settable string variable(init_connect, init_slave)gluh@gluh.mysql.r18.ru2003-12-081-44/+27
| | * | SCRUM:gluh@gluh.mysql.r18.ru2003-07-181-0/+91
* | | | Merged 4.1 -> 5.0pem@mysql.com2003-12-051-6/+57
|\ \ \ \ | |/ / /
| * | | unused variable max_prep_stmt_count removedkonstantin@oak.local2003-12-051-4/+0
| | |/ | |/|
| * | Merge for updateantony@ltantony.rdg.cyberkinetica.homeunix.net2003-12-021-2/+57
| |\ \
| | * | WorkLog#1280 - Remove fixed table handler from lex/yaccantony@ltantony.rdg.cyberkinetica.homeunix.net2003-12-021-2/+57
* | | | Merge 4.1 to 5.0pem@mysql.com2003-12-011-32/+36
|\ \ \ \ | |/ / /
| * | | Added missing SSL library (Should be in source distribution)monty@mysql.com2003-11-281-1/+5
| * | | Merge mysql.com:/my/mysql-4.0 into mysql.com:/my/mysql-4.1monty@mysql.com2003-11-261-0/+1
| |\ \ \ | | |/ / | |/| |
| | * | Added compilation comment to 'show variables'monty@mysql.com2003-11-261-0/+1
| * | | Update VC++ filesmonty@mysql.com2003-11-211-1/+1
| * | | Merge key cache structures to onemonty@mysql.com2003-11-201-30/+29
* | | | Merging 4.1->5.0.pem@mysql.com2003-11-191-1/+27
|\ \ \ \ | |/ / / |/| | |
| * | | Merging 4.1->5.0pem@mysql.com2003-10-221-2/+28
| |\ \ \
| | * \ \ Merging 4.1 -> 5.0pem@mysql.com2003-09-241-2/+28
| | |\ \ \
| | | * \ \ Merge 4.1 into 5.0pem@mysql.com2003-08-261-2/+28
| | | |\ \ \
| | | | * \ \ Merge 4.1 into 5.0 (first pass).pem@mysql.telia.com2003-07-081-2/+28
| | | | |\ \ \
| | | | | * | | made lex a pointer in THDvva@eagle.mysql.r18.ru2003-05-051-1/+1
| | | | | * | | Merged 4.1 to 5.0.pem@mysql.com2003-04-291-1/+27
| | | | | |\ \ \
| | | | | | * \ \ Merged 4.1 into 5.0.pem@mysql.com2003-04-161-20/+100
| | | | | | |\ \ \
| | | | | | * \ \ \ Merging 4.1 to 5.0.pem@mysql.com2003-04-041-1/+27
| | | | | | |\ \ \ \
| | | | | | | * | | | Deprecated the update log (Sprint task #792). Now --log-updateguilhem@mysql.com2003-04-021-1/+27
* | | | | | | | | | | mergemonty@mashka.mysql.fi2003-11-181-116/+143
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTSmonty@mashka.mysql.fi2003-11-181-116/+143
* | | | | | | | | | | | cleanup - we reset select_lex.options in mysql_parse anyway,konstantin@oak.local2003-11-051-1/+0
|/ / / / / / / / / / /
* | | | | | | | | | | Mergemonty@narttu.mysql.fi2003-11-031-91/+147
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Simplified 'wrong xxx name' error messages by introducing 'general' ER_WRONG_...monty@narttu.mysql.fi2003-11-031-91/+147
* | | | | | | | | | | | fixed BUG#1645bell@sanja.is.com.ua2003-11-021-1/+5
* | | | | | | | | | | | Merge bk-internal:/home/bk/mysql-4.1/serg@serg.mylan2003-10-311-55/+166
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Mergeigor@rurik.mysql.com2003-10-301-55/+166
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Many files:igor@rurik.mysql.com2003-10-011-1/+2
| | * | | | | | | | | | | | Manual merge after improving concurrency for key cache reassignmentigor@rurik.mysql.com2003-10-011-55/+165
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | key_cache.result, sql_lex.h, sql_yacc.yy, set_var.cc, sql_lex.cc:igor@rurik.mysql.com2003-08-261-20/+26
| | | * | | | | | | | | | | | Manual mergeigor@rurik.mysql.com2003-08-261-57/+161
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / / / / / | | | |/| | | | | | | | | | |
| | | | * | | | | | | | | | | set_var.cc, mysqld.cc, handler.cc, set_var.h, handler.h:igor@rurik.mysql.com2003-08-091-3/+57
| | | | * | | | | | | | | | | Merge rurik.mysql.com:/home/igor/mysql-4.1igor@rurik.mysql.com2003-08-021-1/+1
| | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | Many files:igor@rurik.mysql.com2003-08-021-49/+107
| | | | | |_|_|_|_|_|_|_|_|_|/ | | | | |/| | | | | | | | | |
* | | | | | | | | | | | | | | mergedserg@serg.mylan2003-10-301-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | mergebell@sanja.is.com.ua2003-10-261-0/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | mergebell@laptop.sanja.is.com.ua2003-10-091-0/+5
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | added worning about changing requested size of query cache (BUG#1502)bell@laptop.sanja.is.com.ua2003-10-091-0/+5