Added a simple test for dbshard router.
The test sets a session variable and queries a union of this variable and a value in each of the databases.
This commit is contained in:
@ -23,6 +23,7 @@ target_link_libraries(cli log_manager utils)
|
||||
install(TARGETS cli DESTINATION modules)
|
||||
|
||||
add_subdirectory(readwritesplit)
|
||||
add_subdirectory(dbshard/test)
|
||||
if(BUILD_BINLOG)
|
||||
add_subdirectory(binlog)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user