- remove license type
- better BROKEN message
- remove CONFIGURE_ARGS option --enable-thread-safe-client, the problems
caused by enabling it offset the good of enabling it in the first place
(programs that link agains't libmysqlclient.{a,so} should have an autoconf
test to check whether the library has support for pthreads built in or
not)
will compile on 2.6-RELEASE systems since there are so many people who
do not understand the concept of reading mailing lists before posting
questions which have been answered *MANY* times.
- fix mysql_install_db to pickup the hostname that's used while creating
the database
- add a missing brace for DB_DIR in INSTALL script
- run mysql_install_db as user mysql to make sure the database has proper
file permissions
--
Reported by: Peter Strömberg <peter.stromberg@commentor.se>
- make the default database directory a bit easier to change with the
DB_DIR variable
- add warning about possible virtual memory limit exhaustion
- change default database directory to /var/mysql and chown it to the
user:group
- integrate check_old_version script into Makefile
- we should be able to make this into a full package now, though not
tested fully
- install user:group of mysql and make MySQL load as user mysql
Reviewed and tested by: ericj@
- split out startup.sh cretion from Makefile and just include it in the
files subdir
- remove CONFIGURE_ENV, CFLAGS and CXXFLAGS do not require overriding with
-current pthreads, the autoconf script properly detects and uses them
- cleanup Makefile