An error occurred fetching the project authors.
- 14 Dec, 2003 1 commit
-
-
monty@mysql.com authored
Don't dump data for MRG_ISAM or MRG_MYISAM tables. (Bug #1846) Ensure that 'lower_case_table_names' is always set on case insensitive file systems. (Bug #1812) One can now configure MySQL as windows service as a normal user. (Bug #1802) Database names is now compared with lower case in ON clause when lower_case_table_names is set. (Bug #1736) IGNORE ... LINES option didn't work when used with fixed length rows. (Bug #1704) Change INSERT DELAYED ... SELECT... to INSERT .... SELECT (Bug #1983) Safety fix for service 'mysql start' (Bug #1815)
-
- 24 Sep, 2003 2 commits
-
-
guilhem@mysql.com authored
-
guilhem@mysql.com authored
"If LOAD DATA INFILE 'small_file' fails on master, slave leaves temp files" (the bug is in the master)
-
- 27 Aug, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Change metadata info so that that MIN() and code MAX() reports that they can return NULL. Bug #324
-
- 22 Aug, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Move test that uses many tables (in query_cache.test) to separate test so that we can get it 'skipped' instead of 'failed' on system where we can't open many files.
-
- 20 Aug, 2003 1 commit
-
-
guilhem@mysql.com authored
"LOAD DATA INFILE is badly filtered by binlog-*-db rules". There will probably be a second final one to merge Dmitri's changes to rpl_log.result and mine. 2 new tests: rpl_loaddata_rule_m : test of logging of LOAD DATA INFILE when the master has binlog-*-db rules, rpl_loaddata_rule_s : test of logging of LOAD DATA INFILE when the slave has binlog-*-db rules and --log-slave-updates.
-
- 14 Jul, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Changed is_open() to work as before. Added back inited argument to LOG
-
- 11 Jul, 2003 1 commit
-
-
guilhem@mysql.com authored
a safer way of initing the mutexes in MYSQL_LOG. is_open() is now always thread-safe. See each file for details.
-
- 25 Apr, 2003 1 commit
-
-
greg@mysql.com authored
-
- 26 Feb, 2003 2 commits
-
-
monty@narttu.mysql.fi authored
-
Sinisa@sinisa.nasamreza.org authored
command: load data infile 'filename' into table db.table;
-
- 14 Feb, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 14 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Allocate bigger default thread stack because of problems with glibc Fixed bug in UPDATE ... not_null_field=expression_that_returns_null Fixed bug in replication when using auto_increment and LOAD DATA INFILE
-
- 09 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed problem with replication LOAD DATA INFILE when using --old-rpl-compat. When executing on master LOAD DATA and InnoDB failed with 'table full' error the binary log was corrupted.
-
- 13 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 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
-
- 18 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
This fixes a bug when doing multi-row inserts on table with an auto_increment key that is not in the first key segment.
-
- 21 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
More DBUG info for replication Better error messages from replication Fixed bug in replication code when connecting to 'localhost' (time was not released properly) Block ALARM signal on Linux for signal handler thread (Fixes problem with running mysqld with --debug) Removed warning when setting an AUTO_INCREMENT field to NULL
-
- 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
-
- 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.
-
- 21 Mar, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fix for Solaris and gethostbyname_r
-
- 13 Feb, 2002 1 commit
-
-
monty@tik.mysql.fi authored
-
- 07 Feb, 2002 1 commit
-
-
sasha@mysql.sashanet.com authored
fixed bug in LOAD DATA FROM MASTER fixed rpl000001.result Slave now replicates 3.23 master, with the exception of LOAD DATA INFILE, which is still buggy. Will push this one after the pull/merge
-
- 06 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
-
- 28 Nov, 2001 1 commit
-
-
monty@bitch.mysql.fi authored
-
- 06 Nov, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Cleanup typos (like SKIPP -> SKIP)
-
- 23 Oct, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
removal of duplicate code in mf_iocache.cc work on failsafe replication work on SEQ_READ_APPEND io cache
-
- 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
-
- 28 Aug, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fix for lower case filenames
-
- 21 Aug, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fix bug in isamlog Add argument types to function declarations.
-
- 03 Aug, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
Stop event and bugs the test suite could not catch Did some big restructuring of binlog event classes - most important change is that now each event class has exec_event method and one does not need to modify slave core code to add a new event. Slave code is now much smaller and easier to read
-
- 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
-
- 21 Mar, 2001 1 commit
-
-
monty@tik.mysql.fi authored
Fixed problem with UPDATE TABLE when keys wheren't always used.
-
- 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
-
- 08 Dec, 2000 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 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
-
- 28 Nov, 2000 1 commit
-
-
monty@donna.mysql.com authored
Run bootstrap in separate thread Fix bug in FLUSH TABLES table_name
-
- 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
-
- 13 Nov, 2000 1 commit
-
-
monty@tik.mysql.com authored
-
- 25 Sep, 2000 1 commit
-
-
monty@tramp.mysql.fi authored
reading from FIFO, fixes for FULLTEXT, @@IDENTITY
-