Commit Graph

30 Commits

Author SHA1 Message Date
brad
4e2d38df35 upgrade to MySQL 3.23.36 2001-03-28 22:12:18 +00:00
brad
2373a38d4e upgrade to MySQL 3.23.35
--
Availability of this version pointed out to by: fries@
2001-03-16 21:14:42 +00:00
brad
eeb6788aa2 upgrade to MySQL 3.23.34 2001-03-12 22:30:59 +00:00
danh
5be9a151e3 sync libtool patch 2001-02-20 19:05:04 +00:00
brad
3cc406085e sync libtool patch 2001-02-18 18:54:29 +00:00
brad
3e1eb90c9d saner INSTALL script which now allows you to do a pkg_delete and
pkg_add back to back without needing to remove the DB_DIR first.
Now the install script just informs the user of the existing DB_DIR
and how to recreate from the default setup if they wish todo so.
2001-02-15 01:14:34 +00:00
brad
76f5c4c68b upgrade to MySQL 3.23.33 2001-02-13 21:03:42 +00:00
brad
2783c9e4ef upgrade to MySQL 3.23.32 2001-01-23 00:48:45 +00:00
brad
08677f0112 upgrade to MySQL 3.23.31 2001-01-21 17:09:12 +00:00
brad
57cc2481d7 use "cc -shared" for 2.8 and up to create shared libraries. 2000-12-26 02:13:43 +00:00
espie
268b897aa8 commit mysql fix, now that I've had time to look at it 2000-11-03 00:54:09 +00:00
espie
18023f6e78 Ports is locked.
Revert unauthorized commit, until I have a chance to look at it.
2000-11-02 15:15:24 +00:00
brad
ec23f9c2ad fix initial permissions on the database directory, they were a little too tight for the client apps to be able to read DB_DIR/mysql.sock. 2000-11-02 14:42:44 +00:00
brad
6fc17e3f42 - re-introduce DB_DIR option
- make sure MySQL is started as user mysql from safe_mysqld.sh script
instead of the example startup.sh
- hard coded /usr/local -> ${PREFIX} in MESSAGE
- use user/group commands instead of cat/adduser in INSTALL script
- ${FOO} -> $FOO in INSTALL/DEINSTALL
2000-08-15 13:24:00 +00:00
brad
93e2eb96a2 uncomment section in safe_mysqld.sh to check for and use ulimit to raise
the maximum number of open file descriptors before loading MySQL.
--
requested by ericj@
2000-08-02 04:24:28 +00:00
brad
56b79fc7f8 upgrade to MySQL 3.22.32 2000-02-14 21:28:05 +00:00
brad
7271a49f35 enable interlibrary dependencies 2000-02-11 07:45:52 +00:00
brad
cdf5f65a8c patch to fix a security hole that was posted to BugTraq in an advisory 2000-02-11 07:43:32 +00:00
kevlo
ad4d446605 It makes it non-functional. 2000-02-11 02:01:32 +00:00
kevlo
a508e89520 Make sence to fix hash comparision routine in password.c until
official patch is released.

See the bugtraq id# 975.
2000-02-10 08:11:47 +00:00
brad
72452bb507 upgrade to MySQL 3.22.30 2000-01-13 20:24:57 +00:00
brad
fe0712e429 add patch for a password handling bug in MySQL 2000-01-12 01:13:17 +00:00
brad
60e62032b0 fix a typo in the autoconf script that comes with 3.22.27 and 3.22.29,
ptread_attr_setscope -> pthread_attr_setscope
From: MySQL mailing list via Peter Strömberg <peter.stromberg@commentor.se>
2000-01-04 18:27:58 +00:00
brad
713b891944 - forgot to run the INSTALL script again for the post-install target
- 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>
2000-01-04 17:39:42 +00:00
brad
a86c705da2 upgrade to MySQL 3.22.29 2000-01-03 08:36:19 +00:00
brad
6f39e9630f - upgrade to MySQL 3.22.27
- 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@
2000-01-01 05:54:12 +00:00
brad
028b8a7a0f - remove unnecessary mit-pthreads patches
- don't disable inlining
- add a workaround patch for GCC 2.95.x which compiles sql_yacc.cc with -O0
1999-12-02 03:41:01 +00:00
brad
f4348eabe3 remove FreeBSD specific patches 1999-10-04 03:18:31 +00:00
brad
26d484b0c0 - upgrade to mysql 3.22.22
- add a few more master dist sites
- remove @exec of non-existant killall from PLIST
1999-05-11 21:25:17 +00:00
marc
6bb87769cd mysql, from freebsd via d@openbsd.org. Uses egcc with -pthread
said to work on i386, not tested on any other architecture
1999-03-30 06:42:47 +00:00