- 28 Apr, 2003 1 commit
-
-
greg@mysql.com authored
-
- 25 Apr, 2003 1 commit
-
-
greg@mysql.com authored
-
- 24 Apr, 2003 6 commits
-
-
greg@mysql.com authored
-
heikki@hundin.mysql.fi authored
When FLUSH LOGS is called, flush InnoDB logs to disk also in the case innodb_flush_log_at_trx_commit=0
-
heikki@hundin.mysql.fi authored
Make sure we do not do insert buffer merge in fast shutdown even if there is some buglet which increments srv_activity_counter during a shutdown
-
heikki@hundin.mysql.fi authored
Make buffer pool flush batches bigger as that may save some time if fsync is very inefficient
-
heikki@hundin.mysql.fi authored
Make ANALYZE TABLE to update index cardinality and other statistics also for an InnoDB table; note that the estimates are based on 10 random dives, not on an exhaustive read of the table
-
monty@narttu.mysql.fi authored
-
- 23 Apr, 2003 9 commits
-
-
monty@narttu.mysql.fi authored
(There was a problem on some AMD system when the floating point precision wasn't accurate enough)
-
monty@narttu.mysql.fi authored
-
peterg@mysql.com authored
into mysql.com:/home/pgulutzan/mysql-4.0
-
peterg@mysql.com authored
from Monty.
-
monty@narttu.mysql.fi authored
Added optimzation for clustered index Fixed bug in UPDATE ... ORDER BY Fixed handling of UPDATE ... LIMIT
-
mmatthew@markslaptop. authored
Enable 'LOAD LOCAL INFILE', for parity with unix binaries.
-
peterg@mysql.com authored
more detailed explanation of record header and column storage.
-
gluh@gluh.mysql.r18.ru authored
unknown event'
-
lenz@mysql.com authored
Christian Hammers for providing this patch
-
- 22 Apr, 2003 8 commits
-
-
lenz@mysql.com authored
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0
-
lenz@mysql.com authored
discovering this)
-
heikki@hundin.mysql.fi authored
Give sensible advice to the user if InnoDB notices index corruption
-
lenz@mysql.com authored
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/LOADDATA_BUG/mysql-4.0
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/LOADDATA_BUG/mysql-4.0
-
vva@eagle.mysql.r18.ru authored
-
- 21 Apr, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
No buffer pool activity in SHOW INNODB STATUS actually meant no page gets
-
- 20 Apr, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
If HAVE_purify is defined, define UNIV_SET_MEM_TO_ZERO to eliminate Purify warnings
-
- 19 Apr, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Do not set buffer pool to zero when we start up: that takes too much time for big buffer pools; Purify users must define UNIV_SET_MEM_TO_ZERO in univ.i to eliminate spurious (?) Purify warnings
-
- 18 Apr, 2003 2 commits
-
-
heikki@hundin.mysql.fi authored
Prevent crash if MySQL calls rnd_end WITOUT calling rnd_init first: only restore active_index if it the old value was pushed in rnd_init Initialize active_index to a sensible value: prevent crash if we restore it to the original value after an table scan
-
heikki@hundin.mysql.fi authored
Make InnoDB to restore old active_index value after a table scan: MySQL may assume that a scan does NOT change active_index; this partially fixes bug 241 of UPDATE ... ORDER BY ... but it still remains that MySQL actually ignores the ORDER BY for both MyISAM and InnoDB tables log0recv.c: Use fflush to make sure report of a corrupt log record is printed to .err log before mysqld crashes
-
- 16 Apr, 2003 10 commits
-
-
heikki@hundin.mysql.fi authored
Do not allow InnoDB to cache result set in HANDLER because user can use PREV and NEXT and scroll the cursor
-
heikki@hundin.mysql.fi authored
Allow HANDLER PREV and NEXT also after positioning the cursor with a unique search on the primary key
-
heikki@hundin.mysql.fi authored
Better fix for the ON DELETE SET NULL problem
-
heikki@hundin.mysql.fi authored
Fix bug: we did not allow ON DELETE SET NULL to modify the same table where the delete was made; we can allow it because that cannot produce infinite loops cascaded operations
-
heikki@hundin.mysql.fi authored
Fix crash in HANDLER PREV or NEXT if the cursor was positioned using a unique search condition on the primary key: in that case InnoDB does NOT store the cursor position for later fetch prev or next
-
hf@deer.mysql.r18.ru authored
-
hf@deer.mysql.r18.ru authored
into deer.mysql.r18.ru:/home/hf/work/mysql-4.0.erf
-
miguel@hegel.local authored
-
hf@deer.mysql.r18.ru authored
-
heikki@hundin.mysql.fi authored
Merge InnoDB-4.0.13; DROP FOREIGN KEY now works
-