Trying to compile mysql 5.5 on Ubuntu 12.04

2012-06-27 Thread Travis Briggs
Hello, I've checked out the sources using $ bzr branch lp:mysql-server/5.5 mysql-5.5 In the mysql directory, I'm trying to execute: $ BUILD/compile-pentium64-debug --prefix=~/mysql-bin This seems logical, because my I have 64 bit Ubuntu 12.04 and an Intel CPU It gets to 100% and then fails:

Re: mysql claims table does not exist. but it does

2007-11-03 Thread Kim Briggs
On Oct 31, 2007 3:22 AM, robert rottermann <[EMAIL PROTECTED]> wrote: > Hi there, > I have a strange problem. > > I am using Server version: 5.0.45 SUSE MySQL RPM > > I made a backup of a database by copying its directory like so: > mv urulu urulu_X > then I recreateded the database, played a littl

MySQL-4.1.14 Compile Fails HP-UX 11i GCC-4.0.1

2005-09-20 Thread Briggs, Patrick
ingle gcc version 4.0.1 - Patrick Briggs

Re: many to many

2005-04-20 Thread Kim Briggs
An answer won't make much sense if you truly don't have a clue. W3schools has a good intro on joins. http://www.google.com/search?hl=en&q=sql+join+syntax&btnG=Google+Search cheers, KB On 4/20/05, Perry Merritt <[EMAIL PROTECTED]> wrote: > Hi, I'm a novice. > > I've designed a database that sup

Re: Relative Numeric Values

2005-04-16 Thread Kim Briggs
David, In reading through miscellaneous database design text on the web, I read just the other day that you should not try to include meaningful data in your key values. I assume there will be some kind of "lookup" tables for species, phylum, whatever. Trying to make your key field "smart" seems

Question about IN operator

2003-02-15 Thread Don! Briggs
I have a field (cdfeature) that contains a list of comma seperated values. Example follows: select item_id, cdfeature from cars where (101 in (cdfeature)); +-+-+ | item_id | cdfeature | +-+-+ | 320 | 101,104,106 | |

Patch to facilitate compilation on NetBSD/powerpc systems

2002-04-01 Thread briggs
beq Ldone /* if oset != NULL */ ! stw 3,0(5) /* *oset = oldmask */ Ldone: ! li 3,0 /* return 0 */ blr #endif /* SYS_sigprocmask14 */ >Submitter-Id: >Originator:Allen Briggs >Organization: Wasabi Systems, Inc. &g