- 10 Feb, 2004 1 commit
-
-
monty@mysql.com authored
-
- 09 Feb, 2004 3 commits
-
-
heikki@hundin.mysql.fi authored
Allow always DROPping of a table which is only referenced by FOREIGN KEY constraints from the same table Many files: Do not let REPLACE to perform internally an UPDATE if the table is referenced by a FOREIGN KEY: the manual says that REPLACE must resolve a duplicate key error semantically with DELETE(s) + INSERT, and not by an UPDATE; the internal update caused foreign key checks and cascaded operations to behave in a semantically wrong way
-
heikki@hundin.mysql.fi authored
Fix crash in InnoDB RENAME TABLE if 'databasename/tablename' is shorter than 5 characters (Bug #2689); reported by Sergey Petrunia
-
konstantin@mysql.com authored
alter table rename a bit more efficient in case of lower_case_table_names.
-
- 08 Feb, 2004 2 commits
-
-
heikki@hundin.mysql.fi authored
Fix bug #2167: generate foreign key id's locally for each table, in the form databasename/tablename_ibfk_number; if the user gives the constraint name explicitly remember it; these changes should ensure that foreign key id's in a slave are the same as in the master, and DROP FOREIGN KEY does not break replication sync0sync.c: UNIV_SYNC_DEBUG caused assertion in the creation of the doublewrite buffer, if we do not allow thousands of latches per thread
-
heikki@hundin.mysql.fi authored
If AUTOCOMMIT=1, then we do not need to make a plain SELECT set shared locks even on the SERIALIZABLE isolation level, because we know the transaction is read-only: a read-only transaction can always be performed on the REPEATABLE READ level, and that does not endanger the serializability
-
- 06 Feb, 2004 6 commits
-
-
konstantin@mysql.com authored
-
konstantin@mysql.com authored
into mysql.com:/home/kostja/mysql/mysql-4.0-merge
-
vva@eagle.mysql.r18.ru authored
-
konstantin@mysql.com authored
-
konstantin@mysql.com authored
-
konstantin@mysql.com authored
-
- 05 Feb, 2004 8 commits
-
-
lenz@mysql.com authored
1.5 to fix BUG#202 (update config.guess & co for MIPS architecture)
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0
-
lenz@mysql.com authored
so it gets picked up by "make dist" and updated init_file test accordingly.
-
serg@serg.mylan authored
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_2526/mysql-4.0
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_2526/mysql-4.0
-
vva@eagle.mysql.r18.ru authored
-
monty@mysql.com authored
DROP DATABASE now assumes RAID directories are in hex. (Bug #2627) Don't increment 'select_full_range' and similar statistics for EXPLAIN queries. (Bug #2506) Test in configure if pthread_key_delete() exists (to fix compile problem on SCO) (Bug #2461)
-
- 04 Feb, 2004 17 commits
-
-
lenz@mysql.com authored
(reduce the noise)
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0
-
konstantin@mysql.com authored
"CC: ERROR File = item.h, Line = 401 The identifier strtoll is undefined" (compilation failure on SGI IRIX + MIPSPro 7.41) Compilation script implemented. Tested in 32 and 64 bit mode
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
miguel@hegel.local authored
into hegel.local:/home/miguel/dev/mysql-4.0
-
miguel@hegel.local authored
into hegel.local:/home/miguel/dev/mysql-4.0
-
miguel@hegel.local authored
-
vva@eagle.mysql.r18.ru authored
(fixed bug #2526 "--init-file crashes MySQL if contains large select") Such checking usually works in send_ok, send_eof, but in this case large result causes interim flushing.
-
serg@serg.mylan authored
-
serg@serg.mylan authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
lenz@mysql.com authored
- more flexible removal of old cruft before creating the new binary distribution - more flexible globbing for the binary tarball (required for QNX, where the file name ends on *.tgz instead of .tar.gz due to file name lenght restrictions
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0
-
serg@serg.mylan authored
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.0
-
monty@mysql.com authored
-
jani@rhols221.adsl.netsonic.fi authored
from command line did not work.
-
- 03 Feb, 2004 3 commits
-
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.0
-
monty@mysql.com authored
-
lenz@mysql.com authored
binary distribution and Server RPM
-