vva@eagle.mysql.r18.ru
dc3f0a21db
Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into eagle.mysql.r18.ru:/home/vva/work/BUG_2898/mysql-4.0
2004-02-13 02:28:56 +04:00
vva@eagle.mysql.r18.ru
da662e9d84
Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0
...
into eagle.mysql.r18.ru:/home/vva/work/BUG_2898/mysql-4.0
2004-02-13 02:25:50 +04:00
vva@eagle.mysql.r18.ru
5b369431f1
fixed copying of color in SEL_ARG::clone (fixed bug #2968 )
2004-02-12 23:45:39 +04:00
lenz@mysql.com
0588ac7736
- Replaced obsolete "Copyright" field with "License" in the RPM spec file
2004-02-12 17:12:08 +01:00
lenz@mysql.com
4e42ac4f9e
- fixed broken shellcode
2004-02-12 16:51:52 +01:00
lenz@mysql.com
b8866d929d
- always use CXX=gcc (not only when using gcc 3) to avoid a dependency
...
on libstdc++ and exceptions
2004-02-12 15:53:47 +01:00
monty@mysql.com
efb134f3a8
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/my/mysql-4.0
2004-02-10 12:27:30 +01:00
monty@mysql.com
2d2f7f89ff
Export CXX and AR to make it easier to invoke other configure scripts with same options.
2004-02-10 12:27:14 +01:00
konstantin@mysql.com
66beeed662
compile-irix-mips64-mipspro addded to the source distribution
2004-02-10 14:17:55 +03:00
monty@mysql.com
079edf3313
Code cleanups
2004-02-10 12:03:08 +01:00
heikki@hundin.mysql.fi
d9790a406c
row0mysql.c:
...
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
2004-02-09 23:57:29 +02:00
heikki@hundin.mysql.fi
d2d1e6f726
row0mysql.c:
...
Fix crash in InnoDB RENAME TABLE if 'databasename/tablename' is shorter than 5 characters (Bug #2689 ); reported by Sergey Petrunia
2004-02-09 18:56:39 +02:00
konstantin@mysql.com
3d039e4986
follow-up to bug #2628 : attempt to make
...
alter table rename a bit more efficient in case of
lower_case_table_names.
2004-02-09 14:29:31 +03:00
heikki@hundin.mysql.fi
836e0b057a
Many files:
...
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
2004-02-09 01:32:00 +02:00
heikki@hundin.mysql.fi
d7b9d5c9e8
ha_innodb.cc:
...
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
2004-02-08 12:53:31 +02:00
konstantin@mysql.com
58de60e940
Delete: COPYING.LIB
2004-02-06 19:57:13 +03:00
konstantin@mysql.com
cfcc5a5b29
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/kostja/mysql/mysql-4.0-merge
2004-02-06 19:57:12 +03:00
vva@eagle.mysql.r18.ru
0333f7b10f
fixed bug #1378 "mysqlbinlog for remote host is broken"
2004-02-06 20:57:11 +04:00
konstantin@mysql.com
8090b61fcb
3.23 -> 4.0 merge: after merge fixes
2004-02-06 16:40:44 +03:00
konstantin@mysql.com
2a4cfe8b4f
merge 3.23 -> 4.0, 2003/02/06
2004-02-06 15:23:41 +03:00
konstantin@mysql.com
2093624a73
Fix for bug #2628 "ALTER TABLE destroys table and reports success"
2004-02-06 14:28:57 +03:00
lenz@mysql.com
650580698f
- updated config.guess, config.sub and ltmain.sh with versions from libtool
...
1.5 to fix BUG#202 (update config.guess & co for MIPS architecture)
2004-02-06 00:58:15 +01:00
lenz@mysql.com
05d3ba0907
Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0
2004-02-05 23:37:54 +01:00
lenz@mysql.com
e306876fe1
- renamed mysql-test/t/init_file.sql to mysql-test/std_data/init_file.dat
...
so it gets picked up by "make dist" and updated init_file test accordingly.
2004-02-05 23:36:54 +01:00
serg@serg.mylan
2a45f3ee16
include atomic.h in extern "C" mode
2004-02-05 23:13:04 +01:00
vva@eagle.mysql.r18.ru
d0754dd720
Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into eagle.mysql.r18.ru:/home/vva/work/BUG_2526/mysql-4.0
2004-02-05 18:14:39 +04:00
vva@eagle.mysql.r18.ru
128751d3f7
Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0
...
into eagle.mysql.r18.ru:/home/vva/work/BUG_2526/mysql-4.0
2004-02-05 17:53:46 +04:00
vva@eagle.mysql.r18.ru
fedeafaef0
code cleanup
2004-02-05 17:52:41 +04:00
monty@mysql.com
7df839e757
Added testing of pthread_key_delete (to fix compile problem on SCO) (Bug #2461 )
...
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 )
2004-02-05 09:12:23 +01:00
lenz@mysql.com
13b092d3fe
- don't add merge ChangeSets to the Changelog in Bootstrap
...
(reduce the noise)
2004-02-04 21:26:52 +01:00
lenz@mysql.com
06899872cb
Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0
2004-02-04 20:46:59 +01:00
konstantin@mysql.com
b73b0f7886
Fix for bug #2214 :
...
"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
2004-02-04 20:51:26 +03:00
serg@serg.mylan
9e4a9f5cc5
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2004-02-04 18:51:25 +01:00
miguel@hegel.local
19dccbe38e
Merge miguel@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into hegel.local:/home/miguel/dev/mysql-4.0
2004-02-04 13:51:24 -04:00
miguel@hegel.local
48fa5b233c
Merge miguel@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into hegel.local:/home/miguel/dev/mysql-4.0
2004-02-04 13:48:25 -04:00
miguel@hegel.local
108a7eabb6
For to export the right functions with changes done from 4.0.16
2004-02-04 13:39:01 -04:00
vva@eagle.mysql.r18.ru
7769e5a677
added checking for bootstrap in select_send::send_data
...
(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.
2004-02-04 21:35:20 +04:00
serg@serg.mylan
069f6892f7
beautify SHOW INDEX
2004-02-04 17:42:18 +01:00
serg@serg.mylan
5d4077cc0b
clarify -F help text a bit
2004-02-04 16:50:33 +01:00
serg@serg.mylan
6595862fa9
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2004-02-04 16:21:24 +01:00
lenz@mysql.com
b0e641b7b5
Some small enhancements for Do-compile:
...
- 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
2004-02-04 14:16:36 +01:00
lenz@mysql.com
2fa7447a16
Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0
2004-02-04 12:44:34 +01:00
serg@serg.mylan
29f522aec2
disabled atof() test as non-portable
2004-02-04 09:59:18 +01:00
monty@mysql.com
496f340060
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/my/mysql-4.0
2004-02-04 09:51:28 +01:00
monty@mysql.com
f7e65a7620
Fixed problem with range optimization over overlapping ranges ( #2448 )
2004-02-04 09:51:13 +01:00
jani@rhols221.adsl.netsonic.fi
6e188089ce
Fixed a bug in slave-compressed-protocol. Using this option
...
from command line did not work.
2004-02-04 10:48:42 +02:00
monty@mysql.com
5d7ffa49ec
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/my/mysql-4.0
2004-02-04 00:29:34 +01:00
monty@mysql.com
d05f923862
Ensure that wait_timeout doesn't overflow on windows. (Bug #2400 )
2004-02-04 00:28:58 +01:00
lenz@mysql.com
9736c9c457
- renamed myisam/ft_dump to myisam/mysam_ftdump and added it to the
...
binary distribution and Server RPM
2004-02-03 22:25:02 +01:00
serg@serg.mylan
06759f78d1
extra newline removed
2004-02-03 21:15:20 +01:00