summaryrefslogtreecommitdiff
path: root/sql/set_var.h
Commit message (Expand)AuthorAgeFilesLines
* Merge mysql.com:/home/mysql_src/mysql-5.0guilhem@mysql.com2005-11-181-0/+11
|\
| * WL#2971 "change log-bin-trust-routine-creators=0 to apply only to functions".guilhem@mysql.com2005-11-101-0/+11
* | 1. sys_variables[] array is removed.ramil@poseidon.ndb.mysql.com2005-11-061-2/+35
* | mergetulin@dl145c.mysql.com2005-09-141-0/+1
|\ \ | |/
| * Fixed BUG#12712: SET AUTOCOMMIT should fail within SP/functions/triggerspem@mysql.com2005-09-131-0/+1
* | Merge eel.(none):/home/jonas/src/mysql-5.0jonas@eel.(none)2005-09-091-1/+2
|\ \ | |/
| * Fix for bug#11775 Variable character_set_system does not exist (sometimes).gluh@eagle.intranet.mysql.r18.ru2005-09-071-1/+2
* | Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.0pappa@c-8b0ae253.1238-1-64736c10.cust.bredbandsbolaget.se2005-08-051-0/+2
|\ \ | |/
| * store/restore sql_mode which was in force during ctrigger creation (BUG#5891)bell@sanja.is.com.ua2005-07-281-0/+2
* | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1jani@a193-229-222-105.elisa-laajakaista.fi2005-07-231-0/+1
|\ \ | |/ |/|
| * Faster alter table code for 5.1.jani@a193-229-222-105.elisa-laajakaista.fi2005-07-221-0/+1
* | Merge mysql.com:/opt/local/work/mysql-4.1-rootkonstantin@mysql.com2005-07-161-5/+0
|\ \ | |/ |/|
| * A fix and a test case for Bug#9359 "Prepared statements take snapshotkonstantin@mysql.com2005-07-161-5/+0
* | fixes for windows 64-bit compiler warningsgeorg@lmy002.wdf.sap.corp2005-06-131-1/+2
* | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0ramil@mysql.com2005-05-181-1/+1
|\ \
| * | Fix for bug #9286: SESSION/GLOBAL should be disallowed for user variables(for...gluh@eagle.intranet.mysql.r18.ru2005-05-181-1/+1
* | | a fix (bug #10339: Incorrect error is displayed if try to set value of intern...ramil@mysql.com2005-05-131-0/+2
|/ /
* | Merge neptunus.(none):/home/msvensson/mysql/bug10241msvensson@neptunus.(none)2005-05-091-1/+1
|\ \ | |/
| * BUG#10241 cygwin port: invalid pragma interface directivesmsvensson@neptunus.(none)2005-05-041-1/+1
* | Last part of WL#1062: better replication of timezones: no more usegbichot@production.mysql.com2005-03-221-6/+0
* | Merge serg.mylan:/usr/home/serg/Abk/mysql-5.0serg@serg.mylan2005-02-181-1/+1
|\ \
| * \ manually mergedserg@serg.mylan2005-02-141-1/+1
| |\ \
| | * | XA (not completely polished out yet)serg@serg.mylan2005-01-161-1/+1
* | | | Mergejimw@mysql.com2005-02-171-0/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | bug#6958svoj@mysql.com2005-02-171-0/+1
* | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-5.0guilhem@mysql.com2005-02-031-2/+2
|\ \ \
| * | | WL#1062 "log charset info into all Query_log_event":guilhem@mysql.com2005-02-031-2/+2
* | | | Manual merge of fixes for bugs #7899 "CREATE TABLE .. SELECT .. anddlenev@mysql.com2005-01-281-1/+0
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Fix for bug #7899 "CREATE TABLE .. SELECT .. and CONVERT_TZ() functiondlenev@brandersnatch.localdomain2005-01-261-1/+0
* | | Fix for bug #7637: "Test failure: 'user_limits' on QNX and 64-bit systems"dlenev@brandersnatch.localdomain2005-01-201-1/+1
* | | WL#1339 "Add per account max_user_connections limit (maximum number dlenev@brandersnatch.localdomain2004-12-291-0/+17
| |/ |/|
* | Merge with 4.1monty@mysql.com2004-09-061-0/+1
|\ \ | |/
| * Fix for bug #4508 "CONVERT_TZ() function with new time zone as param crashes ...dlenev@brandersnatch.localdomain2004-08-101-0/+1
* | after merge fixes (making rpl_charset and rpl_timezone pass).guilhem@mysql.com2004-07-151-18/+2
|/
* Fix for Bug#4030 "Client side conversion string -> date type doesn't konstantin@mysql.com2004-06-241-1/+1
* WL#1264 "Per-thread time zone support infrastructure".dlenev@brandersnatch.localdomain2004-06-181-0/+24
* WL#1595 "Optionally fsync() the binlog after every statement":guilhem@mysql.com2004-06-101-1/+9
* Implementation of WL#1824 "Add replication of character set variables in 4.1",guilhem@mysql.com2004-06-031-9/+47
* new error for unsupported command in PSbell@sanja.is.com.ua2004-04-081-0/+4
* Force clients to recompile if client lib changes (Bug #3009)monty@mysql.com2004-03-301-1/+1
* A previous changeset by me today about SQL_LOG_BIN had the problemguilhem@mysql.com2004-03-271-20/+12
* aliases should be compared with my_strcasecmp (BUG#3251)bell@sanja.is.com.ua2004-03-221-1/+1
* select @@smth=@@sys_str_var crash fixedserg@serg.mylan2004-03-201-2/+3
* After merge fixesmonty@mysql.com2004-03-171-1/+4
* merge with 4.0monty@mysql.com2004-03-161-0/+25
|\
| * Ensure that one can't from the command line set a variable too small. (Bug #2...monty@mysql.com2004-03-061-0/+25
* | ft_boolean_syntax made changeableserg@serg.mylan2004-02-161-5/+2
* | WorkLog #1323 (part 2)antony@ltantony.rdg.cyberkinetica.homeunix.net2003-12-171-2/+12
* | post-merge fixesgluh@gluh.mysql.r18.ru2003-12-081-0/+3
|\ \
| * | SCRUM:gluh@gluh.mysql.r18.ru2003-07-181-0/+3