Author | Message |
---|---|
PoonamPawar
Posts: 16
|
Posted 17:52 Aug 15, 2009 |
Hello Professor, I have doubt regarding my testfile & it's result. I don't understand where it goes wrong. This is my testfile. SimpleDB.init("studentsdb"); When I run this it gives me result: new transaction: 1 So,I delete all the content of simpledb.log file & run testfile again. Still it's giving the same output as above & when I run LogViewer then it's giving output as,
I don't understand,from where this coming.. Log:<COMMIT 1>
Can you please give me any idea?
|
cysun
Posts: 2935
|
Posted 18:01 Aug 15, 2009 |
Read the SimpleDB.init() code. Read the lecture notes - the slide "Undo Recovery in SimpleDB" in recover.ppt. |
PoonamPawar
Posts: 16
|
Posted 18:36 Aug 15, 2009 |
Ok.. Got it. Thank you. |