An error occurred fetching the project authors.
- 16 Apr, 2004 1 commit
-
-
timour@mysql.com authored
-
- 17 Mar, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 10 Feb, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 01 Feb, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
fixed BUG#2120 and other problem with EXPLAINing derived tables
-
- 31 Jan, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
null_ref_key moved to TABLE_REF. new null range created if necessary.
-
- 28 Nov, 2003 1 commit
-
-
monty@mysql.com authored
Fixed compiler warnings (a lot of hidden variables detected by the Forte compiler) Added a lot of 'version_xxx' strings to 'show variables' Prevent copying of TMP_TABLE_PARAM (This caused core dump bug on Solaris) Fixed problem with printing sub selects to debug log
-
- 23 Nov, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 21 Nov, 2003 1 commit
-
-
sergefp@mysql.com authored
-
- 20 Nov, 2003 1 commit
-
-
monty@mysql.com authored
Portability fixes After merge fixes
-
- 18 Nov, 2003 1 commit
-
-
sergefp@mysql.com authored
-
- 13 Nov, 2003 1 commit
-
-
psergey@psergey.(none) authored
-
- 02 Nov, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
dependence should mean uncacheability
-
- 31 Oct, 2003 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 16 Oct, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
new EXPLAIN parameter to show real query as it was interpreted (SCRUM) (WL#1274)
-
- 11 Oct, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 10 Oct, 2003 1 commit
-
-
bell@laptop.sanja.is.com.ua authored
saving/restoring join_tab array (to save it of chnging by create_sort_index() before reexecuting) (BUG#1523)
-
- 14 Sep, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 28 Aug, 2003 1 commit
-
-
bell@laptop.sanja.is.com.ua authored
aggregate function reinitialization (if no rows was found) made with help of clear() (fixed BUG#860)
-
- 12 Aug, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 17 Jul, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 15 Jul, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 07 Jul, 2003 2 commits
-
-
bell@sanja.is.com.ua authored
(SCRUM) (part of WL#818)
-
bell@sanja.is.com.ua authored
(SCRUM) (part of WL#818)
-
- 06 Jul, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
(now it return correct results. Test was commited before, but it is not pushed, BUG# is not registered, because bug was introduced after release)
-
- 05 Jul, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
(SCRUM)
-
- 30 Jun, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed bug in ALTER TABLE ... MODIFY integer-column Added ref_or_null optimization (needed for subqueries)
-
- 04 Jun, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
bmove_allign -> bmove_align Added OLAP function ROLLUP Split mysql_fix_privilege_tables to a script and a .sql data file Added new (MEMROOT*) functions to avoid calling current_thd() when creating some common objects. Added table_alias_charset, for easier --lower-case-table-name handling Better SQL_MODE handling (Setting complex options also sets sub options) New (faster) assembler string functions for x86
-
- 30 May, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 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.
-
- 23 Apr, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Added optimzation for clustered index Fixed bug in UPDATE ... ORDER BY Fixed handling of UPDATE ... LIMIT
-
- 14 Mar, 2003 1 commit
-
-
serg@serg.mysql.com authored
-
- 06 Mar, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 02 Feb, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 30 Jan, 2003 1 commit
-
-
bell@sanja.is.com.ua 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
-
- 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
-
- 25 Jan, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
fixed memory leacks
-
- 07 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 06 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Added THD to add_to_xxx_list() functions for faster parsing.
-
- 05 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Made keybuff_size longlong (To make show variables work similar on 32 and 64 bit systems) Fixed some 'not initalized variable errors' in multi-table-update. Fixed memory leak in multi-table-update. Now all tests works under valgrind without any errors.
-