- 23 Apr, 2003 12 commits
-
-
unknown authored
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
-
unknown authored
into mysql.com:/home/pgulutzan/mysql-4.0
-
unknown authored
from Monty.
-
unknown authored
-
unknown authored
Enable 'LOAD LOCAL INFILE', for parity with unix binaries. include/config-win.h: Enable 'LOAD LOCAL INFILE', for parity with unix binaries. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
more detailed explanation of record header and column storage. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
unknown event' client/mysqlbinlog.cc: Task 761:'mysqlbinlog should not die when reading unknown event' The 'force-read' option has been added. sql/log_event.cc: Task 761:'mysqlbinlog should not die when reading unknown event' The'Unknown_log_event' class has been added sql/log_event.h: Task 761:'mysqlbinlog should not die when reading unknown event' The 'Unknown_log_event' class has been added.
-
unknown authored
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
-
unknown authored
-
unknown authored
-
unknown authored
Christian Hammers for providing this patch
-
unknown authored
-
- 22 Apr, 2003 9 commits
-
-
unknown authored
support-files/my-huge.cnf.sh: - removed deprecated "set-variable" keywords from options support-files/my-large.cnf.sh: - removed deprecated "set-variable" keywords from options support-files/my-medium.cnf.sh: - removed deprecated "set-variable" keywords from options support-files/my-small.cnf.sh: - removed deprecated "set-variable" keywords from options
-
unknown authored
into mysql.com:/space/my/mysql-4.0
-
unknown authored
discovering this)
-
unknown authored
Give sensible advice to the user if InnoDB notices index corruption innobase/row/row0mysql.c: Give sensible advice to the user if InnoDB notices index corruption
-
unknown authored
-
unknown authored
into eagle.mysql.r18.ru:/home/vva/work/LOADDATA_BUG/mysql-4.0
-
unknown authored
into eagle.mysql.r18.ru:/home/vva/work/LOADDATA_BUG/mysql-4.0 sql/log_event.cc: Auto merged
-
unknown authored
-
unknown authored
-
- 21 Apr, 2003 1 commit
-
-
unknown authored
No buffer pool activity in SHOW INNODB STATUS actually meant no page gets innobase/buf/buf0buf.c: No buffer pool activity in SHOW INNODB STATUS actually meant no page gets
-
- 20 Apr, 2003 1 commit
-
-
unknown authored
If HAVE_purify is defined, define UNIV_SET_MEM_TO_ZERO to eliminate Purify warnings innobase/include/univ.i: If HAVE_purify is defined, define UNIV_SET_MEM_TO_ZERO to eliminate Purify warnings
-
- 19 Apr, 2003 1 commit
-
-
unknown 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 innobase/buf/buf0buf.c: 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
-
-
unknown 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 sql/ha_innodb.cc: 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
-
unknown 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 innobase/log/log0recv.c: Use fflush to make sure report of a corrupt log record is printed to .err log before mysqld crashes sql/ha_innodb.cc: 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 sql/ha_innodb.h: 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
-
- 16 Apr, 2003 13 commits
-
-
unknown authored
Do not allow InnoDB to cache result set in HANDLER because user can use PREV and NEXT and scroll the cursor innobase/row/row0sel.c: Do not allow InnoDB to cache result set in HANDLER because user can use PREV and NEXT and scroll the cursor
-
unknown authored
Allow HANDLER PREV and NEXT also after positioning the cursor with a unique search on the primary key innobase/include/row0mysql.h: Allow HANDLER PREV and NEXT also after positioning the cursor with a unique search on the primary key innobase/row/row0mysql.c: Allow HANDLER PREV and NEXT also after positioning the cursor with a unique search on the primary key innobase/row/row0sel.c: Allow HANDLER PREV and NEXT also after positioning the cursor with a unique search on the primary key sql/ha_innodb.cc: Allow HANDLER PREV and NEXT also after positioning the cursor with a unique search on the primary key
-
unknown authored
Better fix for the ON DELETE SET NULL problem innobase/row/row0ins.c: Better fix for the ON DELETE SET NULL problem
-
unknown 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 innobase/row/row0ins.c: 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
-
unknown 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 innobase/row/row0sel.c: 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
-
unknown authored
sql/ha_myisam.cc: Flag added to turn on check sum recounting
-
unknown authored
into deer.mysql.r18.ru:/home/hf/work/mysql-4.0.erf
-
unknown authored
BitKeeper/deleted/.del-libmysql.def~29fc6d70335f1c4c: Delete: VC++Files/libmysql/libmysql.def
-
unknown authored
sql/sql_list.h: We should reset list::last here
-
unknown authored
Merge InnoDB-4.0.13; DROP FOREIGN KEY now works innobase/buf/buf0flu.c: Merge InnoDB-4.0.13; DROP FOREIGN KEY now works innobase/dict/dict0crea.c: Merge InnoDB-4.0.13; DROP FOREIGN KEY now works innobase/dict/dict0dict.c: Merge InnoDB-4.0.13; DROP FOREIGN KEY now works innobase/dict/dict0load.c: Merge InnoDB-4.0.13; DROP FOREIGN KEY now works innobase/ibuf/ibuf0ibuf.c: Merge InnoDB-4.0.13; DROP FOREIGN KEY now works innobase/include/db0err.h: Merge InnoDB-4.0.13; DROP FOREIGN KEY now works innobase/include/dict0dict.h: Merge InnoDB-4.0.13; DROP FOREIGN KEY now works innobase/include/row0ins.h: Merge InnoDB-4.0.13; DROP FOREIGN KEY now works innobase/lock/lock0lock.c: Merge InnoDB-4.0.13; DROP FOREIGN KEY now works innobase/os/os0file.c: Merge InnoDB-4.0.13; DROP FOREIGN KEY now works innobase/row/row0ins.c: Merge InnoDB-4.0.13; DROP FOREIGN KEY now works innobase/row/row0mysql.c: Merge InnoDB-4.0.13; DROP FOREIGN KEY now works innobase/row/row0sel.c: Merge InnoDB-4.0.13; DROP FOREIGN KEY now works innobase/row/row0upd.c: Merge InnoDB-4.0.13; DROP FOREIGN KEY now works innobase/srv/srv0srv.c: Merge InnoDB-4.0.13; DROP FOREIGN KEY now works innobase/ut/ut0ut.c: Merge InnoDB-4.0.13; DROP FOREIGN KEY now works sql/ha_innodb.cc: Merge InnoDB-4.0.13; DROP FOREIGN KEY now works
-
unknown authored
-
unknown authored
-
unknown authored
-
- 15 Apr, 2003 1 commit
-
-
unknown authored
into mashka.mysql.fi:/home/my/mysql-4.0
-