An error occurred fetching the project authors.
- 25 Nov, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
temporary table BLOB now is longblob
-
- 23 Nov, 2003 2 commits
-
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
-
- 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.
-
- 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 Sep, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Note that mix_innodb_myisam_binlog and union fails after this patch (Will be fixed shortly by maintaners of this code)
-
- 23 Aug, 2003 1 commit
-
-
bell@laptop.sanja.is.com.ua authored
fixed bug in Item_sum fixed bug in dependence remover after merge fix
-
- 20 Aug, 2003 2 commits
-
-
monty@narttu.mysql.fi authored
Set min value of max_allowed_packet to 1024 Fixed problem with UNION's without braces and SQL_CALC_FOUND_ROWS, LIMIT #,# and ORDER BY...LIMIT
-
Sinisa@sinisa.nasamreza.org authored
Fix for SQL_CALC_FOUND_ROWS in UNION's
-
- 19 Aug, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 06 Aug, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
Code clean-up sql_union.cc, union.test, union.result: A fix for a bug #978. This enables that NULL's can be entered into UNION's result set, although first SELECT columns are NOT NULL. This is also a start of fixing UNION's properly regarding type acceptance. sql_select.cc: A commit for my second July SPRINT task
-
- 02 Jul, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
CREATE / INSERT ... (SELECT ...) UNION (SELECT ...) LIMIT;
-
- 01 Jul, 2003 2 commits
-
-
Sinisa@sinisa.nasamreza.org authored
-
Sinisa@sinisa.nasamreza.org authored
-
- 13 May, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Fixed wrong logging of Access denied error (Bug #398)
-
- 08 Apr, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 14 Mar, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 10 Mar, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 06 Mar, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 27 Feb, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Don't define crc32 if we are not linking with gzip
-
- 22 Feb, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
columns.
-
- 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()
-
- 09 Dec, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
UNION's in derived tables
-
- 02 Dec, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 30 Nov, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
ORDER clause, where table is one of union'ed tables.
-
- 17 Oct, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
And I am not able to find a Changelog for 4.1
-
- 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
-
- 24 Jul, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed bugfix of INSERT ... SET db_name.table_name.column_name Changed locking to external-locking Fix client hangup for some invalid SQL queries.
-
- 23 Jul, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Made a some new buffers thread specific and changeable. Resize of key_buffer. AUTO_COMMIT -> AUTOCOMMIT Fixed mutex bug in DROP DATABASE Fixed bug when using auto_increment as second part of a key where first part could include NULL. Split handler->extra() to extra() and extra_opt() to be able to support thread specific buffers. Don't write message to error log when slave reconnects becasue of timeout. Fixed possible update problem when using DELETE/UPDATE on small tables (In some cases we used index even if table scanning would be better) A lot of minior code cleanups
-
- 03 Apr, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 02 Apr, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 26 Mar, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 22 Mar, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
SELECT_DEFAULT_LIMIT
-
- 19 Mar, 2002 2 commits
-
-
Sinisa@sinisa.nasamreza.org authored
Take a look their for details
-
Sinisa@sinisa.nasamreza.org authored
checkings
-
- 28 Feb, 2002 2 commits
-
-
Sinisa@sinisa.nasamreza.org authored
Read comments there if you are interested ..
-
Sinisa@sinisa.nasamreza.org authored
-
- 13 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed bug in query cache. Cleaned up des_crypt code.
-
- 04 Nov, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
mysqltest now also writes failed error messages to log
-
- 25 Oct, 2001 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-