An error occurred fetching the project authors.
- 14 May, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
removed "of is null" if it is possible (this cset should be SCRUM related, but not approved as scrum task yet)
-
- 26 Apr, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
TMP_TABLE_PARAM. This involved moving things around in include files. All tests, including the ones with Valgrind passed.
-
- 10 Apr, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 17 Mar, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Don't create temporary objects with no table name
-
- 06 Mar, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 20 Feb, 2003 1 commit
-
-
venu@myvenu.com authored
-
- 16 Feb, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
fixed destroing not well constructed analize object fixed wrong detection of unions in derived tables
-
- 15 Feb, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 13 Feb, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
UNION's bug fixes and code clean-up
-
- 12 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Portability fixes Added new client function: mysql_get_server_version() New server help code (From Victor Vagin) Fixed wrong usage of binary() Disabled RTREE usage for now.
-
- 05 Feb, 2003 1 commit
-
-
venu@myvenu.com authored
-
- 29 Jan, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
fixed length of fields created in fubselect fixed resolving fields of reduced in derived table subselect
-
- 26 Jan, 2003 1 commit
-
-
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
-
- 25 Jan, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
fixed memory leacks
-
- 21 Jan, 2003 3 commits
-
-
Sinisa@sinisa.nasamreza.org authored
-
hf@deer.mysql.r18.ru authored
-
hf@deer.mysql.r18.ru authored
-
- 07 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 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
-
- 24 Dec, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
I still have to make a test case for : UPDATE from sub-select with derived table
-
- 14 Dec, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 12 Dec, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
Scrum task !!!!!
-
- 06 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Added THD to add_to_xxx_list() functions for faster parsing.
-
- 30 Nov, 2002 2 commits
-
-
Sinisa@sinisa.nasamreza.org authored
I am pushing now, because : * I have a fix for crashing bug * Sanja will destroy my changes in sub-select test ... ;)
-
Sinisa@sinisa.nasamreza.org authored
-
- 29 Nov, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 28 Nov, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
doing it in sql_yacc.yy does not work this commit contains fixes for other tests there are fixes in subselect test which will have to be changed once fix_fields is fixed to work with aliased derived tables
-
- 26 Nov, 2002 2 commits
-
-
bell@sanja.is.com.ua authored
-
Sinisa@sinisa.nasamreza.org authored
within derived tables within ......
-
- 15 Nov, 2002 2 commits
-
-
bell@sanja.is.com.ua authored
- fixed switching from heap to MyISAM table - fixed error handler
-
Sinisa@sinisa.nasamreza.org authored
to resolve derived table. Will make a test case for this quite soon.
-
- 12 Nov, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
a corresponding test case....
-
- 11 Nov, 2002 2 commits
-
-
Sinisa@sinisa.nasamreza.org authored
-
bell@sanja.is.com.ua authored
-
- 09 Nov, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
resulting code cleanup in our main loop.
-
- 04 Nov, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
onversion with check
-
- 30 Oct, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
and a bug fix for derived tables
-
- 02 Oct, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Warning handling and initial prepared statement handling (last not complete yet) Changed a lot of functions that returned 0/1 to my_bool type. GRANT handling now uses read/write locks instead of mutex Change basic net functions to use THD instead of NET (needed for 4.1 protocol) Use my_sprintf instead of sprintf() + strlen() Added alloc_query() to be able to chare query initialization code with prepared statements. Cleanup handling of SHOW COUNT(*) WARNINGS and SELECT LAST_INSERT_ID() Note that the following test fails (will be fixed ASAP): sub_select, union, rpl_rotate_logs and rpl_mystery22
-
- 26 Sep, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
fixed bug in mysql-test/create-test-result fixed bug in union-subselect engine
-
- 03 Sep, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
new error handling Item_ref bug fixed
-