8cd9f696cf
This PR introduces READ COMMITTED and READ UNCOMMITTED isolation levels. The isolation level can be set with a config or with a query for different scopes.
3 lines
172 B
CMake
3 lines
172 B
CMake
add_executable(memgraph__e2e__isolation_levels isolation_levels.cpp)
|
|
target_link_libraries(memgraph__e2e__isolation_levels gflags mgclient mg-utils mg-io Threads::Threads)
|