Re: Weird problem with differences MySQL 3.23.38 und 4.0.12

2003-06-13 Thread Egor Egorov
"Axel Tietje" <[EMAIL PROTECTED]> wrote: > Hi everyone... > > I actually have two servers: > > 1. Server: MySQL 4.0.12 > 2. Server: MySQL 3.23.38 > > This query: > > SELECT o_obj, > MAX(CASE WHEN o_key = '69B96431' THEN o_val

Re: Weird problem with differences MySQL 3.23.38 und 4.0.12

2003-06-12 Thread Paul DuBois
, Axel Tietje wrote: Hi everyone... I actually have two servers: 1. Server: MySQL 4.0.12 2. Server: MySQL 3.23.38 This query: SELECT o_obj, MAX(CASE WHEN o_key = '69B96431' THEN o_val END) AS _69B96431, MAX(CASE WHEN o_key = '69B96431' THEN o_typ END) AS T_69B96431,

Weird problem with differences MySQL 3.23.38 und 4.0.12

2003-06-12 Thread Axel Tietje
Hi everyone... I actually have two servers: 1. Server: MySQL 4.0.12 2. Server: MySQL 3.23.38 This query: SELECT o_obj, MAX(CASE WHEN o_key = '69B96431' THEN o_val END) AS _69B96431, MAX(CASE WHEN o_key = '69B96431' THEN o_typ END) AS T_69B96431,

Re: Bug Report: mysql-3.23.38-win

2003-03-02 Thread Heikki Tuuri
- From: ""Keith Engelhardt"" <[EMAIL PROTECTED]> Newsgroups: mailing.database.mysql Sent: Monday, March 03, 2003 1:52 AM Subject: Bug Report: mysql-3.23.38-win > I am attempting to get mysql-3.23.38-win on a Windows 98 SE box. The > mysql-3.23.38-win.zip install

Bug Report: mysql-3.23.38-win

2003-03-02 Thread Keith Engelhardt
I am attempting to get mysql-3.23.38-win on a Windows 98 SE box. The mysql-3.23.38-win.zip install wizard allowed me to install to "D:\MYSQL" I have tweaked the my.cfg file as follows: # Example mysql config file. # Copy this file to c:\my.cnf to set global options # # One can us

RE: RE: how can I turn on query log on Windows? (mysql-3.23.38)

2002-10-03 Thread Dragos Madalin Popa
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, October 04, 2002 12:17 AM To: Dragos Madalin Popa Subject: Re: RE: how can I turn on query log on Windows? (mysql-3.23.38) Your message cannot be posted because it appears to be either spam or simply

Re: Stability of Windows installation of MySQL 3.23.38

2001-08-21 Thread Sinisa Milivojevic
Jerry van Leeuwen writes: > > Are there any known stability issues with installing MySQL under Windows > 9x? By this I mean actual issues with the MySQL server itself, because I > realise Windows 9x itself is not the most stable option available. > > Is there any reason to believe that this co

Stability of Windows installation of MySQL 3.23.38

2001-08-20 Thread Jerry van Leeuwen
Are there any known stability issues with installing MySQL under Windows 9x? By this I mean actual issues with the MySQL server itself, because I realise Windows 9x itself is not the most stable option available. Is there any reason to believe that this combination results in more regular tab

mysql 3.23.38 bug

2001-07-05 Thread Michael Widenius
Hi! > "Peter" == Peter Zaitsev <[EMAIL PROTECTED]> writes: Peter> Hello mysql, Peter> It seems like if load data infile initiated to dammaged table Peter> sometimes after repair it does not unblock itself: I will try to test this as soon as I am back home. (If you can't create an examp

mysql 3.23.38 bug

2001-07-05 Thread Peter Zaitsev
Hello mysql, It seems like if load data infile initiated to dammaged table sometimes after repair it does not unblock itself: maindb:/spylog/db/tmpd # mysqladmin processlist | grep -v Sleep ++--++---+-+---+--+

RE: Possible Bug in mysql 3.23.38

2001-06-16 Thread William M. Quarles
I would like to note that bug reports should only be sent out if you are using the latest version, which now is 3.23.39. --On Friday, June 15, 2001 17:37 -0600 Chris Bolt <[EMAIL PROTECTED]> wrote: >> After creating a new database, I ran: >> >> update user set password = 'SomeJunk' where user

Re: Possible Bug in mysql 3.23.38

2001-06-15 Thread Benjamin Pflugmann
Hello Simon. On Fri, Jun 15, 2001 at 05:08:18PM -0400, [EMAIL PROTECTED] wrote: > Could not find a bug report form. So I am telling y'll... > > Platform: FreeBSD 4.3 (I do not think it matters) > > After creating a new database, I ran: > > update user set password = 'SomeJunk' where user = '

RE: Possible Bug in mysql 3.23.38

2001-06-15 Thread Chris Bolt
> After creating a new database, I ran: > > update user set password = 'SomeJunk' where user = 'root'; > > This inserts the string 'SomeJunk' literally into the database, > unencrypted. This is SQL expected but the result is a database > lockout (not to mention the security breach of having the c

Re: Possible Bug in mysql 3.23.38

2001-06-15 Thread Joshua J. Kugler
PLEASE read the manual. you need to set password = password('SomeJunk') And the bug report form can be obtained by running mysqlbug, the instructions for which are also found in the manual. Thank you. j- k- On Friday 15 June 2001 13:08, Simon Shapiro wrote: > Could not find a bug r

Possible Bug in mysql 3.23.38

2001-06-15 Thread Simon Shapiro
Could not find a bug report form. So I am telling y'll... Platform: FreeBSD 4.3 (I do not think it matters) After creating a new database, I ran: update user set password = 'SomeJunk' where user = 'root'; This inserts the string 'SomeJunk' literally into the database, unencrypted. This is S

Mysql 3.23.38: libmysqlclient.so.9 cannot load shared...

2001-06-08 Thread Scott Moore
I've installed mysql 3.23.38 from source on redhat 7.0 (apache 1.3.39 and PHP 4.0.5 also installed from source). The PHP and the apache are running fine, and I can view database tables using "MysqlAdmin" from a web browser, but if I run mysql from the command line, I get the

Re: FW: MySQL 3.23.38 on HP UX 10.20

2001-06-07 Thread Sinisa Milivojevic
"Tomasz Szymczyk" <[EMAIL PROTECTED]> (by way of Paul DuBois) writes: > mysql, sql, database > > > I'm trying to post you directly, because of stupid filter on > mysql-list which avoid belowed e-mail from posting to list > > could you help us or redirect it to correct p

FW: MySQL 3.23.38 on HP UX 10.20

2001-06-06 Thread Tomasz Szymczyk
sz Szymczyk [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 06, 2001 10:29 AM > To: [EMAIL PROTECTED] > Subject: MySQL 3.23.38 on HP UX 10.20 > > > I'm trying to install MySQL on HP UX 10.20 > > after launching scripts/mysql_install_db I can see 'coredump'

Cannot compile MySQL 3.23.38 on solaris.

2001-06-05 Thread Petter Lindqvist
Synopsis: Can not compile MySQL on Solaris >Severity: critical >Priority: high >Category: mysql >Class: support >Release: mysql-3.23.38 (Source distribution) >Environment: Machine 1: news(petter): uname -a SunOS news 5.8 Generic_108528-03 sun4u spar

problems installing mysql 3.23.38 for linux

2001-06-03 Thread Duane Douglas
hello, i'm trying to install mysql 3.23.38 for linux. the bin directory didn't expand when i untarred the mysql installation tarball? is this a known issue? tia if (duane.douglas) { coder = asp * cold fusion * xml * xsl * sql server *

MySQL 3.23.38 documentation - section 7.38 (comments)

2001-06-01 Thread Keith Hatton
This may not be a bug, but rather a limitation, and should definitely be added to section 7.38 of the manual dealing with comments. Scripts (or commands entered interactively) contatining comments that contain a backslash character are parsed as if the \ was a MySQL command. For example, /* \. d

mysql-3.23.38 failed test rpl000015, Linux 2.2.16, i686 (SMP)

2001-05-29 Thread Sam Rasins
eat: compile mysql, cd to the mysql-test directory, run mysql-test-run >Fix: unknown >Submitter-Id: [EMAIL PROTECTED] >Originator:Sam Rasins >Organization: Caribe Enterprises, Inc. >MySQL support: >Synopsis: mysql-3.23.38 failed test rpl15, Linux 2.2

Explanations about the start up of MySQL 3.23.38 on Windows

2001-05-29 Thread Miguel Angel Solórzano
Hi! We have noticed some mails posted by Windows users having problem in the first start of mysqld.exe on Windows platforms. Then, below the explanations how to avoid the problems reported: 1- According with our MySQL-Max download page is noticed that the regular distribution 3.23.38, contai

Re: MySQL 3.23.38 released

2001-05-17 Thread Sinisa Milivojevic
Florin Andrei writes: > > Ok, finally i installed MySQL-bench with --nodeps (which is bad!). > > But, while trying to figure out how to use your test programs, i > realised that they are poorly documented. > I really don't have the time to dig into the scripts for information > that should have

RE: MySQL 3.23.38 released

2001-05-16 Thread Vibol Hou
Hou KhmerConnection, http://khmer.cc "Connecting Cambodian Minds, Art, and Culture" -Original Message- From: Florin Andrei [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 16, 2001 5:58 PM To: Sinisa Milivojevic Cc: [EMAIL PROTECTED] Subject: Re: MySQL 3.23.38 released On 16 M

Re: MySQL 3.23.38 released

2001-05-16 Thread Florin Andrei
On 16 May 2001 13:40:55 +0300, Sinisa Milivojevic wrote: > > Regarding the fact that 2.96 can build working binaries, that is good > news, but before we try it ourselves, could you please run all > mysql-test programs plus sql-bench. See if it will pass them all. Ok, finally i installed MySQL-be

Re: MySQL 3.23.38 released

2001-05-16 Thread Florin Andrei
On 16 May 2001 13:40:55 +0300, Sinisa Milivojevic wrote: > Regarding the fact that 2.96 can build working binaries, that is good > news, but before we try it ourselves, could you please run all > mysql-test programs plus sql-bench. See if it will pass them all. I tried to install MySQL-bench, but

RE: Help with FreeBSD 4.2 Native Threads (was: Compile broken: mysql-3.23.38/mit-pthreads)

2001-05-16 Thread Sander Pilon
gt; Cc: 'Sinisa Milivojevic'; [EMAIL PROTECTED] > Subject: Re: Help with FreeBSD 4.2 Native Threads (was: > Compile broken: mysql-3.23.38/mit-pthreads) > > > Sander Pilon wrote: > > > > Freebsd does not have a libpthreads file. > > > > Ju

Re: Help with FreeBSD 4.2 Native Threads (was: Compile broken: mysql-3.23.38/mit-pthreads)

2001-05-16 Thread David Favor
Vivek Khera wrote: > > > "DF" == David Favor <[EMAIL PROTECTED]> writes: > > DF> The problem is the Web hosting service I use does not have this > DF> package installed. In other words, there is no libpthreads.* in > DF> any of the library directories. > > But FreeBSD native threads do not

Re: Help with FreeBSD 4.2 Native Threads (was: Compile broken: mysql-3.23.38/mit-pthreads)

2001-05-16 Thread David Favor
Vivek Khera wrote: > > > "DF" == David Favor <[EMAIL PROTECTED]> writes: > > DF> The problem is the Web hosting service I use does not have this > DF> package installed. In other words, there is no libpthreads.* in > DF> any of the library directories. > > But FreeBSD native threads do not

Re: Help with FreeBSD 4.2 Native Threads (was: Compile broken: mysql-3.23.38/mit-pthreads)

2001-05-16 Thread Vivek Khera
> "DF" == David Favor <[EMAIL PROTECTED]> writes: DF> The problem is the Web hosting service I use does not have this DF> package installed. In other words, there is no libpthreads.* in DF> any of the library directories. But FreeBSD native threads do not need any libpthreads.* files. Your

RE: Help with FreeBSD 4.2 Native Threads (was: Compile broken: mysql-3.23.38/mit-pthreads)

2001-05-16 Thread Sander Pilon
Subject: Re: Help with FreeBSD 4.2 Native Threads (was: > Compile broken: mysql-3.23.38/mit-pthreads) > > > The problem is the Web hosting service I use does not have > this package installed. In other words, there is no > libpthreads.* in any of the library directories. >

Re: Help with FreeBSD 4.2 Native Threads (was: Compile broken: mysql-3.23.38/mit-pthreads)

2001-05-16 Thread David Favor
The problem is the Web hosting service I use does not have this package installed. In other words, there is no libpthreads.* in any of the library directories. ___ Sinisa Milivojevic wrote: > > David Favor writes: > > Sinisa Milivojevic wrote: > > > > The Web hosting service I am using doe

Re: Help with FreeBSD 4.2 Native Threads (was: Compile broken: mysql-3.23.38/mit-pthreads)

2001-05-16 Thread Sinisa Milivojevic
David Favor writes: > Sinisa Milivojevic wrote: > > The Web hosting service I am using does not have Native Threads installed. > When I requested they install the package, they seemed clueless about how > to do this. > > What is the exact command I need to tell them to issue to install the > Nat

Re: Compile broken: mysql-3.23.38/mit-pthreads

2001-05-16 Thread Sinisa Milivojevic
David Favor writes: > No mention of this on the lists. Suggestions? > > ___ > Hi! Do not use MIT threads with 4.2. Use FreeBSD native threads, as described in our manual. Regards, Sinisa __ _ _ ___ == MySQL AB /*/\*\/\*\ /*/ \*\ /*/ \*\ |*|

Re: MySQL 3.23.38 released

2001-05-16 Thread Sinisa Milivojevic
odified the spec file like this: > > ####### > --- mysql-3.23.38.spec.orig Wed May 9 13:56:54 2001 > +++ mysql-3.23.38.spec Tue May 15 15:15:38 2001 > @@ -151,9 +151,9 @@ > # The --enable-assembler simply does nothing on systems that does not &g

Re: MySQL 3.23.38 released

2001-05-16 Thread Sinisa Milivojevic
Florin Andrei writes: > On 15 May 2001 13:21:12 +0300, Sinisa Milivojevic wrote: > > > > The reason why you are having problems in building from source is that > > you are most probably using gcc 2.96, which is simply broken. > > Will you accept further patches to the spec file that will try to

Re: MySQL 3.23.38 released

2001-05-15 Thread Florin Andrei
.0 system with all updates applied, except for the kernel which is the original one) I modified the spec file like this: ####### --- mysql-3.23.38.spec.orig Wed May 9 13:56:54 2001 +++ mysql-3.23.38.spec Tue May 15 15:15:38 2001 @@ -151,9 +151,9 @@ # The --en

Compile broken: mysql-3.23.38/mit-pthreads

2001-05-15 Thread David Favor
No mention of this on the lists. Suggestions? ___ empire>uname -a FreeBSD davidfavor.com 4.2-RELEASE FreeBSD 4.2-RELEASE #0a: Tue Feb 27 14:08:02 MST 2001 root@fc:/usr/src/sys/compile/VKERN i386 gcc -I. -Iinclude -I/usr/home/dfavor/rpm/BUILD/mysql-3.23.38/mit-pthreads/incl

Re: MySQL 3.23.38 released

2001-05-15 Thread Florin Andrei
On 15 May 2001 13:21:12 +0300, Sinisa Milivojevic wrote: > > The reason why you are having problems in building from source is that > you are most probably using gcc 2.96, which is simply broken. Will you accept further patches to the spec file that will try to autodetect the compiler and make u

Re: MySQL 3.23.38 released

2001-05-15 Thread Sinisa Milivojevic
hunter writes: > Are you saying that the current version of gcc for RedHat Linux 7.1 > (i.e. 2.96) is not working for you and thus preventing the rpm from > building? Thats awfully interesting, and you should report the bug, if > that is indeed what you are seeing, to bugzilla... > Yes, the abo

Re: MySQL 3.23.38 released

2001-05-15 Thread hunter
> > Florin Andrei > > > > "Remember, son: > > if you never try, you never fail" - Homer Simpson > > --- mysql-3.23.38.spec.orig Wed May 9 13:56:54 2001 > > +++ mysql-3.23.38.specMon May 14 16:09:46 2001 > > @@ -18,7 +18,7 @@ > > UR

Re: MySQL 3.23.38 released

2001-05-15 Thread Sinisa Milivojevic
son: > if you never try, you never fail" - Homer Simpson > --- mysql-3.23.38.spec.orig Wed May 9 13:56:54 2001 > +++ mysql-3.23.38.specMon May 14 16:09:46 2001 > @@ -18,7 +18,7 @@ > URL: http://www.mysql.com/ > Packager:David Axmark <[EMAIL PROTECTED]

Re: MySQL 3.23.38 released

2001-05-14 Thread Florin Andrei
, please include it in the "official" mysql rpms! Best regards, and keep up the good work! -- Florin Andrei "Remember, son: if you never try, you never fail" - Homer Simpson --- mysql-3.23.38.spec.orig Wed May 9 13:56:54 2001 +++ mysql-3.23.38.spec Mon May

RE: MySQL 3.23.38 released

2001-05-14 Thread Robert Henkel
Sorry its early for me and I didnt read the bottom of this email. Sorry:) -Original Message- From: Robert Henkel [mailto:[EMAIL PROTECTED]] Sent: Monday, May 14, 2001 8:40 AM To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: MyS

RE: MySQL 3.23.38 released

2001-05-14 Thread Robert Henkel
Can you compile a win32 version of this? Or will there be a binary for win32 soon? Thanks -Original Message- From: Michael Widenius [mailto:[EMAIL PROTECTED]] Sent: Friday, May 11, 2001 4:51 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: MySQL 3.23.38

MySQL 3.23.38 released

2001-05-11 Thread Michael Widenius
Hi! This release includes mainly fixes for BDB and InnoDB tables. You can now find MySQL-Max (MySQL binaries with support for the above table types) for most supported platforms at http://www.mysql.com/downloads/mysql-max-3.23.html The windows binary is under testing and should hopefully be re

MySQL 3.23.38

2001-04-24 Thread Joshua J. Kugler
MySQL 3.23.38 is already in the change log. Is there a proposed release date? I don't want to install 3.23.37 just to have to install 3.23.38 tomorrow. Thanks. j-k - -- Joshua Kugler Associated Students of the University of Alaska Fairbanks Information Services Director [