KB> Doesn't mysql support begin and rollback transactions?
I *believe* it went like this -- syntax supported and returned success
without doing anything in older versions, then functionality was
actually *implemented* more recently -- maybe only most recent stable
release? (v3.23)
At 14:52 4/4/2001 -0700, Kristopher Briscoe wrote:
Hi,
See the sample below:
C:\mysql\bin>mysql test
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 3 to server version: 3.23.36
Type 'help;' or '\h' for help. Type '\c' to clear the buffer
mysql> create tabl
The MySQL manual is one of the best I've seen
1)
http://www.mysql.com/documentation/mysql/bychapter/manual_Compatibility.html
#Commit-rollback
2)
http://www.mysql.com/documentation/mysql/bychapter/manual_Reference.html#JOI
N
Regards,
Gary "SuperID" Huntress
===
On Wed, Apr 04, 2001 at 02:52:39PM -0700, Kristopher Briscoe wrote:
>
> Doesn't mysql support begin and rollback transactions? If so what
> is the correct procedure to make it happen. I logged in and ran my
> query..
Depends on the table type. Check the manual for details on the
different tabl