An error occurred fetching the project authors.
- 18 Nov, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
New multi-key-cache handling. This was needed becasue the old one didn't work reliable with MERGE tables. ALTER TABLE table_name ... CHARACTER SET ... now changes all char/varchar/text columns to the given character set (One must use ALTER TABLE ... DEFAULT CHARACTER SET ... to change the default character set) Fixed that have_compress is detected properly (fixes problems with func_compress.test on platforms without zlib) New syntax for CACHE INDEX ('keys' is optional if no index name is given and one mentions the key cache name only ones) Removed compiler warnings Added mysql_set_server_option() to allow clients like PHP to easaily set/reset the multi-statement flag.
-
- 08 Nov, 2003 1 commit
-
-
hf@deer.(none) authored
another version of the fix. Here i removed a loop that seems to be superfluous
-
- 19 Oct, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
- correct table name shown in EXPLAIN Iindex reference) - pointer on freed memmory (reallocation of table name in reusing table entry) can't be used in EXPLAIN (BUG#1584)
-
- 06 Oct, 2003 1 commit
-
-
bell@laptop.sanja.is.com.ua authored
fix derived inside subqueries
-
- 05 Oct, 2003 1 commit
-
-
bell@laptop.sanja.is.com.ua authored
fixed incorrect table name in test
-
- 12 Sep, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
Parse error caused global ORDER BY to be initialized although it should not have been.
-
- 04 Sep, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 12 Aug, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 09 Aug, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 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
-
- 10 Apr, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 10 Mar, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 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
-
- 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()
-
- 26 Dec, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 17 Dec, 2002 3 commits
-
-
bell@sanja.is.com.ua authored
-
Sinisa@sinisa.nasamreza.org authored
-
Sinisa@sinisa.nasamreza.org authored
select .. UNION select some_column; This is exhibited in sub-selects and derived tables.
-
- 12 Dec, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
Scrum task !!!!!
-
- 30 Nov, 2002 1 commit
-
-
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 ... ;)
-
- 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 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
within derived tables within ......
-
- 16 Nov, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 12 Nov, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
a corresponding test case....
-
- 11 Nov, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 30 Oct, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 28 May, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 06 May, 2002 2 commits
-
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
-
- 26 Mar, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-