- 11 Dec, 2004 1 commit
-
-
sergefp@mysql.com authored
Call mark_as_null_row in join_read_const and join_read_system.
-
- 10 Dec, 2004 2 commits
-
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/k/mysql-4.0
-
heikki@hundin.mysql.fi authored
Fix for the 0xA0 character problem in the InnoDB FOREIGN KEY parser: if my_isspace() treats 0xA0 as space, then let InnoDB do the same; this might break some multi-byte charset id's, though for big5, ujis, sjis this seems not to change the current behavior (I checked the tables in /share/charsets); this fix must NOT be merged to 4.1 because in 4.1 everything is in UTF-8
-
- 09 Dec, 2004 1 commit
-
-
marko@hundin.mysql.fi authored
srv_printf_innodb_monitor(): Removed extraneous rewind() call. The caller of this function calls rewind() if necessary. In this way, we avoid rewind()ing stderr in srv_lock_timeout_and_monitor_thread().
-
- 07 Dec, 2004 2 commits
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
-
- 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 1 commit
-
-
--defaults-extra-file option.
-