An error occurred fetching the project authors.
- 23 May, 2001 1 commit
-
-
monty@donna.mysql.fi authored
-
- 22 May, 2001 1 commit
-
-
monty@tik.mysql.fi authored
Don't read MyISAM header when running without locking
-
- 16 May, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Fixed bug in SELECT db1.table.* FROM db1.table,db2.table Fixed bug in INSERT DELAYED when doing shutdown and a table was locked Changed that tmp_table_size =4G-1 means unlimited.
-
- 12 May, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Optimize some queries when using LIMIT
-
- 11 May, 2001 1 commit
-
-
monty@donna.mysql.fi authored
-
- 10 May, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 09 May, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Fixes to InnoDB to compile on Windows Fix for temporary InnoDB tables Fixed bug in REPLACE() Fixed sub char keys for InnoDB
-
- 03 May, 2001 1 commit
-
-
monty@donna.mysql.fi authored
-
- 02 May, 2001 1 commit
-
-
monty@donna.mysql.fi authored
-
- 29 Apr, 2001 1 commit
-
-
monty@donna.mysql.fi authored
-
- 25 Apr, 2001 1 commit
-
-
monty@donna.mysql.fi authored
DROP DATABASE in mysqladmin asks for confirmation (again) Added examined_rows to slow query log SHOW CREATE for TEMPORARY table
-
- 24 Apr, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Some limit optimization
-
- 22 Apr, 2001 1 commit
-
-
monty@donna.mysql.fi authored
-
- 21 Apr, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Changed 'lib' to 'master-data' Fix for slow slaves
-
- 19 Apr, 2001 1 commit
-
-
monty@donna.mysql.fi authored
-
- 18 Apr, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Removed test of default master parameter Don't lock locked tables in REPAIR Changed optimzation for SELECT * from table,table ORDER BY keypart LIMIT
-
- 17 Apr, 2001 2 commits
-
-
tim@threads.polyesthetic.msg authored
-
serg@serg.mysql.com authored
-
- 11 Apr, 2001 1 commit
-
-
monty@donna.mysql.fi authored
-
- 24 Mar, 2001 2 commits
-
-
monty@donna.mysql.fi authored
Removed usage of @r/result as this made life hard when testing different table handlers. Allow concurrent inserts if no update/binary log. Don't remove key_cache at flush tables. Fixed bug in SELECT DISTINCT SUM()...
-
monty@donna.mysql.fi authored
Fixed crash in SELECT DISTINCT SUM(...) Fix return value of mysortncmp() for innobase Fix join_crash bug
-
- 21 Mar, 2001 1 commit
-
-
monty@tik.mysql.fi authored
Fixed problem with UPDATE TABLE when keys wheren't always used.
-
- 07 Mar, 2001 2 commits
-
-
monty@donna.mysql.fi authored
Fixed bug introduced with last ORDER BY optimization Changed log position to longlong to avoid warnings.
-
monty@donna.mysql.fi authored
tables. Merged maxsql.spec with mysql.spec
-
- 06 Mar, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Remember UNION for ALTER TABLE Added test for if we are supporting transactions. Don't allow REPLACE to replace a row when we have generated an auto_increment key Fixed bug when using BLOB keys Fixed bug in SET @variable=user.
-
- 04 Mar, 2001 1 commit
-
-
tim@threads.polyesthetic.msg authored
Paul Cadach <paul@odt.east.telecom.kz> for the code. See Message-ID: <000a01c0a022$c0b910a0$b78313d4@private3se6v3w> on internals@lists.mysql.com.
-
- 28 Feb, 2001 1 commit
-
-
serg@serg.mysql.com authored
item_func.cc MATCH ... AGAINST (NULL) bug fixed fulltext.test MATCH ... AGAINST (NULL) bug fixed fulltext.result MATCH ... AGAINST (NULL) bug fixed
-
- 17 Feb, 2001 1 commit
-
-
monty@donna.mysql.com authored
-
- 15 Feb, 2001 1 commit
-
-
monty@donna.mysql.com authored
Removed a ' that casued 'make paper' to fail
-
- 10 Feb, 2001 1 commit
-
-
serg@serg.mysql.com authored
fulltext_cache.result (at last) fulltext/cache bug fixed
-
- 07 Feb, 2001 1 commit
-
-
monty@donna.mysql.com authored
Patches for Armstrong Removed warnings when using REPAIR TABLE .. EXTENDED
-
- 03 Feb, 2001 1 commit
-
-
monty@donna.mysql.com authored
Fixed bug in GROUP BY on ELT() Added SEQUENCE() to UDF examples
-
- 28 Jan, 2001 1 commit
-
-
monty@donna.mysql.com authored
Fixed bug in DISTINCT
-
- 27 Jan, 2001 1 commit
-
-
jcole@tetra.spaceapes.com authored
created to use a small set of filenames, to try and avoid problems in the Linux kernel.
-
- 17 Jan, 2001 1 commit
-
-
monty@donna.mysql.com authored
Fixed bug with HEAP tables on windows Fixed bug with HAVING on empty tables
-
- 12 Jan, 2001 1 commit
-
-
monty@donna.mysql.com authored
Fixed bug in LEFT JOIN Added bdb_log_buffer_size
-
- 05 Jan, 2001 1 commit
-
-
serg@serg.mysql.com authored
fulltext_left_join.result BitKeeper file /usr/home/serg/Abk/mysql/mysql-test/r/fulltext_left_join.result fulltext_left_join.test BitKeeper file /usr/home/serg/Abk/mysql/mysql-test/t/fulltext_left_join.test
-
- 20 Dec, 2000 1 commit
-
-
serg@serg.mysql.com authored
filesort.cc Temporary fix for FULLTEXT index removed
-
- 08 Dec, 2000 1 commit
-
-
monty@donna.mysql.com authored
Change DROP TABLE to first drop the data, then the .frm file
-
- 05 Dec, 2000 1 commit
-
-
monty@narttu.mysql.fi authored
-