- 12 Oct, 2004 1 commit
-
-
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
-
- 02 Oct, 2004 3 commits
-
-
into ltantony.rdg.cyberkinetica.homeunix.net:/usr/home/antony/work/bug4118
-
into ltantony.rdg.cyberkinetica.homeunix.net:/usr/home/antony/work/bug4118
-
Ensures that WRITE lock is not obtained on all tables referenced.
-
- 01 Oct, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
A fix (bug #5733: Table handler error with self-join multi-table DELETE). records.cc: A fix (bug #5733: Table handler error with self-join multi-table DELETE).
-
- 30 Sep, 2004 1 commit
-
-
joerg@mysql.com authored
-
- 29 Sep, 2004 1 commit
-
-
sergefp@mysql.com authored
* If at least one of indexes is disabled, use data file size as an estimate for key file size. * Added handling for joined tables.
-
- 27 Sep, 2004 1 commit
-
-
rburnett@build.mysql.com authored
into build.mysql.com:/users/rburnett/mysql-4.0
-
- 26 Sep, 2004 4 commits
-
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-4.0-bg4131-3
-
dlenev@mysql.com authored
using GROUP BY" Now we are setting Field_timestamp::field_length to 19 in open_table() if we are in new mode (and we are restoring it back when we are coming back to normal mode). This also should solve potential problems with some of LOAD DATA INFILE and SELECT * INTO in this mode.
-
hartmut@mysql.com authored
(part of BUG#5379)
-
hartmut@mysql.com authored
old options for include path and library settings still work for backwards compatibility (fix for BUG #5494)
-
- 25 Sep, 2004 1 commit
-
-
rburnett@build.mysql.com authored
sql_show.cc: Made change suggested by Serge. REmoved else in mysql_find_files so symlink files fall through to the wildcard check
-
- 24 Sep, 2004 1 commit
-
-
ingo@mysql.com authored
BUG#4335 - one name can be handler open'ed many times. Reworked the HANDLER functions and interface. Using a HASH to store information on open tables that survives FLUSH TABLE. HANDLER tables alias names must now be unique, though it is allowed in 4.0 to qualify them with the database name of the base table.
-