msvensson@neptunus.(none)
bdb1441a65
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into neptunus.(none):/home/msvensson/mysql/mysql-4.1
2005-04-27 21:40:11 +02:00
msvensson@neptunus.(none)
203cdde955
Merge from 4.1 to 5.0
2005-04-27 12:56:01 +02:00
msvensson@neptunus.(none)
2627475a86
Merge neptunus.(none):/home/msvensson/mysql/bug9714
...
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
2005-04-27 12:30:11 +02:00
msvensson@neptunus.(none)
30caa4a32d
Merge neptunus.(none):/home/msvensson/mysql/bug8162
...
into neptunus.(none):/home/msvensson/mysql/mysql-4.1
2005-04-27 12:24:17 +02:00
msvensson@neptunus.(none)
b5e96531a7
Merge neptunus.(none):/home/msvensson/mysql/bug9954
...
into neptunus.(none):/home/msvensson/mysql/mysql-4.1
2005-04-27 12:19:18 +02:00
msvensson@neptunus.(none)
c12ee8dc16
BUG#9714 libsupc++ problem
...
- Remove linking of libsupc++
- Move all local static variables to filescope
2005-04-27 11:25:08 +02:00
msvensson@neptunus.(none)
81c5cd8aed
Bug #8162 MySQL cannot be compiled without readline
...
- Display error if system readline or libedit can't be found
2005-04-27 11:19:00 +02:00
msvensson@neptunus.(none)
f3c72cc891
Bug #9954 mysql-4.1.11/cmd-line-utils/libedit/makelist.sh is not portable
...
- Changed makelist.sh
- Bump up required version of autoconf
- Use new style to init mutex in my_thr_init
2005-04-27 09:59:12 +02:00
jimw@mysql.com
64f8ebc68b
Merge mysql.com:/home/jimw/my/mysql-5.0-build
...
into mysql.com:/home/jimw/my/mysql-5.0-clean
2005-04-26 10:29:58 -07:00
joerg@mysql.com
af59b7502b
Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/M41/mysql-4.1
2005-04-26 19:26:51 +02:00
jimw@mysql.com
ef5ad50ccc
Merge mysql.com:/home/jimw/my/mysql-4.1-9063
...
into mysql.com:/home/jimw/my/mysql-5.0-build
2005-04-26 08:20:51 -07:00
joerg@mysql.com
49ac2dac3e
Automerge / manual check of the fixes for NPTL configuration (bug#2173, bug#5871, and bug#9497).
...
Post-merge fix will follow.
2005-04-26 12:03:37 +02:00
jimw@mysql.com
93ff028f9d
Fix compile issues in Intel C/C++ compiler (Bug #9063 )
2005-04-25 18:02:03 -07:00
lenz@mysql.com
83c289665f
- fixed NDB_VERSION_BUILD in configure.in to have the correct number (4->5)
2005-04-25 13:28:07 +02:00
lenz@mysql.com
83978acd5a
- update NDB_VERSION_BUILD, too
2005-04-25 13:18:44 +02:00
lenz@mysql.com
cd10a69be2
- bumped up version number in configure.in to 5.0.6 now that engineering branched off for the 5.0.5 builds
...
- tagged ChangeSet 1.1882 as the "clone-5.0.5-build" branchoff point
2005-04-25 12:58:03 +02:00
joerg@mysql.com
70ed0ea4cb
Step 3 of the switch to support configuration with NPTL:
...
Change "configure.in".
The branches for Tru64 (ex: OSF/1) and Linux are separated,
and for Linux 'getconf GNU_LIBPTHREAD_VERSION' is used to tell between Linuxthreads and NPTL.
2005-04-22 20:49:05 +02:00
joerg@mysql.com
eaa79cb452
Step 2 of the switch to support configuration with NPTL:
...
Define a new CPP symbol that the target OS is Linux, and use it where only the OS matters and not the threads Library.
Until now, 'HAVE_LINUXTHREADS' was used to indicate "Target is Linux" in many places.
When we support configuration with NPTL but no Linuxthreads, this misuse must cease.
2005-04-20 20:38:57 +02:00
joerg@mysql.com
48ba5e4956
Step 1 of the switch to support configuration with NPTL:
...
Rename 'IS_LINUX' configuration variable to 'TARGET_LINUX'.
2005-04-20 20:10:28 +02:00
jani@a193-229-222-105.elisa-laajakaista.fi
ff665c9513
Fixed Bug#8046 --mysqld of mysqld_safe must contain substring "mysqld"
2005-04-20 10:37:03 +03:00
lenz@mysql.com
1bd8c68f7f
- After merge fixes
2005-04-13 19:46:26 +02:00
lenz@mysql.com
ba89d0fd8f
- bumped up version number to 4.1.12 (4.1.11 has been released already)
2005-04-13 19:05:05 +02:00
lenz@mysql.com
ad75afe308
Manual merge of the ChangeSet to remove the dependency on manual.texi from the source tree (from 4.0)
2005-04-13 13:27:06 +02:00
lenz@mysql.com
11df4eec85
- manual.texi will be replaced with a manual written in DocBook/XML. This ChangeSet removes all
...
references to the .texi file and the build targets that depend on manual.texi as the input file.
- added COPYING as a regular file instead of creating it during the build. This ensures that it's part
of the sources when pulling from BK (it used to be extracted from the manual)
- Removed a lot of cruft and unused/obsolete stuff from the Docs directory (e.g. Flags, Images)
- added a dummy mysql.info placeholder file (the info file is still used as the source to extract
various text files during the build). It will be replaced with a "real" file during the Bootstrap
process to create the official source distribution - the placeholder just satisfies build dependencies.
2005-04-13 11:51:38 +02:00
gbichot@quadita2.mysql.com
f356fb08d6
In configure.in, don't remove $AVAILABLE_LANGUAGES_ERRORS_RULES at end
...
because config.status may later need this file (if it does not find it
it won't incorporate dependencies of errmsg.sys in sql/share/Makefile) (thx Serg).
In sql/share/Makefile.am using "all:" leads to double-"all:" in Makefile (thx Konstantin).
2005-04-11 17:37:49 +02:00
joerg@mysql.com
6bd1bea723
Add missing parts for the "Cybozu" custom build, to avoid future manual patches.
2005-04-08 13:56:48 +02:00
lenz@mysql.com
d936a80cea
- bumped up the version number in configure.in from 5.0.4 to 5.0.5 to indicate that engineering
...
has branched off from the 4.1 tree to build the 5.0.4 release
2005-04-07 21:04:18 +02:00
magnus@msdesk.mysql.com
9911194a13
Fix linking problem on bsd53
...
- See article http://archive.netbsd.se/?ml=freebsd-current&a=2004-07&m=257561
or http://www.geocrawler.com/archives/3/254/2003/3/450/10409564/
2005-04-07 14:39:30 +02:00
serg@serg.mylan
d6062ef9b5
removed a reference to non-existing file
2005-04-05 16:39:40 +02:00
monty@mysql.com
5ba3f707f7
Don't use -lsupc++ with gcc 3.3 and below as this gives linking problems when linking staticly
...
Fix that mysql.proc works with new VARCHAR fields
Give warnings for wrong zero dates
2005-04-04 16:43:25 +03:00
joerg@mysql.com
7f52a616f4
Last minor things to finish MySQL 4.1.10a:
...
- some wordings,
- RPM packaging improvements.
2005-04-01 18:38:19 +02:00
msvensson@neptunus.(none)
6f9b118626
Merge
2005-04-01 11:15:11 +02:00
joerg@mysql.com
27a0de2443
Propagate the new '--with-big-tables' flag from 4.1 to 5.0.
...
Incomplete, as the macro body must ne in the new file 'config/ac-macros/misc.m4'
which will follow in a separate changeset.
2005-03-29 21:06:22 +02:00
joerg@mysql.com
1ad3d339f5
Merge
2005-03-29 19:25:55 +02:00
joerg@mysql.com
c90a6c7067
Introduce "configure" support for a new '-with-big-tables' option that can replace
...
the current way of passing '-DBIG_TABLES' to the compilers.
This is needed even in 4.0, as 'Do-compile-all' must use this new approach for
all "max" builds in 4.0, 4.1, and up.
2005-03-29 16:34:33 +02:00
brian@zim.(none)
8e50a98e71
Adding rules for building blackhole, also updating test case.
2005-03-25 13:43:42 -08:00
brian@zim.(none)
7b81a9fd4c
Merging support for blackhole up to 5.0.
2005-03-25 10:36:58 -08:00
brian@zim.(none)
6e2caeb0ce
Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into zim.(none):/home/brian/mysql/mysql-4.1
2005-03-24 16:08:48 -08:00
joerg@mysql.com
c9d997b98c
The separate NDB information must be upgraded, too.
2005-03-24 10:52:29 +01:00
joerg@mysql.com
8200cadeae
Update the version, as 5.0.3 was already cloned, and future changes will go into 5.0.4
2005-03-24 10:48:28 +01:00
brian@zim.(none)
cfcedd85cd
Additional storage engine called "blackhole". Customer request, and for that matter a Zawodny request. With this you can alter table to a type of table that would never store data. Its a /dev/null for a database.
2005-03-22 16:10:39 -08:00
kent@mysql.com
50a823df70
Merge mysql.com:/Users/kent/mysql/bk/mysql-5.0-build
...
into mysql.com:/Users/kent/mysql/bk/mysql-5.0-compile
2005-03-21 19:17:18 +01:00
kent@mysql.com
4959ed7618
configure.in:
...
5.0.3 is a beta
2005-03-21 19:10:02 +01:00
msvensson@neptunus.(none)
3a3a91cd5b
BUG#6554: Problem Building MySql on Fedora Core 3
...
- Link with libsupc++.a which contains language support functions.
see http://gcc.gnu.org/onlinedocs/libstdc++/faq/index.html#2_5
2005-03-21 12:29:08 +01:00
brian@zim.(none)
473e1ffd3a
Removed support for RAID, mit-threads, and MySQL FS (really, if someone wants this feature look at a web-dav hookup).
2005-03-16 16:22:56 -08:00
serg@serg.mylan
956682de1a
merged
2005-03-09 14:09:06 +01:00
kent@mysql.com
73eea6dde9
configure.in:
...
bug#5102, bug#6862 define HAVE_VIS_H to libedit only if header and strvis() exists
2005-03-09 02:53:00 +01:00
lenz@mysql.com
8948e774f6
- bumped up version number in configure.in from 4.0.24 -> 4.0.25 (ChangeSet 1.2073 was already tagged
...
as 4.0.24)
2005-03-08 11:42:21 +01:00
joreland@mysql.com
347c700211
Merge mysql.com:/home/jonas/src/mysql-5.0
...
into mysql.com:/home/jonas/src/mysql-5.0-ndb
2005-02-21 11:48:44 +01:00
bar@mysql.com
c926e43f65
A way not to compile UCA collations
2005-02-18 12:58:16 +04:00