An error occurred fetching the project authors.
- 08 Nov, 2002 1 commit
-
-
serg@serg.mysql.com authored
also for InnoDB that supports CHECK table but not REPAIR
-
- 07 Nov, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Let MySQL 4.0 read 4.1 .frm files without 4.1 specific extensions New variables @@rand_seed1 and @@rand_seed2 (used by replication) DROP TEMPORARY TABLE
-
- 29 Oct, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed reference to freed memory in acl_init()/grant_init() Fixed possible memory leak. (Could only happen in very strange circumstances) Fixed bug in ALTER TABLE with BDB tables Updated mysql-test for valgrind
-
- 23 Oct, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 21 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Added missing mutex-lock around critical section in GRANT handling.
-
- 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.
-
- 19 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Small optimization to not do external locking of temporary MyISAM tables.
-
- 16 Sep, 2002 2 commits
-
-
monty@mashka.mysql.fi authored
Fixed bug in SELECT ... ORDER BY ... LIMIT Fixed bug in ALTER TABLE and RENAME TABLE with --lower-case-table-names Fixed hang when using --with-openssl
-
monty@mashka.mysql.fi authored
-
- 11 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Improve mysql-test to be more robust. Fix that GRANT doesn't delete SSL options Change innobase_flush_log_at_trx_commit to uint. Don't rotate logs if we read a rotate log entry from the master.
-
- 10 Sep, 2002 1 commit
-
-
serg@sergbook.mysql.com authored
-
- 03 Sep, 2002 3 commits
-
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
Better fix for ALTER TABLE on BDB tables (Both of the above fixes are already in 4.0)
-
monty@mashka.mysql.fi authored
Check if AND/OR expression can be NULL; Fixed bug in GROUP BY and-or-expression where expression could be NULL Bug fix for SHOW OPEN TABLES when user didn't have privilege to access all open tables. Better fix for ALTER TABLE on BDB tables.
-
- 01 Sep, 2002 1 commit
-
-
serg@serg.mysql.com authored
test for REPAIR ... USE_FRM added
-
- 28 Aug, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 08 Aug, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Lots of code fixes to the replication code (especially the binary logging and index log file handling) Fixed bugs in my last changeset that made MySQL hard to compile. Added mutex around some data that could cause table cache corruptions when using OPTIMIZE TABLE / REPAIR TABLE or automatic repair of MyISAM tables. Added mutex around some data in the slave start/stop code that could cause THD linked list corruptions Extended my_chsize() to allow one to specify a filler character. Extend vio_blocking to return the old state (This made some usage of this function much simpler) Added testing for some functions that they caller have got the required mutexes before calling the function. Use setrlimit() to ensure that we can write core file if one specifies --core-file. Added --slave-compressed-protocol Made 2 the minimum length for ft_min_word_len Added variables foreign_key_checks & unique_checks. Less logging from replication code (if not started with --log-warnings) Changed that SHOW INNODB STATUS requre the SUPER privilege More DBUG statements and a lot of new code comments
-
- 05 Aug, 2002 1 commit
-
-
monty@narttu.mysql.fi authored
This should fix some possible table cache corruptions when doing OPTIMIZE or REPAIR table when other threads are opening new tables.
-
- 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
-
- 09 Jul, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
I wish I had connection stop / start so that I could have made a test case.
-
- 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.
-
- 03 Jun, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Added syntax for column comments (for compability with 4.1) Fix of ALTER TABLE RENAME
-
- 16 May, 2002 1 commit
-
-
serg@sergbook.mysql.com authored
-
- 28 Apr, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 12 Apr, 2002 1 commit
-
-
monty@tik.mysql.fi authored
Split handler->option_flag() to handler->table_flags() and handler->index_flags()
-
- 22 Mar, 2002 2 commits
-
-
bell@sanja.is.com.ua authored
-
serg@serg.mysql.com authored
-
- 15 Mar, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 11 Feb, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 07 Feb, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fix of InnoDB variables in SHOW VARIABLES Fix for ALTER TABLE and InnoDB
-
- 18 Jan, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 05 Jan, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fix for new bug in CREATE TABLE when sorting keys.
-
- 02 Jan, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fixes for building MySQL with gcc 3.0 Added SIGNED / UNSIGNED casts Fixed core dump bug in net_clear() with libmysqld. Back to using semaphores in query cache. Added 'Null' and 'Index_type' to SHOW INDEX.
-
- 29 Dec, 2001 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
creates proper column types, out of any function, expression or from other tables.
-
- 23 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fix problem with query cache and database names
-
- 21 Dec, 2001 1 commit
-
-
serg@serg.mysql.com authored
HA_NO_FULLTEXT_KEY property -> HA_CAN_FULLTEXT
-
- 06 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
-
- 05 Dec, 2001 2 commits
-
-
monty@hundin.mysql.fi authored
-
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
-