An error occurred fetching the project authors.
- 27 Nov, 2007 1 commit
-
-
Problem: passing a non-constant name to the NAME_CONST function results in a crash. Fix: check the NAME_CONST name argument; return fake item type if we got non-constant argument(s).
-
- 19 Oct, 2007 1 commit
-
-
Problem: lying to the optimizer that a function (Item_func_inet_ntoa) cannot return NULL values leads to unexpected results (in the case group keys creation/comparison is broken). Fix: Item_func_inet_ntoa::maybe_null should be set properly.
-
- 09 Oct, 2007 1 commit
-
-
mhansson/martin@linux-st28.site authored
Completion of previous patch. Negative number were denied as the second argument to NAME_CONST.
-
- 28 Sep, 2007 1 commit
-
-
mhansson/martin@linux-st28.site authored
The NAME_CONST function is required to work correctly with constants only. When executed with functions that return types other than those returned by Item::field_type (string, int, decimal, or real), the result gets cast to one of those types. This cannot happen for constants. Fixed by only allowing constants as arguments to NAME_CONST.
-
- 27 Aug, 2007 1 commit
-
-
tsmith@ramayana.hindu.god authored
Initialize thd->variables.pseudo_thread_id when a new embedded thd is created.
-
- 16 Aug, 2007 1 commit
-
-
monty@mysql.com/narttu.mysql.fi authored
Fixed failing func_misc test for embedded server Added casts to avoid compiler warnings Removed Table_locks_immediate as it's depending on log file cacheing Changed type of get_time() to avoid warnings Removed testing if purger master logs succeded as this is not deterministic
-
- 31 May, 2007 1 commit
-
-
```yaml Added casts and fixed wrong type. ``` Added casts and fixed wrong type. --- Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1-marvel into a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-marvel --- Don't give warning that readonly variable is forced to be readonly mysql-test-run run now fails if we have [Warning] and [ERROR] as tags in .err file Fixed wrong reference to the mysql manual Fixed wrong prototype that caused some tests to fail on 64 bit platforms --- Disabled compiler warnings mainly for Win 64. --- Added casts to remove compiler warnings on windows Give warnings also for safe_mutex errors found by test system Added some warnings from different machines in pushbuild --- Merge bk-internal.mysql.com:/home/bk/mysql-5.1-marvel into mysql.com:/home/my/mysql-5.1 --- Added escapes for double quotes and parenthesis. --- Archive db fix plus added non-critical warnings in ignore list. --- Fixed previously added patch and added new ignored warning.
-
- 26 Apr, 2007 1 commit
-
-
monty@mysql.com/nosik.monty.fi authored
This pads the value of CHAR columns with spaces up to full column length (according to ANSI) It's not makde part of oracle or ansi mode yet, as this would cause a notable behaviour change. Added uuid_short(), a generator for increasing 'unique' longlong integers (8 bytes)
-
- 02 Mar, 2007 1 commit
-
-
malff/marcsql@weblab.(none) authored
results) Before this fix, the function BENCHMARK() would fail to evaluate expressions like "(select avg(a) from t1)" in debug builds (with an assert), or would report a time of zero in non debug builds. The root cause is that evaluation of DECIMAL_RESULT expressions was not supported in Item_func_benchmark::val_int(). This has been fixed by this change.
-
- 29 Nov, 2006 2 commits
-
-
cmiller@zippy.cornsilk.net authored
-
msvensson@shellback.(none) authored
-
- 03 Oct, 2006 1 commit
-
-
msvensson@shellback.(none) authored
- ie. backport from 5.1 - also update testcase error dected by new version
-
- 25 Sep, 2006 1 commit
-
-
jpipes@shakedown.(none) authored
-
- 24 Aug, 2006 1 commit
-
-
tsmith/tim@siva.hindu.god authored
- Fix typo in Item_func_export_set::fix_length_and_dec() which caused character set aggregation to fail - Remove default argument from last arg of agg_arg_charsets() function, to reduce potential errors
-
- 06 May, 2006 1 commit
-
-
kroki@mysql.com authored
-
- 24 Apr, 2006 1 commit
-
-
kroki@mysql.com authored
Update User_level_lock::thread_id on acquiring an existing lock, and reset it on lock release.
-
- 22 Feb, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 07 Dec, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
- Set max_length of Item_func_uuid to max_length*system_charset_info->mbmaxlen Note! Item_func_uuid should be set to use 'ascii' charset when hex(), format(), md5() etc will use 'ascii' - Comitting again, the old patch seems to have been lost.
-
- 19 Aug, 2005 1 commit
-
-
jimw@mysql.com authored
-
- 12 Aug, 2005 1 commit
-
-
jimw@mysql.com authored
number of seconds (which can include microseconds). (Bug #6760)
-
- 17 May, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
- Set max_length of Item_func_uuid to max_length*system_charset_info->mbmaxlen Note! Item_func_uuid should be set to use 'ascii' charset when hex(), format(), md5() etc will use 'ascii'
-
- 01 Apr, 2005 1 commit
-
-
monty@mysql.com authored
CAST() now produces warnings when casting a wrong INTEGER or CHAR values. This also applies to implicite string to number casts. (Bug #5912) ALTER TABLE now fails in STRICT mode if it generates warnings. Inserting a zero date in a DATE, DATETIME or TIMESTAMP column during TRADITIONAL mode now produces an error. (Bug #5933)
-
- 04 Feb, 2005 1 commit
-
-
sergefp@mysql.com authored
by item->val_str() may be a substring of the passed string. Disallow string=its_substring assignment in String::operator=().
-
- 16 Mar, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 28 Feb, 2004 1 commit
-
-
serg@serg.mylan authored
on different systems sprintf("%.3", 1.555499999999999) behaves differently
-
- 27 Feb, 2004 2 commits
-
-
serg@serg.mylan authored
-
lenz@kallisto.local authored
-
- 24 Feb, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 19 Jan, 2004 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 03 Jul, 2003 1 commit
-
-
hf@deer.(none) authored
-
- 13 May, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Better fix for format('nan') Fix for HAVING COUNT(DISTINCT...)
-
- 30 Apr, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 14 Apr, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 12 Apr, 2002 1 commit
-
-
monty@tik.mysql.fi authored
Split handler->option_flag() to handler->table_flags() and handler->index_flags()
-
- 28 Sep, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
added support for quiet increased line buffer size client/mysqltest.c fixed memory leak added query logging to result file added error message logging to result file added enable_query_log/disable_query_log mysql-test/mysql-test-run.sh converted tests to use mysqlmanager Updated test results
-
- 28 Dec, 2000 1 commit
-
-
monty@donna.mysql.com authored
A lot of new tests to mysqltest Fixed bug with BDB tables and autocommit
-