- 04 Nov, 2004 1 commit
-
-
joerg@mysql.com authored
in the source tar-ball for distribution. This is done by using the "DISTFILES" macro in a new "Docs/Images/Makefile". As the source BK tree does not contain these files, they are copied from the "mysqldocs" tree at release build time. This changeset relies on "bk commit - mysqldoc tree (joerg:1.2276)" of today.
-
- 01 Nov, 2004 1 commit
-
-
joerg@mysql.com authored
which is needed for Netware ports.
-
- 31 Oct, 2004 1 commit
-
-
heikki@hundin.mysql.fi authored
Fix bug #3478: InnoDB's FOREIGN KEY tables treated table and database names as case-insensitive; RENAME TABLE t to T would hang in an endless loop if t had a foreign key constraint defined on it dict0dict.c: Fix bug #3478: InnoDB's FOREIGN KEY tables treated table and database names as case-insensitive; RENAME TABLE t to T would hang in an endless loop if t had a foreign key constraint defined on it; fix also a hang that would occur if one tried in ALTER TABLE or RENAME TABLE to create a foreign key constraint name that collided with another existing name
-
- 29 Oct, 2004 1 commit
-
-
lenz@mysql.com authored
- tagged ChangeSet@1.2048.1.2 as "mysql-4.0.22"
-
- 28 Oct, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
close table before next iteration of table proccesing in mysql_admin_table (to allow open next table)
-
- 27 Oct, 2004 7 commits
-
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0
-
lenz@mysql.com authored
(backports from fixes made in 4.1)
-
paul@kite-hub.kitebird.com authored
Updated version of texi2html so that 4.0.22 HTML manual doesn't turn out all goofy.
-
joerg@mysql.com authored
into mysql.com:/M40/mysql-4.0
-
monty@mysql.com authored
-
joerg@mysql.com authored
without trying to re-run autotools. (Backport from 4.1.7 for 4.0.22)
-
marko@hundin.mysql.fi authored
-
- 24 Oct, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-4.0
-
- 22 Oct, 2004 5 commits
-
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-qc-4.0
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-4.0
-
dlenev@mysql.com authored
crashes server" (in 4.0 we fix only connection stalling in case of error, crash itself is fixed in 4.1, the test case for this code is also there).
-
heikki@hundin.mysql.fi authored
Add typecast from ulint to ssize_t in pread and pwrite, so that the type is according to the Linux man page; this will probably not help to fix the HP-UX 32-bit pwrite failure, since the compiler should do the appropriate typecasts anyway
-
- 21 Oct, 2004 2 commits
-
-
heikki@hundin.mysql.fi authored
Fix bug #5961: release the dictionary latch during a long cascaded FOREIGN KEY operation, so that we do not starve other users
-
bell@sanja.is.com.ua authored
-
- 20 Oct, 2004 3 commits
-
-
monty@mysql.com authored
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.0
-
monty@mysql.com authored
Rename innodb_table_locks_old_behavior -> innodb_table_locks Set innodb_table_locks to off by default to get same behaviour as in MySQL 4.0.20 (This means that Innodb ignore table locks by default, which makes it easier to combine MyISAM and InnoDB to simulate a transaction)
-
- 19 Oct, 2004 4 commits
-
-
heikki@hundin.mysql.fi authored
test
-
paul@ice.snake.net authored
Add note to mysql_hex_string() comment.
-
bell@sanja.is.com.ua authored
-
bar@mysql.com authored
New function mysql_hex_string()
-
- 17 Oct, 2004 2 commits
-
-
dellis@goetia.(none) authored
into goetia.(none):/home/dellis/mysqlab/bk/mysql-4.0
-
dellis@goetia.(none) authored
BUG #5731 key_buffer_size not properly restricted to 4GB; use UINT_MAX32 for clarity.
-
- 16 Oct, 2004 2 commits
-
-
hartmut@mysql.com authored
into mysql.com:/home/hartmut/projects/mysql/dev/4.0
-
paul@ice.snake.net authored
Change parsing of @image argument.
-
- 15 Oct, 2004 2 commits
-
-
hartmut@mysql.com authored
so lets get rid of it (Bug #6112)
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/k/mysql-4.0
-
- 14 Oct, 2004 2 commits
-
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.0-bug5625
-
ingo@mysql.com authored
Added a try to a normal repair() if repair_by_sort() failed. This was not done with ENABLE KEYS and OPTIMIZE TABLE. Fixed error code handling in mysql_alter_table().
-
- 13 Oct, 2004 1 commit
-
-
marko@hundin.mysql.fi authored
innodb_table_locks_old_behavior: do not acquire an InnoDB table lock for LOCK TABLES, as in mysql-4.0.18 and earlier.
-
- 12 Oct, 2004 2 commits
-
-
heikki@hundin.mysql.fi authored
Change error code to HA_ERR_ROW_IS_REFERENCED if we cannot DROP a parent table referenced by a FOREIGN KEY constraint; this error number is less misleading than the previous value HA_ERR_CANNOT_ADD_FOREIGN, but misleading still; we should introduce to 5.0 a proper MySQL error code
-
heikki@hundin.mysql.fi authored
into hundin.mysql.fi:/home/heikki/mysql-4.0
-
- 11 Oct, 2004 2 commits
-
-
sergefp@mysql.com authored
into mysql.com:/mnt/tmp/mysql-4.0-bug-myisampack
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-