Using <=> in WHERE vs HAVING clause

2005-02-21 Thread Rene Churchill
Good evening folks, I'm seeing some odd behavior in MySQL 4.0.21 running on Mac OS X 10.3.7 I'm trying to compare two identical tables and find the rows that are new/modified. I can't use a timestamp column because the "new" table is constantly regenerated. So I'm using a large WHERE clause and t

Using <=> in WHERE vs HAVING clause

2005-02-22 Thread Rene Churchill
| b| b| c| c| +--+--+--+--+--+--+ | NULL |2 | NULL |2 | NULL |2 | | NULL |3 | NULL |3 | NULL |3 | | NULL |4 | NULL |4 | NULL | 4 | +------+--+--+--+--+--+ 3 rows in set (0.00 sec) -- Rene Ch

Re: Using <=> in WHERE vs HAVING clause

2005-02-22 Thread Rene Churchill
uld have been CC:-ing the list this whole time. That way everyone else would have been able to contribute and learn, too. It's a hard call to make, between pestering uninterested parties and teaching those who never see the intermediate steps in figuring out a problem. Posting the answer

mysqld forgets location of datadir

2001-08-13 Thread Rene Churchill
I'm having a problem with mysql forgetting the location of it's datadir. After the server has been running for some time, it looses track and starts throwing errors when I attempt to select a database. Killing mysqld and letting safe_mysqld restart it fixes the problem for a while, but having t

Re: encrypt/decrypt question

2001-08-14 Thread Rene Churchill
If all you're looking for is a trivial hiding of the data, then I'd suggest doing a rot13 on the string. I highly doubt there is a native SQL function that does this, so you'll need to write your own function in whatever interface you're using. Perl/PHP/whatever. Rot13 is a simple rotation of

Re: FreeBSD and multiple daemons

2001-08-19 Thread Rene Churchill
g it up. I can run the memory up > to 4g on the machine if necessary to handle the extra memory requirements. > Also, are there changes I'll have to make to my apps that use mysql to deal > with this? I searched the list for multiple daemons and didn't find much > there, m

Re: normalization question

2001-08-19 Thread Rene Churchill
s who did not confirm reading the email. My Query is like: > select member_id, (more) FROM members WHERE read_array not like '%mail_id%' > > Is there any possible way I could accompish this task in one query if I had > this process

RE: normalization question

2001-08-20 Thread Rene Churchill
rs that >have not read the mailing, is that possible (assuming I don't use the >reverted logic you were talking about). > > > >Daren Cotter >CEO, InboxDollars.com >http://www.inboxdollars.com >(507) 382-0435 > >-Original Message- >From: Rene Churchil

Re: Speaking of tree searches

2001-08-20 Thread Rene Churchill
Definitely pull the data out into an array with one large query. It'll be much faster than the thousands/millions of queries you'd be generating otherwise. Graph-theory problems like this go exponential really fast. Rene At 02:05 PM 8/20/01, you wrote: >Hans Zaunere wrote: >>Maybe it'

Re: mysql on OS X >>>PROBLEM!

2002-09-11 Thread Rene Churchill
gt; > > - > Before posting, please check: >http://www.mysql.com/manual.php (the manual) >http://lists.mysql.com/ (the list archive) > > To request this thread, e-mail <[EM