An error occurred fetching the project authors.
- 16 May, 2006 1 commit
-
-
tnurnberg@mysql.com authored
if input year for date_add() / date_sub() with INTERVAL is low enough for calc_daynr() to possibly return incorrect results (calc_daynr() has no information on whether the year is low because it was a two-digit year ('77) or because it was a really low four-digit year (0077) and will indiscriminately try to turn the value into a four-digit year by adding 1900 or 2000 respectively), the functions will now throw NULL.
-
- 04 May, 2006 2 commits
-
-
jani@ua141d10.elisa.omakaista.fi authored
TIME_FORMAT using "%l:%i" returns 36:00 with 24:00:00 in TIME column
-
jani@ua141d10.elisa.omakaista.fi authored
-
- 25 Apr, 2006 1 commit
-
-
ramil@mysql.com authored
-
- 17 Apr, 2006 1 commit
-
-
bar@mysql.com authored
5.0 additional fix for b#18691 Handle DECIMAL the same with INT and REAL.
-
- 13 Apr, 2006 1 commit
-
-
bar@mysql.com authored
Conversion from int and real numbers to UCS2 didn't work fine: CONVERT(100, CHAR(50) UNICODE) CONVERT(103.9, CHAR(50) UNICODE) The problem appeared because numbers have binary charset, so, simple charset recast binary->ucs2 was performed instead of real conversion. Fixed to make numbers pretend to be non-binary.
-
- 11 Apr, 2006 1 commit
-
-
ramil@mysql.com authored
-
- 07 Apr, 2006 2 commits
-
-
hartmut@mysql.com authored
-
andrey@lmy004. authored
This also should fix 17493 and 17346, and probably 16397 (not tested). WL#1034 (Internal CRON) (post-review commit)
-
- 28 Mar, 2006 1 commit
-
-
msvensson@shellback. authored
-
- 02 Mar, 2006 1 commit
-
-
pem@mysql.com authored
time per connection Removed const_string() method from Item_string (it was only used in one place, in a bad way). Defer possible SP variable, and access data directly instead, in date_format item.
-
- 02 Feb, 2006 1 commit
-
-
gunnar@mysql.com. authored
manual adding the fix for bug#15828 which did not automerge
-
- 18 Jan, 2006 1 commit
-
-
andrey@lmy004. authored
Before the interval expression was considered to be in seconds, now it is just a number and the type of interval is considered. - this changeset introduces also fix for bug#16432 (Events: error re interval misrepresents the facts) the code of event_timed::set_interval() was refactored anyway so it is meaningful to fix the bug in the same changeset.
-
- 16 Jan, 2006 1 commit
-
-
gvb@phoenix.(none) authored
fix for bug #15828 after review doing val_str now before testing of null value secures the function for null values returned by dynamic functions - the fix before was incomplete andy covered constant null values
-
- 14 Jan, 2006 2 commits
-
-
gvb@phoenix.(none) authored
fix for bug #15828 after review
-
gvb@phoenix.(none) authored
fix for bug#15828 after review
-
- 13 Jan, 2006 1 commit
-
-
gvb@phoenix.(none) authored
problem was not checking 2nd parameter of str_to_date against NULL
-
- 27 Dec, 2005 1 commit
-
-
sergefp@mysql.com authored
-
- 22 Dec, 2005 1 commit
-
-
sergefp@mysql.com authored
-
- 23 Nov, 2005 1 commit
-
-
monty@mysql.com authored
The table opening process now works the following way: - Create common TABLE_SHARE object - Read the .frm file and unpack it into the TABLE_SHARE object - Create a TABLE object based on the information in the TABLE_SHARE object and open a handler to the table object Other noteworthy changes: - In TABLE_SHARE the most common strings are now LEX_STRING's - Better error message when table is not found - Variable table_cache is now renamed 'table_open_cache' - New variable 'table_definition_cache' that is the number of table defintions that will be cached - strxnmov() calls are now fixed to avoid overflows - strxnmov() will now always add one end \0 to result - engine objects are now created with a TABLE_SHARE object instead of a TABLE object. - After creating a field object one must call field->init(table) before using it - For a busy system this change will give you: - Less memory usage for table object - Faster opening of tables (if it's has been in use or is in table definition cache) - Allow you to cache many table definitions objects - Faster drop of table
-
- 21 Nov, 2005 1 commit
-
-
bar@mysql.com authored
Fixing test results accordingly. item_timefunc.cc: Displaying BINARY or CHAR in error messages, depending on the character set.
-
- 20 Nov, 2005 1 commit
-
-
bell@sanja.is.com.ua authored
Bad examples of usage of a string with its length fixed. The incorrect length in the trigger file configuration descriptor fixed (BUG#14090). A hook for unknown keys added to the parser to support old .TRG files.
-
- 01 Nov, 2005 1 commit
-
-
monty@mysql.com authored
Removed wrong fix for bug #14009 (use of abs() on null value causes problems with filesort) Mark that add_time(), time_diff() and str_to_date() can return null values
-
- 27 Oct, 2005 1 commit
-
-
jani@ua141d10.elisa.omakaista.fi authored
-
- 25 Oct, 2005 2 commits
-
-
evgen@moonbone.local authored
collation By default constant strings in second parameter of date_time() have case insensitive collation. Because of this expressions date_format(f,'%m') and date_format(f,'%M') wrongly becomes equal, which results in choosing wrong column to sort by. Now if second parameter of date_format() is constant then it's collation is changed to case sensitive.
-
bar@mysql.com authored
type_binary.result, type_binary.test: Adding test case. item_timefunc.cc: Padding code was added.
-
- 13 Oct, 2005 1 commit
-
-
jimw@mysql.com authored
-
- 14 Sep, 2005 1 commit
-
-
aivanov@mysql.com authored
DAYOFWEEK(), and WEEKDAY().
-
- 24 Aug, 2005 1 commit
-
-
jimw@mysql.com authored
datetime of when the current statement began. This also makes SYSDATE() not safe in replication. (Bug #12562)
-
- 02 Aug, 2005 1 commit
-
-
jimw@mysql.com authored
that is outside the acceptable date range. (Bug #10627)
-
- 31 Jul, 2005 1 commit
-
-
monty@mishka.local authored
Change bool in C code to my_bool Added to mysqltest --enable_parsning and --disable_parsing to avoid to have to comment parts of tests Added comparison of LEX_STRING's and use this to compare file types for view and trigger files.
-
- 20 Jul, 2005 1 commit
-
-
evgen@moonbone.local authored
by subtime() in view Item_func_add_time::print() were printing arg[0] instead of arg[1] which results in wrongly created view. Functions addtime() and subtime were affected by this bug.
-
- 19 Jul, 2005 1 commit
-
-
monty@mishka.local authored
-
- 01 Jul, 2005 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 24 Jun, 2005 1 commit
-
-
ramil@mysql.com authored
-
- 17 Jun, 2005 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 05 Jun, 2005 1 commit
-
-
serg@serg.mylan authored
'#pragma interface' (that comes with the #include'd header file)
-
- 03 Jun, 2005 1 commit
-
-
monty@mysql.com authored
Ensure that 'null_value' is not accessed before val() is called in FIELD() functions Fixed initialization of key maps. This fixes some problems with keys when you have more than 64 keys Fixed that ROLLUP don't always create a temporary table. This fix ensures that func_gconcat.test results are now predictable
-
- 02 Jun, 2005 1 commit
-
-
kent@mysql.com authored
Set #pragma implementation" earlier Many files: Need to include <my_global.h> before #ifdef USE_PRAGMA_IMPLEMENTATION
-
- 01 Jun, 2005 1 commit
-
-
ramil@mysql.com authored
-