|
||||||||||||||
|
New in This Group imap error6/20/2000 4:58:17 PM disconnect me from mail list!!!6/19/2000 2:35:53 AM compiling php4 with borland6/16/2000 3:50:11 PM More session question..6/15/2000 4:53:28 PM Session Question6/14/2000 4:26:24 PM Good snapshot?6/13/2000 9:59:37 PM httpd processes won't die since upgrade to PHP46/12/2000 6:13:49 AM Problem getting binary data over http6/10/2000 1:34:27 AM Sessions don't survive redirects...6/9/2000 4:15:47 PM Session in MySQL and save_handler...6/9/2000 4:09:35 PM |
New transaction support for MySQL?
|
|||||||||||||
| Group: php.version4 |
Subscribe
|
Posted:6/9/2000 12:26:46 PM | Replies:0 | Views:21 | Items(0) |
|
Hi all,
i just stumbeled over an announcement about new transaction capabilities with Berkeley DB tables for MySQL. Is anybody going to implement that for PHP in the near future? best regards Michael |
mku...@ambora.de (Michael Kunze) 6/9/2000 12:26:46 PM |
|
Michael Kunze wrote:
> > Hi all, > > i just stumbeled over an announcement about new transaction capabilities with > Berkeley DB tables for MySQL. Is anybody going to implement that for PHP in the > near future? > ....some additional hints: this new feature was announced today on freshmeat concerning a new version of Berkeley db and is also mentioned on the mysql website (http://www.mysql.com/news.html). Even Rasmus has commented on it ("Cool!")...see http://web.mysql.com/php/manual.php3?section=BDB |
mku...@ambora.de (Michael Kunze) 6/9/2000 8:43:57 PM |
|
Precedence: bulk
Hello Michael, On 09-Jun-00 10:26:46, you wrote: >i just stumbeled over an announcement about new transaction capabilities with >Berkeley DB tables for MySQL. Is anybody going to implement that for PHP in >the near future? There's nothing to implement in PHP to make it support MySQL transactions. You only need to use the SQL query types, SET AUTOCOMMIT or BEING, COMMIT and ROLLBACK. Keep in mind that you may have PHP linked with MySQL libraries rather than the libraries built-in PHP source code. Anyway, I have just updated PHP Metabase MySQL driver and it seems ROLLBACK is not working to revert insert columns even in a table with a PRIMARY KEY field and with AUTO_INCREMENT. The new PHP Metabase MySQL driver is available here for anybody to try: http://phpclasses.UpperDesign.com/browse.html/package/20 Regards, Manuel Lemos Web Programming Components using PHP Classes. Look at: http://phpclasses.UpperDesign.com/?user=mlemos@acm.org -- E-mail: mlemos@acm.org URL: http://www.mlemos.e-na.net/ PGP key: http://www.mlemos.e-na.net/ManuelLemos.pgp -- |
mle...@acm.org ("Manuel Lemos") 6/12/2000 11:35:06 PM |
note 97095 added to soapclient.soapclient
note 97094 added to function.sqlite-changes
note 97093 added to function.sqlite-changes
note 97092 added to ref.xmlrpc
note 97091 added to function.var-export