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:
Markus Makela
2014-12-17 13:44:44 +02:00
parent 6013009c13
commit e6fca9b50d
5 changed files with 230 additions and 0 deletions

View File

@ -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()