Re: MySQL 5.0.13-rc has been released

2005-09-26 Thread Alex S Moore
Lenz Grimmer wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, MySQL 5.0.13, a new version of the popular Open Source Database Management System, has been released. The Community Edition is now available in source and binary form for a number of platforms from our download pages at http:

Re: MySQL 5.0.13-rc has been released

2005-09-28 Thread Alex S Moore
Lenz Grimmer wrote: Yes, the MD5 checksum and the GPG signature were updated. This is how it looks on our local staging server: [EMAIL PROTECTED]:/build/stage/Downloads/MySQL-5.0> ls -l mysql-5.0.13-rc.tar.gz* - -rw-r--r--2 mysqldev users19209618 Sep 23 20:09 mysql-5.0.13-rc.tar.gz - -r

Re: can 5.0.2 be built for Solaris 8

2005-02-21 Thread Alex S Moore
James Black wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have tried to compile mysql, and got some linking errors. Any chance a binary for Solaris 8 can be made available? I cannot answer your question, but I am currently building 5.0.2 on Solaris 8 sparc and the build works. It does re

Re: mysql_install_db problem

2005-03-11 Thread Alex S Moore
jose wrote: I´ve problems with mysql_install_db I´m trying to install mysql (last version 4.1.10) in a x86 solaris 10 release. I prove with other version of solaris like 9 or 8 and always is the same result. The system return a core file but give me none log error. One strange thing is that was abl

Re: rpl_openssl test hangs in MySQL 4.1.12

2005-05-25 Thread Alex S Moore
On Wed, 25 May 2005 11:09:06 -0700 (PDT) Kathir Velu <[EMAIL PROTECTED]> wrote: > "openssl_1" and "rpl_openssl" are skipped eventhough i > have compiled with OpenSSL. > > So I have rerun these tests alone as, > > ./mysql-test-run --with-openssl openssl_1 rpl_openssl > > Now openssl_1 test pass

Re: SQL UNION ALL

2004-12-29 Thread Alex S Moore
On Wed, 29 Dec 2004 19:57:04 - "mail.pmpa" <[EMAIL PROTECTED]> wrote: > What I am trying to do is: > Select products and join brand, but only products that are not new products. > What I have is: > > ( SELECT products.id, products.model > FROM products, brands > WHERE products.brand = brands

force configure to not use -lcrypt

2005-01-22 Thread Alex S Moore
On Solaris 8, how can I force configure to not use /usr/lib/libcrypt.so without renaming that file? I changed config.h to undefine HAVE_LIBCRYPT, but configure just puts it back to defined and changes the Makefiles to include -lcrypt. Thanks, Alex -- MySQL General Mailing List For list archives

Re: force configure to not use -lcrypt

2005-01-23 Thread Alex S Moore
On Sun, 23 Jan 2005 11:27:56 -0500 "J. Wren Hunt" <[EMAIL PROTECTED]> wrote: > I'm curious why you're interested in removing -lcrypt? Do you intend to > replace it with another algorithm? Or are you just trying to minimize > size/processing, etc.? The call to Sun Solaris 8 and 9 functions in libc

Re: force configure to not use -lcrypt

2005-01-23 Thread Alex S Moore
On Sun, 23 Jan 2005 11:27:56 -0500 "J. Wren Hunt" <[EMAIL PROTECTED]> wrote: | > I'm curious why you're interested in removing -lcrypt? Do you intend to > replace it with another algorithm? Or are you just trying to minimize > size/processing, etc.? After further reading of what I disable, I see t

client_test fails on Solaris 9 x86

2005-01-31 Thread Alex S Moore
>Description: Running mysql-test fails test client_test with segv. Several other tests fail after this and it may be due to the segv. here is the output from the test: client_test[ fail ] Errors are (from /opt/csw/mysql4/mysql-test/var/log/mysqltest-tim