Re: auto_increment vs. heap tables

2001-08-16 Thread Eduardo J. Vega Arguedas
ot;Andrew Schmidt" <[EMAIL PROTECTED]> >Cc: <[EMAIL PROTECTED]> >Sent: Thursday, August 16, 2001 12:50 PM >Subject: Re: auto_increment vs. heap tables > > > > Uh oh... Please NO. I want the standard _FAST_ auto_increment, not this. > > "select max(id

Re: auto_increment vs. heap tables

2001-08-16 Thread Andrew Schmidt
#x27;" <[EMAIL PROTECTED]> Sent: Thursday, August 16, 2001 1:02 PM Subject: RE: auto_increment vs. heap tables > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Except, if you have a table like so: > > ++-+ > | id | num | > ++-+ > |

Re: auto_increment vs. heap tables

2001-08-16 Thread Andrew Schmidt
ct the max(sess_id). well anyway, sorry I couldn't help more. thanks, -- Andrew - Original Message - From: "Leos Bitto" <[EMAIL PROTECTED]> To: "Andrew Schmidt" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, August 16, 2001 12:50 PM

Re: auto_increment vs. heap tables

2001-08-16 Thread Leos Bitto
"Leos Bitto" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, August 14, 2001 6:05 AM > Subject: auto_increment vs. heap tables > > > > Hello, > > > > I am currently changing a simple PHP4-based application from PostgreSQL > &g

Re: auto_increment vs. heap tables

2001-08-16 Thread Andrew Schmidt
id recieved from the select. so doing it manually with heap tables seems quite feasable just a little extra work. thanks, -- Andrew - Original Message - From: "Leos Bitto" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 14, 2001 6:05 AM Subject: a

Re: auto_increment vs. heap tables

2001-08-16 Thread Leos Bitto
On Wed, 15 Aug 2001, Jeremy Zawodny wrote: > On Tue, Aug 14, 2001 at 12:05:08PM +0200, Leos Bitto wrote: > > Hello, > > > > I am currently changing a simple PHP4-based application from > > PostgreSQL 7.1 to MySQL 3.23. > > Welcome to MySQL, then. :-) I am already using MySQL a lot, and now I am

Re: auto_increment vs. heap tables

2001-08-15 Thread Jeremy Zawodny
On Tue, Aug 14, 2001 at 12:05:08PM +0200, Leos Bitto wrote: > Hello, > > I am currently changing a simple PHP4-based application from > PostgreSQL 7.1 to MySQL 3.23. Welcome to MySQL, then. :-) > I have some tables in the database which I would like to create as > TYPE=HEAP in MySQL. Because I

auto_increment vs. heap tables

2001-08-14 Thread Leos Bitto
Hello, I am currently changing a simple PHP4-based application from PostgreSQL 7.1 to MySQL 3.23. I have some tables in the database which I would like to create as TYPE=HEAP in MySQL. Because I have read the MySQL manual (applause here, please!) I know that auto_increment cannot be used there. T