- 27 Oct, 2004 2 commits
-
-
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 3 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
-
guilhem@mysql.com authored
when one connection had done FLUSH TABLES WITH READ LOCK, some updates, and then COMMIT, it was accepted but my_error() was called and so, while client got no error, error was logged in binlog. We now don't call my_error() in this case; we assume the connection know what it does. This problem was specific to 4.0.21. The change is needed to make replication work with existing versions of innobackup.
-
- 09 Oct, 2004 1 commit
-
-
heikki@hundin.mysql.fi authored
Fix bug #5960: if one updated a column so that its size changed, or updated it to an externally stored (TEXT or BLOB) value, then ANOTHER externally stored column would show up as 512 bytes of good data + 20 bytes of garbage in a consistent read that fetched the old version of the row
-
- 08 Oct, 2004 1 commit
-
-
monty@mysql.com authored
(Fixed this by backporting some logic from 4.1)
-
- 07 Oct, 2004 2 commits
-
-
-
marko@hundin.mysql.fi authored
in the error monitor thread. (Bug #5898)
-
- 06 Oct, 2004 3 commits
-
-
rburnett@build.mysql.com authored
into build.mysql.com:/users/rburnett/mysql-4.0
-
monty@mysql.com authored
-
ram@gw.mysql.r18.ru authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b5733
-
- 05 Oct, 2004 2 commits
-
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.0
-
monty@mysql.com authored
Cleaned up patch for checking locks for multi-table updates
-