An error occurred fetching the project authors.
- 03 Mar, 2003 2 commits
-
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
like number-to-string-convertion-result, now takes current database character set, instead of thread character set. This makes it easy to be SQL99 conformant and 4.0 compatible. Item->thd_charset() is renamed to Item->default_charset() as old name doesn't describe its nature anymore.
-
- 28 Feb, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
Coercibility, initial stage item_func.h: Coercibility, initial stage
-
- 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.
-
- 10 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Optimize depending sub querys Remove valgrind warnings
-
- 03 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
MIN(key_column) could in some cases return NULL on a column with NULL and other values. MIN(key_column) and MAX(key_column) could in some cases return wrong values when used in OUTER JOIN.
-
- 02 Feb, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 30 Jan, 2003 2 commits
-
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
-
- 28 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Call pthread_mutex_destroy() on not used mutex. Changed comments in .h and .c files from // -> /* */ Added detection of mutex on which one didn't call pthread_mutex_destroy() Fixed bug in create_tmp_field() which causes a memory overrun in queries that uses "ORDER BY constant_expression" Added optimisation for ORDER BY NULL
-
- 26 Jan, 2003 3 commits
-
-
bell@sanja.is.com.ua authored
after merge fix of 577 task (SCRUM, pre commit to be able to merge with static tables optimization fix) fixed derived tables with subselect inside
-
bell@sanja.is.com.ua authored
removed switching off static table optimization for subselects (SCRUM , pre-commit to be able merge with temporary table fix)
-
serg@serg.mysql.com authored
-
- 25 Jan, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
fixed memory leacks
-
- 24 Jan, 2003 1 commit
-
-
venu@myvenu.com authored
-
- 22 Jan, 2003 1 commit
-
-
hf@deer.mysql.r18.ru authored
DEFAULT in SELECT & UPDATE corrections
-
- 21 Jan, 2003 1 commit
-
-
hf@deer.mysql.r18.ru authored
Default in UPDATE & SELECT
-
- 20 Jan, 2003 1 commit
-
-
hf@deer.mysql.r18.ru authored
embedded-related changes
-
- 16 Jan, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 14 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
(Note: test 'union' fails, but Sanja promised to fix this)
-
- 05 Jan, 2003 3 commits
-
-
hf@deer.mysql.r18.ru authored
additions about DEFAULT in UPDATE and SELECT
-
hf@deer.mysql.r18.ru authored
-
hf@deer.mysql.r18.ru authored
DEFAULT in UPDATE and SELECT
-
- 04 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Removed mysql_warnings() API function. Post merge fixes.
-
- 31 Dec, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
reordered Item_row class variables to be sorted by memory size
-
- 27 Dec, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
fixed layout
-
- 26 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Changed long packat handling to check for packets of length 0xffffff. This does however break packet handling for older clients. If you are using packets >= 16M then you need to upgrade client and server after this patch.
-
- 25 Dec, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
fixed bug of calling setup_fields without correct lex->current_select pointer in mysql_derived more correct creation of reference in Item_field::fix_field
-
- 19 Dec, 2002 4 commits
-
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
removed unused items
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
-
- 15 Dec, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
fixed method definition (overloading instead of redefinition) fixed time expression type definition
-
- 14 Dec, 2002 2 commits
-
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
Changed timestamp to return string in YYYY-MM-DD HH:MM:SS format. DATE_ADD() and related functions now returns correct DATE/DATETIME type depending on argument types. Now all tests passes, still some work left to remove warnings in log files from mysql-test-run
-
- 13 Dec, 2002 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 11 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Class for sending data from server to client (Protocol) This handles both the old ( <= 4.0 ) protocol and then new binary protocol that is used for prepared statements.
-
- 10 Dec, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
NULL fixed max_length fixed layout fixed
-
- 09 Dec, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 07 Dec, 2002 1 commit
-
-
venu@myvenu.com authored
Fix for save_in_field to take extra bool argumnet (4.0 merge compatibility)
-