An error occurred fetching the project authors.
- 20 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fix pthread_mutex_trylock on HPUX (needed for query cache).
-
- 06 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
-
- 05 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Changed some sql_alloc() -> thd->alloc() Removed a lot of compiler warnings on Linux Alpha (64 bit) Fixed some core dumps on 64 bit systems (wrong type for packet_len)
-
- 02 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Remove some warnings
-
- 27 Nov, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed race condition when using the binary log and INSERT DELAYED which could cause the binary log to have rows that was not yet written to MyISAM tables.
-
- 06 Nov, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Cleanup typos (like SKIPP -> SKIP)
-
- 02 Oct, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed some problems in SHOW CREATE TABLE Fixed calculation of checksums in myisamchk
-
- 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
-
- 02 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fix that DROP DATABASE works with all table types Use BULK_INSERT when inserting more than one row Better TRUNCATE TABLE
-
- 01 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 31 Aug, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Make killing threads safer
-
- 21 Aug, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fix bug in isamlog Add argument types to function declarations.
-
- 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
-
- 25 Jul, 2001 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 19 Jul, 2001 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 18 Jul, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
--low-priority-updates is used and the file has holes.
-
- 11 Jun, 2001 1 commit
-
-
monty@tik.mysql.fi authored
Fixed that @VAR shows all decimals Fixed problem with FLUSH TABLES and LOCK TABLE CREATE ... SELECT now creates keys later Reset AUTO_INCREMENT order if droping AUTO_INCREMENT key
-
- 05 Jun, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed error number handling bug in mysqltest. Fixed that error number from insert delayed is reported correctly. merged new vio code with old violite code.
-
- 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.
-
- 09 Apr, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Fix for shutdown on NT Fixed bug when using wrong dates from blob field.
-
- 25 Mar, 2001 1 commit
-
-
monty@donna.mysql.fi authored
(For glibc 2.2)
-
- 23 Mar, 2001 1 commit
-
-
monty@tik.mysql.fi authored
Fixed bug in CONCAT_WS() Print the default ISOLATION level. Change lock type for CREATE ... SELECT and INSERT/REPLACE ... SELECT
-
- 21 Mar, 2001 1 commit
-
-
monty@tik.mysql.fi authored
Fixed problem with UPDATE TABLE when keys wheren't always used.
-
- 09 Mar, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Added delayed_user for delayed_threads Don't use record cache when doing deletes
-
- 08 Mar, 2001 1 commit
-
-
monty@donna.mysql.fi 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.
-
- 05 Mar, 2001 1 commit
-
-
serg@serg.mysql.com authored
-
- 24 Dec, 2000 1 commit
-
-
monty@donna.mysql.com authored
Fixed bug in REPLACE with BDB tables Prepare for write lock on read for BDB Inform the handler when we want to use IGNORE / REPLACE New manual pages
-
- 22 Dec, 2000 1 commit
-
-
tim@cane.mysql.fi authored
-
- 08 Dec, 2000 1 commit
-
-
monty@donna.mysql.com authored
Change DROP TABLE to first drop the data, then the .frm file
-
- 07 Dec, 2000 1 commit
-
-
monty@donna.mysql.com authored
A lot of new functions for BDB tables Fix for DROP DATABASE on windows Default server_id variables
-
- 23 Nov, 2000 1 commit
-
-
monty@donna.mysql.com authored
Give warning if we are using non transactional tables and do ROLLBACK Porting of crash-me and benchmarks to FrontBase
-
- 18 Nov, 2000 2 commits
-
-
monty@donna.mysql.com authored
-
sasha@mysql.sashanet.com authored
fixed bugs in delayed insert replication and when slave loses connection after Int_var but before Query public test suite now tests replication code as well
-
- 13 Nov, 2000 1 commit
-
-
monty@tik.mysql.com authored
-
- 11 Nov, 2000 1 commit
-
-
sasha@laptop.slkc.uswest.net authored
-
- 23 Oct, 2000 1 commit
-
-
monty@donna.mysql.com authored
-
- 16 Oct, 2000 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 03 Oct, 2000 1 commit
-
-
monty@tramp.mysql.fi authored
Error on full disk on repair. SIGHUP signal handling. Update with keys on timestamp Portability fixes
-
- 16 Sep, 2000 1 commit
-
-
monty@donna.mysql.com authored
-