summaryrefslogtreecommitdiff
path: root/mysql-test/r/user_var.result
Commit message (Expand)AuthorAgeFilesLines
* Patch for Bug#50511 (Sometimes wrong handling of user variables containing NU...Alexander Nozdrin2010-05-051-0/+31
* Manual merge from mysql-trunk-merge.Alexander Nozdrin2010-01-191-0/+15
|\
| * 5.0-bugteam->5.1-bugteam mergeSergey Glukhov2009-12-221-0/+15
| |\
| | * Bug#47371 reference by same column nameSergey Glukhov2009-12-221-0/+15
* | | WL#4738 streamline/simplify @@variable creation processSergei Golubchik2009-12-221-2/+0
|/ /
* | Manual merge.Ramil Kalimullin2009-05-101-0/+11
|\ \ | |/
| * Fix for bug#42009: SELECT into variable gives different results to direct SELECTRamil Kalimullin2009-02-241-0/+11
* | Bug#42188: crash and/or memory corruption with user variablesGleb Shchepa2009-01-231-0/+5
* | Bug#26020: User-Defined Variables are not consistent withGleb Shchepa2008-09-181-2/+31
* | Merge mysql.com:/home/gluh/MySQL/Merge/5.1gluh@eagle.(none)2007-12-131-0/+7
|\ \
| * | Bug#32482: Crash for a query with ORDER BY a user variable.evgen@moonbone.local2007-12-071-0/+7
* | | Fix for bug #32260: User variables in query cause server crashramil/ram@mysql.com/ramil.myoffice.izhnet.ru2007-11-171-0/+11
|/ /
* | Merge olga.mysql.com:/home/igor/mysql-5.1igor@olga.mysql.com2007-06-031-0/+36
|\ \
| * \ Merge moonbone.local:/mnt/gentoo64/work/test-5.0-opt-mysqlevgen@moonbone.local2007-06-031-2/+23
| |\ \ | | |/
| | * user_var.result:evgen@moonbone.local2007-06-031-6/+6
| | * user_var.result, user_var.test:evgen@moonbone.local2007-06-031-2/+23
| * | Merge moonbone.local:/mnt/gentoo64/work/test-5.0-opt-mysqlevgen@moonbone.local2007-06-021-3/+11
| |\ \ | | |/
| | * Bug#28494: Grouping by Item_func_set_user_var produces incorrect result.evgen@moonbone.local2007-06-021-3/+11
| * | Post-merge fix.igor@olga.mysql.com2007-05-311-1/+1
| * | Merge gleb.loc:/home/uchum/work/bk/mysql-5.0-optgshchepa/uchum@gleb.loc2007-06-011-0/+7
| |\ \ | | |/
| | * Bug#28494: Grouping by Item_func_set_user_var produces incorrect result.evgen@moonbone.local2007-06-011-0/+7
* | | Bug#26277 User variable returns one type in SELECT @v and other for CREATE as...thek@adventure.(none)2007-05-181-1/+1
|/ /
* | Merge mysql.com:/home/gluh/MySQL/Merge/5.0-optgluh@eagle.(none)2007-01-101-1/+8
|\ \ | |/
| * Fixed bug#16861: User defined variable can have a wrong value if a tmp table wasevgen@moonbone.local2007-01-091-1/+8
* | Merge rolltop.ignatz42.dyndns.org:/mnt/storeage/bug19024/my50-bug19024iggy@rolltop.ignatz42.dyndns.org2006-10-041-0/+9
|\ \ | |/
| * Bug #19024- SHOW COUNT(*) WARNINGS not return Errorsiggy@rolltop.ignatz42.dyndns.org2006-10-041-0/+9
* | Merge moonbone.local:/work/tmp_merge-5.0-mysqlevgen@moonbone.local2006-08-291-0/+9
|\ \ | |/
| * Fixed bug#16861: User defined variable can have a wrong value if a tmp table wasevgen@sunlight.local2006-08-221-0/+9
* | Merge bodhi.local:/opt/local/work/tmp_mergekostja@bodhi.local2006-08-121-0/+36
|\ \ | |/
| * Bug #7498 User variable SET saves SIGNED BIGINT as UNSIGNED BIGINTmsvensson@neptunus.(none)2006-06-091-0/+36
* | Merge mysql.com:/home/jimw/my/tmp_mergejimw@mysql.com2006-04-301-3/+0
|\ \ | |/
| * Remove obsolete testjimw@mysql.com2006-04-261-3/+0
* | Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower casemsvensson@neptunus.(none)2006-02-221-2/+2
|/
* Reverting patch for BUG #14009 (use of abs() on null value causes problems wi...monty@mysql.com2005-11-011-0/+11
* Fix two test results that were merged out-of-order.jimw@mysql.com2005-08-011-24/+24
* Merge mysql.com:/home/jimw/my/mysql-4.1-cleanjimw@mysql.com2005-08-011-0/+24
|\
| * Don't force column header to @@session.var_name if @@local.var_namejimw@mysql.com2005-07-251-0/+24
* | Fix for bug #9286: SESSION/GLOBAL should be disallowed for user variables(for...gluh@eagle.intranet.mysql.r18.ru2005-05-181-0/+1
* | Setting a variable to CAST(NULL as X) set the result type of the variable to ...monty@mysql.com2005-04-301-0/+41
* | after merge fixserg@serg.mylan2005-04-061-2/+1
* | manually mergedserg@serg.mylan2005-04-061-0/+4
|\ \ | |/
| * Fix for bug #9286: SESSION/GLOBAL should be disallowed for user variablesgluh@eagle.intranet.mysql.r18.ru2005-04-061-0/+4
* | Merge embedded server testing changes from 4.1.jimw@mysql.com2005-04-011-32/+0
|\ \ | |/
| * Merge embedded-server testing changes.jimw@mysql.com2005-04-011-25/+0
| |\
| | * Eliminate most of the remaining hardcoded list of tests to skipjimw@mysql.com2005-03-291-25/+0
* | | Merge eagle.intranet.mysql.r18.ru:/home/bar/mysql-4.1bar@eagle.intranet.mysql.r18.ru2005-03-281-0/+7
|\ \ \ | |/ /
| * | Bug#9425 A user variable doesn't always have implicit coercibilitybar@mysql.com2005-03-281-0/+7
* | | WL#874 "Extended LOAD DATA". dlenev@brandersnatch.localdomain2005-03-161-6/+6
* | | result fixes after my change to mysqlbinlog (which was accidentallyguilhem@mysql.com2005-02-231-0/+3
* | | Merge with 4.1monty@mysql.com2005-02-221-7/+9
|\ \ \ | |/ /