An error occurred fetching the project authors.
- 18 May, 2005 1 commit
-
-
ingo@mysql.com authored
After review version. Added a condition for MERGE tables. These do not have unique indexes. But every key could be a unique key on the underlying MyISAM table. So get the maximum key length for MERGE tables instead of the maximum unique key length. This is used for buffer allocation in write_record().
-
- 27 Dec, 2004 1 commit
-
-
timour@mysql.com authored
Fix for BUG#7377. This fix adds the same implementation for ha_myisammgr::index_type as in version 5.0.
-
- 29 Nov, 2004 1 commit
-
-
sergefp@mysql.com authored
-
- 27 Aug, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 25 Jun, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 04 Mar, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 10 Dec, 2003 1 commit
-
-
Deprecate the use of TYPE=... Preferred syntax is ENGINE=
-
- 03 Jul, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Tests cleanup (put drop database first in tests)
-
- 01 Jul, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 27 Jun, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Added command 'replace_column' to mysqltest
-
- 16 Jan, 2003 1 commit
-
-
serg@serg.mysql.com 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()
-
- 14 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Changed timestamp to return string in YYYY-MM-DD HH:MM:SS format. DATE_ADD() and related functions now returns correct DATE/DATETIME type depending on argument types. Now all tests passes, still some work left to remove warnings in log files from mysql-test-run
-
- 17 Nov, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 04 Nov, 2002 1 commit
-
-
serg@sergbook.mysql.com authored
-
- 21 Jul, 2002 1 commit
-
-
serg@sergbook.mysql.com authored
merge.test - it was missed in the previous commit :( manual.texi: fixed bad auto-merge of OLAP manual Docs/Makefile.am: removed ../MIRROR target (mirror list is no longer in the manual)
-
- 18 Jun, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
make some new mistakes.
-
- 15 Jun, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
with aggregating functions. This consistently crashed Mysql
-
- 27 Sep, 2001 1 commit
-
-
monty@tik.mysql.fi authored
Move MAX_BLOB_WIDTH to be global Added full support for unsigned BIGINT Fixed spelling errors
-
- 11 Sep, 2001 1 commit
-
-
monty@tik.mysql.fi authored
-
- 07 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 29 Aug, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 19 May, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Support option lines longer than 256 chars. Close the slow log at shutdown. Always allow debug options to mysqld. Change some DBUG_PRINT tags.
-
- 16 May, 2001 1 commit
-
-
serg@serg.mysql.com authored
-
- 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.
-
- 17 Feb, 2001 1 commit
-
-
monty@donna.mysql.com authored
-
- 28 Jan, 2001 1 commit
-
-
monty@donna.mysql.com authored
Fixed bug in DISTINCT
-
- 21 Jan, 2001 1 commit
-
-
monty@donna.mysql.com authored
Fixed mutex bug in logging (crash on windows when doing SET PASSWORD=) Changed MERGE tables to not use FILE
-
- 28 Dec, 2000 1 commit
-
-
monty@donna.mysql.com authored
A lot of new tests to mysqltest Fixed bug with BDB tables and autocommit
-