annotate caching-tests/test.urs @ 2207:f0f7bf234893
Removes DBMS choice override from compiler.sml (which was there for debugging).
author |
Ziv Scully <ziv@mit.edu> |
date |
Fri, 30 May 2014 12:00:00 -0400 |
parents |
39faa4a037f4 |
children |
365727ff68f4 |
rev |
line source |
ziv@2203
|
1 val cache01 : unit -> transaction page
|
ziv@2203
|
2 val cache10 : unit -> transaction page
|
ziv@2203
|
3 val cache11 : unit -> transaction page
|
ziv@2203
|
4 val flush01 : unit -> transaction page
|
ziv@2203
|
5 val flush10 : unit -> transaction page
|
ziv@2203
|
6 val flush11 : unit -> transaction page
|