- 16 Dec, 2004 4 commits
-
-
joerg@mysql.com authored
into mysql.com:/M40/mysql-4.0
-
joerg@mysql.com authored
-
timour@mysql.com authored
-
timour@mysql.com authored
-
- 13 Dec, 2004 1 commit
-
-
marko@hundin.mysql.fi authored
dict_load_table(): detect the new table format of MySQL 5.0.3
-
- 11 Dec, 2004 3 commits
-
-
sergefp@mysql.com authored
into mysql.com:/dbdata/psergey/mysql-4.0-bug6976
-
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.
-
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 3 commits
-
-
acurtis@pcgem.rdg.cyberkinetica.com authored
Prevent creation of a row which grants no rights Test included
-
-
ram@gw.mysql.r18.ru authored
-