An error occurred fetching the project authors.
- 11 Aug, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 09 Aug, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 01 Aug, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 30 Jul, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
by MAX/MIN in some cases: SELECT coercibility(max(s1)) from t1; Subselect collation and derivation was not processed correctly: create table a select (select s1 from t1); select * from t1 where s1 = (select s2 from t1);
-
- 29 Jul, 2003 2 commits
-
-
bell@sanja.is.com.ua authored
(fixed BUG#943)
-
bell@sanja.is.com.ua authored
count HAVING clause elements with select list elements, because agregate function can be present in it (BUG#922) removerd unused loop_id
-
- 04 Jul, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 28 Jun, 2003 2 commits
-
-
bell@sanja.is.com.ua authored
(resolving fields of reduced subselect)
-
bell@sanja.is.com.ua authored
test moved to other bug
-
- 26 Jun, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
fixed BUG #726
-
- 24 Jun, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
fixed bug of current select pointer in subselect execution fixed layuot
-
- 20 Jun, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
outer resolved fields now do not marked as dependent if they is not really belong to outer SELECT one-letter variables name fixed
-
- 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
-
- 28 May, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
(bug #518 fixed)
-
- 27 May, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 21 May, 2003 2 commits
-
-
bell@sanja.is.com.ua authored
-
monty@mashka.mysql.fi authored
Added initialization of all important global variables
-
- 19 May, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 13 May, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Allow syntax CREATE TABLE t1 (LIKE t2)
-
- 05 May, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Fixed memory leak in new filesort code Optimzed sub selects to use keys with outer references. Increased max tables in join to 62
-
- 22 Apr, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 05 Apr, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
fixed mustiupdate subselect compatibility (bug 217)
-
- 11 Mar, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 10 Mar, 2003 3 commits
-
-
bell@sanja.is.com.ua authored
this implementation have limitation: prohibited subselect in ORDER BY dependence of most outer query (will be solved after removing passing first select_lex as fake select for global mysql_select())
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
-
- 14 Feb, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 10 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Optimize depending sub querys Remove valgrind warnings
-
- 07 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Added lengths for all MYSQL_FIELD string parameters Changed field length to 2 byte in .frm files
-
- 30 Jan, 2003 2 commits
-
-
bell@sanja.is.com.ua authored
new fatal_error interface to assign is_fatal_error and ne.report_error commant about Item_row
-
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 2 commits
-
-
Sinisa@sinisa.nasamreza.org authored
-
bell@sanja.is.com.ua authored
merging with switching on static tables optimization (SCRUM) fixed subselects with uncacheable results added test for fixed bugs from bugreports
-
- 27 Jan, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
Automatically add SQL_BUFFER_RESULT if INSERT is done from SELECT comprising a table to be inserted in.
-
- 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 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 05 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Cleaned up test; Removed wrong DROP TABLE commands and use standard table and database names. changed store_warning() -> push_warning_print()
-