summaryrefslogtreecommitdiff
path: root/mysql-test/r/bigint.result
Commit message (Expand)AuthorAgeFilesLines
* Manual merge from mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-02-261-0/+34
|\
| * Bug #45360: wrong resultsGleb Shchepa2010-02-251-0/+34
* | Fix for BUG#42980 "Client doesn't set NUM_FLAG for DECIMAL and TIMESTAMP":Guilhem Bichot2009-09-301-1/+1
* | WL#2110 (SIGNAL)Marc Alff2009-09-101-2/+2
|/
* Merge mysql.com:/home/kent/bk/bug30069/mysql-5.0-buildkent@kent-amd64.(none)2007-11-121-0/+6
|\
| * Merge mysql.com:/home/kent/bk/bug30069/mysql-4.1-buildkent@kent-amd64.(none)2007-11-121-0/+6
| |\
| | * bigint.test, bigint.result:kent@mysql.com/kent-amd64.(none)2007-11-121-0/+6
* | | Merge gleb.loc:/home/uchum/work/bk/5.0-optgshchepa/uchum@gleb.loc2007-06-161-0/+26
|\ \ \ | |/ /
| * | Fixed bug #28625:gshchepa/uchum@gleb.loc2007-06-161-0/+26
* | | Merge mysql.com:/home/hf/work/8663/my50-8663holyfoot/hf@hfmain.(none)2007-05-161-0/+10
|\ \ \ | |/ /
| * | bug #8663 cant use bigint unsigned as input to castholyfoot/hf@mysql.com/hfmain.(none)2007-05-161-0/+10
* | | bigint.test made ps-protocol consistentholyfoot/hf@mysql.com/hfmain.(none)2007-05-101-10/+10
* | | bug #28005 (Partitions can't use -922337...)holyfoot/hf@mysql.com/hfmain.(none)2007-05-071-0/+10
* | | Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug19955/my50-bug19955cmiller@zippy.cornsilk.net2006-11-151-0/+11
|\ \ \ | |/ /
| * | Bug#19955: unsigned bigint used as signed with MOD functioncmiller@zippy.cornsilk.net2006-11-151-0/+11
* | | Merge sunlight.local:/local_work/tmp_merge-5.0-opt-mysqlevgen@sunlight.local2006-07-301-1/+1
|\ \ \ | |/ /
| * | Fixed bug #19714.igor@olga.mysql.com2006-07-131-1/+1
* | | Merge neptunus.(none):/home/msvensson/mysql/bug10460/my51-bug10460msvensson@neptunus.(none)2006-03-061-2/+2
|\ \ \
| * | | Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower casemsvensson@neptunus.(none)2006-02-221-2/+2
* | | | Merge mysql.com:/home/hf/work/mysql-5.0.9088holyfoot@mysql.com2006-03-021-0/+9
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | bug #9088 (bigint WHERE fails)holyfoot@deer.(none)2006-03-011-0/+9
* | | Fix for bug#8294 Traditional: Misleading error message for invalid CAST to DATEgluh@eagle.intranet.mysql.r18.ru2005-12-021-7/+7
|/ /
* | BUG#13126: When choosing join order for join with nested joins, don't produce...sergefp@mysql.com2005-10-251-1/+1
* | Added option --valgrind-mysqltest to mysql-test-runmonty@mishka.mysql.fi2005-09-141-7/+185
* | fix after mergeacurtis@xiphis.org2005-08-111-1/+1
* | Merge xiphis.org:/usr/home/antony/work2/mysql-4.1acurtis@xiphis.org2005-08-111-0/+9
|\ \ | |/
| * Fix for BUG #11642: [Patch]es x86 Assembler and text relocationsmonty@mishka.local2005-08-081-0/+9
* | Setting a variable to CAST(NULL as X) set the result type of the variable to ...monty@mysql.com2005-04-301-0/+17
* | Invalid DEFAULT values for CREATE TABLE now generates errors. (Bug #5902)monty@mysql.com2005-04-011-0/+2
* | Merged from 4.1jimw@mysql.com2005-03-031-0/+39
|\ \ | |/
| * Fix for BUG#8562: In Item_int_with_ref::new_item() create Item_int or Item_uintsergefp@mysql.com2005-02-281-0/+39
* | Precision Math implementationhf@deer.(none)2005-02-091-2/+2
|/
* minor omission that effectively disabled my_strtod fixed :)serg@serg.mylan2004-02-241-0/+3
* Merge with 4.0 to revert patch for BIGINT assignment to doublemonty@mysql.com2003-11-211-1/+7
|\
| * Revert patch for bigint handling in double context as it broke normal bigint ...monty@mysql.com2003-11-211-1/+7
* | Merge with 4.0 to get:monty@mysql.com2003-11-201-0/+8
|\ \ | |/
| * Item_uint::save_in_field() added to take into account bigint->decimal caseserg@serg.mylan2003-11-161-0/+8
* | bug #715: SELECT YEAR+0 FROM foobar is parsed as 'SELECT' 'YEAR' '+0' => sy...serg@serg.mylan2003-07-201-2/+5
* | Merge with 4.0monty@narttu.mysql.fi2003-02-271-2/+2
|\ \ | |/
| * Integer values between 9223372036854775807 and 9999999999999999999 are nowmonty@narttu.mysql.fi2003-02-271-2/+2
* | Merge with 4.0.11monty@narttu.mysql.fi2003-02-261-0/+3
|\ \ | |/
| * Safety fix (caused a core dump on slave during shutdown when shutting down re...monty@narttu.mysql.fi2003-02-261-0/+3
* | Merge with 4.0.11monty@mashka.mysql.fi2003-02-041-0/+12
|\ \ | |/
| * Fixed bug in ulonglong parsing for constructs that only takes unsigned longlo...monty@mashka.mysql.fi2003-02-041-0/+12
* | Changed mysql-test to print warnings for not existing table to DROP TABLEmonty@mashka.mysql.fi2003-01-061-1/+1
|/
* Added new ANSI functions LOCALTIME, LOCALTIMESTAMP and CURRENT_USERmonty@mashka.mysql.fi2002-11-241-21/+0
* Portability fix for AIXmonty@hundin.mysql.fi2002-08-081-3/+0
* New error messagesmonty@hundin.mysql.fi2002-01-291-0/+12
* New CAST syntaxmonty@hundin.mysql.fi2002-01-031-6/+6
* Added macros for nice TIMESPEC usage.monty@hundin.mysql.fi2002-01-021-0/+9