brad
9edc7d5f0b
use this workaround only with gcc2
2004-06-24 06:35:51 +00:00
brad
12fd4ec729
better
2004-06-23 04:04:05 +00:00
brad
42c825fdf7
remove extra ulimit setting
2004-05-24 22:40:28 +00:00
brad
d91dc14e84
somehow cvs missed this.
2004-05-22 11:39:10 +00:00
brad
92121e2a16
upgrade to MySQL 4.0.20
2004-05-21 12:16:21 +00:00
brad
c76e4b492f
revert back to 4.0.18
...
for details http://dev.mysql.com/doc/mysql/en/News-4.0.19.html
thanks to Frank Denis for pointing this out to me.
2004-05-16 09:01:15 +00:00
brad
b72dc871d3
upgrade to MySQL 4.0.19
2004-05-16 04:30:39 +00:00
brad
91d68f94f5
Fix a tmpfile/symlink issue with mysqlbug.
...
http://marc.theaimsgroup.com/?l=bugtraq&m=108023246916294&w=2
Fix from MySQL BitKeeper repo via Robert Nagy <thuglife at bsd dot hu>
2004-04-16 00:14:03 +00:00
pvalchev
ad7f9c5e6a
mark as broken on m88k, same reason as hppa
2004-03-31 04:06:20 +00:00
pvalchev
85593466a7
mark as broken on hppa: gen_lex_hash hangs build
2004-03-10 20:28:07 +00:00
brad
8edb391ee5
@extra removes user/group too
2004-02-25 23:54:19 +00:00
brad
83bf39eed7
use autoconf 2.57
2004-02-25 08:21:18 +00:00
brad
b6ecd9069b
upgrade to MySQL 4.0.18
2004-02-22 01:20:11 +00:00
sturm
7297ccd7b0
mark some subpackages arch independent
...
ok naddy@
2004-02-04 07:39:18 +00:00
brad
0f2c3343eb
add @extra support
2004-01-31 03:08:49 +00:00
espie
ab60cbfa27
fix buglet
2004-01-06 14:13:03 +00:00
wilfried
51842af595
use p5-DBD-mysql
2003-12-30 20:42:48 +00:00
brad
85a181c1d5
move mysql_config to -client sub-package
2003-12-30 20:07:27 +00:00
wilfried
dc39a99c4d
allow make regress to run all tests even if some fail, ok brad
2003-12-30 20:01:21 +00:00
brad
0a085096c2
fix a typo which I had fixed locally but I didnt re-run update-patches
...
Noticed by pb@
2003-12-30 08:47:02 +00:00
brad
22182225c4
missed this one.
2003-12-30 05:58:51 +00:00
brad
f8f2fea305
upgrade to MySQL 4.0.17
...
LOTS of people have asked for this so here is my work in progress.
test as much as possible.
2003-12-30 05:57:30 +00:00
espie
7e9f4c3ab7
Include -lsupc++ if it's there.
2003-12-28 22:17:50 +00:00
naddy
2276d3b230
remove WWW lines
2003-12-15 21:42:08 +00:00
brad
04c6071b5b
add missing MESSAGE file.
2003-08-28 00:44:03 +00:00
brad
c50020e757
use new user/group schema
2003-08-27 00:14:49 +00:00
brad
90327a4768
upgrade to MySQL 3.23.57 + patches
...
fixes some older security issues as well as a soon to be disclosed issue.
ok naddy@
2003-08-26 15:37:18 +00:00
pvalchev
56b04f708e
these innobase libraries are used only as static helper libraries to
...
link mysql, and are not actually supposed to be installed anywhere,
especially not some random location outside of fake...
discussed w/ naddy, ok by maintainer brad
2003-05-21 07:04:54 +00:00
avsm
c4574d65d9
incomplete format string; bug #287 filed with mysql - brad@ ok
2003-04-14 14:27:43 +00:00
brad
999d519077
upgrade to MySQL 3.23.55
...
STABILITY FIX:
Fixed double free'd pointer bug in mysql_change_user() handling, that
enabled a specially hacked version of MySQL client to crash mysqld.
Note, that one needs to login to the server by using a valid user
account to be able to exploit this bug.
2003-01-29 16:35:55 +00:00
brad
207714a5c4
add #!/bin/sh
2003-01-20 19:15:31 +00:00
brad
b14ce80e80
need this too.
2002-12-14 23:57:37 +00:00
brad
d320bc2c54
upgrade to MySQL 3.23.54
2002-12-14 23:56:43 +00:00
brad
14a634860a
henning@ says this seems to atleast link on alpha so I can finally
...
remove all the cruft at the top of the Makefile.
2002-11-15 23:37:55 +00:00
brad
44feb79944
enable MySQL on sparc64, seems to link fine now and works no better or
...
worse than the other architectures that are currently enabled.
2002-11-14 03:51:45 +00:00
brad
f22465fbc8
update for sparc64
2002-11-14 03:47:55 +00:00
brad
7590678bfd
Enable workaround for OpenBSD pthreads and broken realpath().
...
Problem described in this post...
http://groups.google.com/groups?q=mysql+unknown+database+bsd&hl=en&lr=&ie=UTF-8&
safe=off&selm=a9n0f2%24e4e%241%40FreeBSD.csie.NCTU.edu.tw&rnum=1
--
From: Sam Smith <S@mSmith.net>
2002-08-22 13:44:17 +00:00
brad
2c33174e5f
bring in a fix from newer MySQL which allows the autoconf option
...
--enable-local-infile to work as expected. before it didn't do anything.
2002-07-11 15:42:17 +00:00
brad
ff6ed811a2
update the list of architectures
2002-05-20 03:26:27 +00:00
espie
3c08c3c943
Kill a few SUBDIR.
2002-05-13 18:50:36 +00:00
brad
04f386e948
re-enable powerpc, the previously mentioned problem is not specific
...
to powerpc and also affects i386/sparc. the exact conditions that
cause this to happen are unknown at the moment though this will
have to be investigated in closer detail.
2002-05-02 03:04:14 +00:00
brad
6e628c3ab3
patches to fix a bug which causes mysqlgui to crash.
...
--
From: MySQL mailing list via wilfried@
2002-03-27 18:49:09 +00:00
brad
d4dab887c8
- use -p flag for mkdir in mysql_install_db
...
- if the socket dir does not exist then create it as part of startup in
safe_mysqld
2002-03-19 19:11:39 +00:00
espie
b96e8276c4
fix inline crap.
2002-03-19 03:22:40 +00:00
brad
d35ad4ae50
until MySQL can pass its own bench test without going up to 100% utilization and stop responding on powerpc then it's going to be removed from the working archs list for now.
2002-03-16 16:44:10 +00:00
brad
1209811e8e
remove ftp.mysql.com
2002-03-12 03:10:06 +00:00
brad
5ea00f91ac
alpha does not work
2002-03-03 06:02:11 +00:00
brad
5fb2d3938b
cosmetic
2002-02-26 03:42:06 +00:00
brad
e4d5f98cc5
a few improvements here and there.
2002-02-20 18:03:32 +00:00
brad
893dbf1f6c
better
2002-02-20 04:16:20 +00:00