- 11 Dec, 2004 1 commit
-
-
sergefp@mysql.com authored
In Item_ref::Item_ref set maybe_null (and other fields fix_fields sets) to be the same as in (*ref), because Item_ref::fix_fields() will not be called. Previously maybe_null was 0 always and this produced a bogus state where maybe_null==0 && is_null() == true which broke evaluation for some upper-level Items, like AND and OR.
-
- 02 Dec, 2004 2 commits
-
-
jimw@mysql.com authored
insertion of new records partially failed. It would get logged because of the logic to log a partially-failed 'INSERT ... SELECT' (which can't be rolled back in non-transactional tables), but 'CREATE TABLE ... SELECT' is always rolled back on failure, even for non-transactional tables. (Bug #6682) (Original fix reimplemented after review by Serg and Guilhem.)
-
ram@gw.mysql.r18.ru authored
-
- 30 Nov, 2004 1 commit
-
-
guilhem@mysql.com authored
two-line fix for BUG#6732 "FLUSH TABLES WITH READ LOCK + COMMIT makes next FLUSH...LOCK hang forever" (originally reported as "second run of innobackup hangs forever and can even hang server"). Plus testcase for the bugfix and comments about global read locks.
-
- 26 Nov, 2004 2 commits
-
-
marko@hundin.mysql.fi authored
srv_lock_timeout_and_monitor_thread(): write to srv_monitor_file only if --innodb_status_file=1
-
monty@mysql.com authored
(Cleanups and better bug fixes)
-
- 25 Nov, 2004 4 commits
-
-
timour@mysql.com authored
into mysql.com:/home/timka/mysql/src/4.0-master
-
timour@mysql.com authored
-
mats@mysql.com authored
into mysql.com:/space/bk/b6148-mysql-4.0
-
mats@mysql.com authored
slave SQL thread is started.
-
- 24 Nov, 2004 1 commit
-
-
joerg@mysql.com authored
-
- 23 Nov, 2004 1 commit
-
-
joerg@mysql.com authored
to run the standard tests with "--force" (default, can be switched off).
-
- 22 Nov, 2004 4 commits
-
-
serg@serg.mylan authored
-
serg@serg.mylan authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
bug#6705 - (+trunc1* +trunc2*) fulltext.test, fulltext.result: bug#6705
-
- 19 Nov, 2004 1 commit
-
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-4.0-bg6439
-
- 18 Nov, 2004 1 commit
-
-
guilhem@mysql.com authored
When mysqlbinlog prints LOAD DATA INFILE, let it print the thread id. Some customer would have benefited much from this in his recovery. All this change does is adding one commented (#) line before the LOAD DATA command, so it is quite innocuous.
-
- 17 Nov, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 16 Nov, 2004 1 commit
-
-
heikki@hundin.mysql.fi authored
Fix InnoDB bug #6287: if one uses INSERT IGNORE to insert several rows at a time, and the first inserts are ignored because of a duplicate key collision, then InnoDB in a replication slave assigns AUTO_INCREMENT values 1 bigger than in the master
-
- 15 Nov, 2004 1 commit
-
-
dlenev@mysql.com authored
values for too big argument". Added range checking for from_unixtime() argument, cleaned up code a bit.
-
- 12 Nov, 2004 4 commits
-
-
serg@serg.mylan authored
were stopping at docid 0xffffffff
-
paul@kite-hub.kitebird.com authored
Add -acc flag for texi2html to handle accented characters.
-
jani@ua141d10.elisa.omakaista.fi authored
-
ram@gw.mysql.r18.ru authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b6564
-
- 11 Nov, 2004 4 commits
-
-
acurtis@pcgem.rdg.cyberkinetica.com authored
Prevent creation of a row which grants no rights Test included
-
-
ram@gw.mysql.r18.ru authored
-
-
- 10 Nov, 2004 3 commits
-
-
paul@kite-hub.kitebird.com authored
into kite-hub.kitebird.com:/src/extern/MySQL/bk/mysql-4.0
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
When we are writing a transaction to the binlog, we log BEGIN/COMMIT with zero error code. Example: all statements of trans succeeded, connection lost and so implicit rollback: we don't want ER_NET* errors to be logged in the BEGIN/ROLLBACK events, while statement events have 0. If there was really a serious error code, it's already in the statement events.
-
- 09 Nov, 2004 1 commit
-
-
paul@kite-hub.kitebird.com authored
Revise the --hex-blob help message string. (This will need revising after merge to 4.1, too, but the CHAR BINARY and VARCHAR BINARY data types will be BINARY and VARBINRY.)
-
- 08 Nov, 2004 1 commit
-
-
bar@mysql.com authored
Adding a prototype for the new function.
-
- 05 Nov, 2004 6 commits
-
-
--defaults-extra-file option.
-
into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.0
-
my.cnf from the default directories.
-
bar@mysql.com authored
Dump VARCHAR(n) BINARY in HEX if --hex-blob too.
-
joerg@mysql.com authored
this is important because this 4.0 "Bootstrap" is the one generally used on host "build".
-
bar@mysql.com authored
Backport --hex-blob to 4.0
-