monty@mysql.com
9252656d49
merge with 4.0
2004-11-12 11:17:53 +02:00
joerg@mysql.com
5e2b6e3035
Change "Bootstrap" so that it will not fail on BK source trees of other versions;
...
this is important because this 4.0 "Bootstrap" is the one generally used on host "build".
2004-11-05 15:22:03 +01:00
joerg@mysql.com
cb0bd6f57d
The files stored in "Docs/Images" within the "mysqldocs" BK tree must be included
...
in the source tar-ball for distribution. This is done by using the "DISTFILES" macro
in a new "Docs/Images/Makefile". As the source BK tree does not contain these files,
they are copied from the "mysqldocs" tree at release build time.
This changeset relies on "bk commit - mysqldoc tree (joerg:1.2276)" of today.
2004-11-04 11:18:12 +01:00
joerg@mysql.com
cee5d36be8
Change 'Build-tools/mysql-copyright' to ensure the receiving machines will build
...
without trying to re-run autotools.
(Backport from 4.1.7 for 4.0.22)
2004-10-27 17:54:10 +02:00
joerg@mysql.com
c6bfad8de1
Change 'Build-tools/mysql-copyright' to ensure the receiving machines will build
...
without trying to re-run autotools.
2004-10-25 22:15:45 +02:00
monty@mysql.com
62f3cd6a31
Merge with 4.0 for 4.1 release
...
Noteworthy:
- New HANDLER code
- New multi-update-grant-check code
- Table lock code in ha_innodb.cc was not applied
2004-10-06 19:14:33 +03:00
joerg@mysql.com
87a8e833ae
When coyright text is changed, autotools must be run after all
...
other actions, as otherwise timestamps of "config.h.in" will
cause re-run on compilation machine (fatal version problem!).
2004-09-20 17:58:11 +02:00
lenz@mysql.com
42419a875a
- two small fixups for the mysql-copyright scripts: remove the
...
autom4te.cache directory and update the headers of the message files.
2004-09-09 17:00:46 +02:00
monty@mysql.com
054cea4ca8
Merge with 4.0
2004-09-01 04:12:09 +03:00
mwagner@here.mwagner.org
3f0f1a4fb2
Do-compile:
...
Remove --warnings for mysql-test-run. Devs don't use it, and Serg says it's not needed anymore.
2004-08-31 13:29:28 -05:00
monty@mysql.com
7abae83300
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/my/mysql-4.1
2004-08-31 16:53:25 +03:00
monty@mysql.com
6adaff23a4
Review of new pushed code (Indentation fixes and simple optimizations)
...
Use 'mysqltest' as test database instead of test_$1 or test1,test2 to not accidently delete an important database
Safety fix for mailformed MERGE files
2004-08-31 14:35:04 +03:00
mwagner@here.mwagner.org
0cde6e4dcb
Do-compile:
...
Remove --warnings for mysql-test-run. Devs don't use it, and Serg says it's not needed anymore.
2004-08-26 16:44:01 -05:00
lenz@mysql.com
2ed54c12e5
- fixed brain fart in Bootrap - it never actually caught failures
...
when pulling BK trees before.
2004-08-26 19:57:32 +02:00
serg@serg.mylan
8f2d92c56a
manually merged
2004-08-24 17:24:23 +02:00
lenz@mysql.com
89fcb8ee41
- make sure to recreate all autoconf/automake-related files after
...
modifying configure.in for the commercial tarballs
- added my-innodb-heavy-4G.cnf to the distribution
2004-08-24 13:51:28 +02:00
mysqldev@mysql.com
325ea1b991
mysql-copyright:
...
Fixed it to work, added function to fix include/mysql_version.h LICENSE tag from GPL to Commercial
2004-08-21 00:02:45 +02:00
serg@serg.mylan
e1237cbc53
manually merged
2004-08-18 19:57:55 +02:00
lenz@mysql.com
46ddf8f702
- fixed Log file naming in Boostrap
2004-08-11 23:01:08 +02:00
lenz@mysql.com
cc89f70dfa
Bootstrap enhancements:
...
- Changed the default log file name to Bootstrap-<repository>.log
(e.g. Bootstrap-mysql-4.0.log) (thanks to Joerg for the hint)
- added option "--archive-log" to automatically move the log file
into the Log directory of the exported tree
2004-08-11 22:03:12 +02:00
lenz@mysql.com
1097805cf2
- rename: EXCEPTIONS->EXCEPTIONS-CLIENT
2004-08-05 17:05:11 +02:00
lenz@mysql.com
e5cb60dcaa
- applied the required changes to create the FOSS License exception
...
file "EXCEPTIONS" and include it in the source and binary
distributions
2004-08-05 01:54:04 +02:00
lenz@mysql.com
9d987304fa
- added option "--bundled-zlib" to compile using the included
...
compression library
2004-08-03 02:36:21 +02:00
serg@serg.mylan
1f0cd873c5
manual merged (blame me!)
2004-07-20 00:53:24 +02:00
lenz@mysql.com
80b363bca0
- Fixed a previous modification to the MySQL Startup Item for
...
Mac OS X: the name of the startup script itself must match the
name of the subdirectory it's located in. Changed MySQL->MySQLCOM
in the Do-pkg script and renamed the file in BK. (Thanks to Bryan
McCormack for reporting this)
2004-07-13 22:11:33 +02:00
lenz@mysql.com
894142b66e
- Move checking of the MD5 checksumming to the correct place
...
- fix calling of my_md5sum
2004-07-13 21:03:30 +02:00
monty@mysql.com
064b8b8f65
Merge with 4.0 to get bug fixes
2004-07-09 02:29:28 +03:00
mwagner@here.mwagner.org
63e5c254ac
Do-compile:
...
Call my_md5sum with path
2004-07-08 16:16:37 -05:00
mwagner@here.mwagner.org
ec5bb4695c
Do-compile:
...
Added support for MD5 verification of file transfers
2004-07-08 13:51:18 -05:00
mwagner@here.mwagner.org
9adba28a8d
Merge here.mwagner.org:/Volumes/BK/mysql-4.0
...
into here.mwagner.org:/Volumes/BK/mysql-4.0-work
2004-07-07 16:29:10 -05:00
mwagner@here.mwagner.org
c5e6ebc6b6
my_md5sum:
...
Exit properly
2004-07-07 16:28:07 -05:00
mwagner@here.mwagner.org
199d4f15d6
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into here.mwagner.org:/Volumes/BK/mysql-4.0
2004-07-01 14:55:23 -05:00
mwagner@here.mwagner.org
6cd34875cf
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into here.mwagner.org:/Volumes/BK/mysql-4.1
2004-07-01 14:48:58 -05:00
mwagner@here.mwagner.org
4ba6a73d54
Merge here.mwagner.org:/Volumes/BK/mysql-4.1
...
into here.mwagner.org:/Volumes/BK/mysql-4.1-work
2004-06-30 23:31:33 -05:00
mwagner@here.mwagner.org
35b512f079
mysql-copyright:
...
Fix for the condition when "the_fat" doesn't end with 'dnl\n', but ')\n'.
2004-06-30 23:29:47 -05:00
mwagner@here.mwagner.org
1adf2aacc6
my_md5sum:
...
Added code to use locally installed perl modules first
2004-06-29 02:13:24 -05:00
monty@mysql.com
b1d08ba2b4
Merge with 4.0 to get the latest bug patches to 4.1
2004-06-25 20:13:05 +03:00
mwagner@here.mwagner.org
81c0732a45
logger.pm, Bootstrap:
...
Updates for output enhanced Bootstrap
2004-06-24 12:22:48 -05:00
lenz@mysql.com
a39a56ffe6
- start the ndb cluster on different TCP ports when running another
...
build thread
2004-06-24 19:16:44 +02:00
patg@krsna.patg.net
c7e61b8e9a
Do-rpm:
...
Small fix to handle the src rpm file correctly (contains '0', release number in spec file)
2004-06-23 20:26:20 -07:00
mwagner@here.mwagner.org
0935a0939a
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into here.mwagner.org:/Volumes/BK/mysql-4.1
2004-06-23 15:39:51 -05:00
mwagner@here.mwagner.org
26609c491e
mysql-copyright:
...
Fixed vim to expandtab's, retab'd code
Fixed CWD bug in trim_the_fat()
2004-06-23 13:48:16 -05:00
mwagner@here.mwagner.org
6cd530b37c
mysql-copyright:
...
Cleaned-up trim_the_fat()
2004-06-23 12:31:10 -05:00
lenz@mysql.com
19e9453b00
- using "--with-libedit" is sufficient (--without-readline throws
...
weird compile errors)
2004-06-23 18:28:50 +02:00
mwagner@here.mwagner.org
c769477721
my_md5sum:
...
Change behaviour to be like the md5sum in GNU coreutils
2004-06-22 12:57:52 -05:00
lenz@mysql.com
a854ffce23
- explicitely enable libedit in Do-compile, when readline is not
...
requested
2004-06-22 02:15:52 +02:00
monty@mysql.com
d69a36d118
merge
2004-06-21 10:24:40 +03:00
mwagner@here.mwagner.org
64f1cc46e9
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into here.mwagner.org:/Volumes/BK/mysql-4.0-work
2004-06-18 15:00:17 -05:00
mwagner@here.mwagner.org
bfd0c576a5
my_md5sum:
...
new file, simulates 'md5sum' as a perl script
2004-06-18 14:57:42 -05:00
monty@mysql.com
b11d258835
Merge with 4.0.21
2004-06-18 04:38:58 +03:00