it's supports large files; and BerkeleyDB. For Doing transaction . And Php 404.pl1 can call this new ability of mysql.
Thanks
yep, mysql 3.23 rocks.
now if update/insert/delete could use joins with other tables and it had better string search support life would be good.
but i'm just picky.
If i wanna use commit and rollack with in php called. How can i use with mysql? I get the lastest release and lastest doc still not support?
I must insert or update many more table ,if transaction failed between process, It's not good.
mysql does suppport transactions with the bdb tables. the support of transactions has nothing to do with php.
http://www.mysql.com/doc/C/O/COMMIT.html
http://www.mysql.com/doc/M/i/Missing_Transactions.html
http://www.mysql.com/doc/B/D/BDB.html
better string search? you've got LIKE, Regexp and FULLTEXT.. what more could a man want? :-)
Make sure your tables are BDB tables, first. Then look at the examples in the manual. Remember that ANY command entered from the command line of MySQL can be run through mysql_query() in PHP.
---John Holmes...