saction in the way:
set AUTOCOMMIT=0:
BEGIN;
update .;
...
...
COMMIT;
set AUTOCOMMIT=1;
or
ROLLBACK;
set AUTOCOMMIT=1;
If someone has an idea what happens here, please answer!
Greetings
Charley
-
Before posting, pl
How can I accomplish
this?
Charley
-
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 <[EMAIL PROTEC
it's own index, product number, store,
class, designer, and title are inside an index called index_product.
In prodcat, product number, category, and subcategory are part of an
index called index_category.
Thanks in advance for your attention and time.
Charley
--
Yes, I am!!!
-Original Message-
From: Jeremy Zawodny [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 13, 2001 1:13 PM
To: ¨öEA©¡¨¬¢¬
Cc: '[EMAIL PROTECTED]'
Subject: Re: InnoDB and Multithread
On Mon, Aug 13, 2001 at 01:03:38PM +0900, ½ÉÃæº¸ wrote:
>
> Hi, everyone.
> I CREATE TABLE foo