An error occurred fetching the project authors.
- 16 Jun, 2007 1 commit
-
-
gshchepa/uchum@gleb.loc authored
DECIMAL column was used instead of BIGINT for the minimal possible BIGINT (-9223372036854775808). The Item_func_neg::fix_length_and_dec has been adjusted to to inherit the type of the argument in the case when it's an Item_int object whose value is equal to LONGLONG_MIN.
-
- 16 May, 2007 1 commit
-
-
holyfoot/hf@mysql.com/hfmain.(none) authored
in the case of the overflow in the decimal->integer conversion we didn't return the proper boundary value, but just the result of the conversion we calculated on the moment of the error
-
- 15 Nov, 2006 1 commit
-
-
cmiller@zippy.cornsilk.net authored
Problem: When we have a really large number (between 2^63 and 2^64) as the left side of the mod operator, it gets improperly corerced into a signed value. Solution: Added check to see if the "negative" number is really positive, and if so, cast it.
-
- 01 Mar, 2006 1 commit
-
-
holyfoot@deer.(none) authored
-
- 25 Oct, 2005 1 commit
-
-
sergefp@mysql.com authored
orders that cannot be handled by the executioner.
-
- 13 Sep, 2005 1 commit
-
-
monty@mishka.mysql.fi authored
Added flag to Field::store(longlong) to specify if value is unsigned. This fixes bug #12750: Incorrect storage of 9999999999999999999 in DECIMAL(19, 0) Fixed warning from valgrind in CREATE ... SELECT Fixed double free of mysql.options if reconnect failed
-
- 08 Aug, 2005 1 commit
-
-
monty@mishka.local authored
Changed assembler functions to not access global variables or variables in text segement Added wrapper function in C to longlong2str() to pass _dig_vec_upper as an argument
-
- 28 Jul, 2005 1 commit
-
-
monty@mysql.com authored
-
- 30 Apr, 2005 1 commit
-
-
monty@mysql.com authored
-
- 28 Feb, 2005 1 commit
-
-
sergefp@mysql.com authored
depending on ref->unsigned_flag. Item_int_with_ref can refer to both signed and unsigned integers.
-
- 24 Feb, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 04 Feb, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 02 Feb, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 20 Nov, 2003 1 commit
-
-
monty@mysql.com authored
The right way to fix this is to change the Field::store(longlong) method to be Field::store(longlong, bool unsigned_flag), but this is better to do in 4.1 than in 4.0
-
- 16 Nov, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 20 Jul, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 27 Feb, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
regarded as unsigned longlongss, not as floats. This make these values work similar to values between 10000000000000000000 and 18446744073709551615.
-
- 25 Feb, 2003 2 commits
-
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
-
- 03 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 05 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Cleaned up test; Removed wrong DROP TABLE commands and use standard table and database names. changed store_warning() -> push_warning_print()
-
- 24 Nov, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Added CEIL as an alias for CEILING Cleaned up CHECK constraint handling. (We don't anymore require braces after CHECK) Added casting to CHAR.
-
- 12 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Moved IF(test,column,NULL) code to 4.0 Changed mysys_priv.h to include my_pthread.h or my_no_pthread.h. Removed some CR's in os2 files.
-
- 08 Aug, 2002 2 commits
-
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
- 29 Jan, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Test of unsigned BIGINT values Fixes for queries-per-hour Cleanup of replication code (comments and portability fixes) Make most of the binary log code 4G clean Changed syntax for GRANT ... QUERIES PER HOUR
-
- 02 Jan, 2002 2 commits
-
-
monty@hundin.mysql.fi authored
Cleanup of multi-table-delete in sql_yacc.yy Changed syntax of MAXIMUM QUERIES PER HOUR to MAX_QUERIES_PER_HOUR to not get too many reserved words.
-
monty@hundin.mysql.fi authored
Fixes for building MySQL with gcc 3.0 Added SIGNED / UNSIGNED casts Fixed core dump bug in net_clear() with libmysqld. Back to using semaphores in query cache. Added 'Null' and 'Index_type' to SHOW INDEX.
-
- 27 Sep, 2001 1 commit
-
-
monty@tik.mysql.fi authored
Move MAX_BLOB_WIDTH to be global Added full support for unsigned BIGINT Fixed spelling errors
-
- 19 Jun, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed problem when converting bigint to double. Fixed bug in count(distinct null) Fixed bug with empty BDB tables.
-
- 04 Jan, 2001 1 commit
-
-
monty@donna.mysql.com authored
-
- 28 Dec, 2000 1 commit
-
-
monty@donna.mysql.com authored
A lot of new tests to mysqltest Fixed bug with BDB tables and autocommit
-