» Quick Links
You can make money on these forums
We Share profits with you
Google
Google Adsense
Google Adwords
YPN
Yahoo
MSN Search
Web Directories
Web Hosting
Web Hosting Offers
Hosting News
Suggestions
Link Building
Domain Names
PHP Forums
MySQL Forums
» More Links
OSP News
Reseller Hosting
Shared Hosting
Dedicated Servers
Google Adsense
Search Engine Marketing
Link Development
Affiliate Marketing


» Advertising
Multiple DC PR Check

Free SEO Tools


Go Back   Webmaster Forums > Website Developement / Programming > MySQL Forums

MySQL Forums Share Your Ideas and Tips about MYSQL. Ask questions about MYSQL. Table Design and Much More...

Reply
 
Thread Tools Display Modes
  #1  
Old 01-07-2007, 05:02 AM
Yash Yash is offline
Junior Member
 
Join Date: Oct 2006
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Yash is on a distinguished road
Default rollback problem?

Hello people,
My tables are all MyISAM. I found the database did a rollback when the server was rebooted. Also, an invoice will be created. The parent' invoice table does not allow duplicate invoice id's - however strangely enough invoice 711 was created and printed off - then the clerk created another invoice - in which the same # was issued and all record of the previous 711 was gone. But then a small rollback occurred. Any idea why this would happen? Your help is appreciated.
Thank you so much! -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
Revenue Sharing Ads ( ?):
  #2  
Old 01-09-2007, 03:26 AM
Beau Beau is offline
Senior Member
 
Join Date: Jul 2006
Posts: 132
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 18
Beau is on a distinguished road
Default

MyISAM cannot do rollback. Every change is immediately written to the data file. But this file is not flushed to disk immediately. The operating system flushes it on its own discretion. Hence, data can be lost if the operating system stops without flushing its file system cache. -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
problem ! please help! shahbaz419 Domain Names Forum 0 02-17-2007 05:48 AM
stored procedure creating problem? Wumchi MySQL Forums 1 11-23-2006 04:57 AM
Backspace key problem in MSN chat only! rozntom General Talk 1 09-04-2006 05:54 AM
Export to CSV problem Export to CSV problem walsh MySQL Forums 1 08-29-2006 03:20 PM
mailing list problem jolly PHP Programming and Tips 1 08-12-2006 11:36 AM


All times are GMT. The time now is 12:44 PM.