An error occurred fetching the project authors.
- 19 Feb, 2003 1 commit
-
-
lenz@mysql.com authored
"Cleaning the code of the remaining OLAP code. This code is unnecessary in 4.1/5.0"
-
- 05 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Added rename table for BDB. This fixes a bug in ALTER TABLE with BDB tables.
-
- 29 Nov, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
New (simpler) internal timestamp handling. More debuging to heap tables. Small cleanups to multi-table-delete false -> 0 and true -> 1 (We should use TRUE and FALSE)
-
- 20 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name. This should fix some issues where --lower-case-table-names doesn't work properly under windows.
-
- 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
-
- 20 Jul, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 16 Jul, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
Will do a push when it starts working ..
-
- 11 Jun, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
(All commit emails since 4.0.1 checked) This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree.
-
- 24 May, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 12 Apr, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 03 Apr, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 02 Apr, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 22 Mar, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
SELECT_DEFAULT_LIMIT
-
- 19 Mar, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
checkings
-
- 15 Mar, 2002 2 commits
-
-
monty@hundin.mysql.fi authored
-
Sinisa@sinisa.nasamreza.org authored
-
- 28 Feb, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
accomodate EXPLAIN properly for all possible variant of UNION's derived tables etc ... This also fixes all reported (and unreported) bugs when EXPLAIN is run on UNION's. select_describe() now has a very dirty hack to avoid some problems with transactional tables on table unlocking. Code speedup is possible. For the moment all that was important was that all tests are passed.
-
- 21 Feb, 2002 1 commit
-
-
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.
-
- 22 Nov, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
First (incomplete) version of transaction and as3ap tests.
-
- 21 Nov, 2001 1 commit
-
-
serg@serg.mysql.com authored
-
- 25 Oct, 2001 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 19 Oct, 2001 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
If I ruined anything, write your complaints to sasha@mysql.com
-
- 21 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed bug in UNION
-
- 17 Sep, 2001 2 commits
-
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
- 15 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 14 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed replication bug in load_master_data
-
- 24 Aug, 2001 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 14 Aug, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
New global read lock code Fixed bug in DATETIME with WHERE optimization Made UNION code more general.
-
- 12 Aug, 2001 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 02 Aug, 2001 1 commit
-
-
monty@tik.mysql.fi authored
New faster list iterators Change list code to be simpler and faster Optimize count(distinct) New error messages for UNION Make create_tmp_table more general to be usable by UNION
-