- 19 Oct, 2004 2 commits
-
-
paul@ice.snake.net authored
Add note to mysql_hex_string() comment.
-
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 11 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
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.0
-
hf@deer.(none) authored
Recusive part leads to stack overflow
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/k/mysql-4.0
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/k/mysql-4.0
-
Sinisa@sinisa.nasamreza.org authored
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
-
Sinisa@sinisa.nasamreza.org authored
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.0
-
joerg@mysql.com authored
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.0-bug4286
-
- 04 Oct, 2004 5 commits
-
-
rburnett@build.mysql.com authored
Original code was checking ! unix_socket for local_file flag. This doesn't work and so was removed. Now to import a local file, you must use the --local command line option. mysqlimport.c: Removed check of unix_socket to set local_file
-
vva@eagle.mysql.r18.ru authored
Bug #5492 "set @@session.read_rnd_buffer_size=33554432" crashes server on query 1. added warning comments for uint3korr (need one more byte allocated) 2. unsigned long in uint3korr was replaced by unsigned int to avoid problems on 64-bits platforms 3. shorten warning comments in init_rr_cache in sql/records.cc
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_5492/mysql-4.0
-
marko@hundin.mysql.fi authored
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/k/mysql-4.0
-
- 03 Oct, 2004 1 commit
-
-
dellis@goetia.(none) authored
BUG #5731 Restrict key_buffer_size to 4GB on 64 bit platforms
-