I'm looking at the attached test program which is calling:
CHECK_RET_EXIT(session->sync(session, tableName, NULL));
where tableName is:
const char * const tableName = "table:access";
and I'm getting an error that sync isn't supported on the uri.
Isn't sync supported on a table uri?
- related to
-
WT-73 there's no error message if the configuration strings are wrong
- Closed
-
WT-188 Feature/eviction fixes
- Closed
-
WT-192 Put all of the schema file's config into WiredTiger.turtle
- Closed
-
WT-324 support fixed-size block targets for compression
- Closed
-
WT-336 Lsm checkpoint open
- Closed
-
WT-417 Do compaction in the calling thread instead of interrupting the eviction thread
- Closed
-
WT-449 Add __wt_cache_pages_dirty and make naming consistent.
- Closed
-
WT-452 Include the default file configuration when opening a file.
- Closed
-
WT-455 Investigate using direct ByteBuffers in Java API
- Closed