├── LightConnectionPool.sln ├── LightConnectionPool ├── Connection.cpp ├── Connection.h ├── LightConnectionPool.cpp ├── LightConnectionPool.h ├── LightConnectionPool.vcxproj ├── LightConnectionPool.vcxproj.filters ├── LightConnectionPool.vcxproj.user ├── libmysql.dll ├── main.cpp ├── mysql.ini ├── public.h └── x64 │ └── Debug │ ├── Connection.obj │ ├── LightCon.6d43645f.tlog │ ├── CL.command.1.tlog │ ├── CL.read.1.tlog │ ├── CL.write.1.tlog │ ├── LightConnectionPool.lastbuildstate │ ├── link.command.1.tlog │ ├── link.read.1.tlog │ └── link.write.1.tlog │ ├── LightConnectionPool.exe.recipe │ ├── LightConnectionPool.ilk │ ├── LightConnectionPool.log │ ├── LightConnectionPool.obj │ ├── main.obj │ ├── vc143.idb │ └── vc143.pdb ├── README.md └── x64 └── Debug ├── LightConnectionPool.exe └── LightConnectionPool.pdb /LightConnectionPool.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HanshengGUO/LightConnectionPool/HEAD/LightConnectionPool.sln -------------------------------------------------------------------------------- /LightConnectionPool/Connection.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HanshengGUO/LightConnectionPool/HEAD/LightConnectionPool/Connection.cpp -------------------------------------------------------------------------------- /LightConnectionPool/Connection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HanshengGUO/LightConnectionPool/HEAD/LightConnectionPool/Connection.h -------------------------------------------------------------------------------- /LightConnectionPool/LightConnectionPool.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HanshengGUO/LightConnectionPool/HEAD/LightConnectionPool/LightConnectionPool.cpp -------------------------------------------------------------------------------- /LightConnectionPool/LightConnectionPool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HanshengGUO/LightConnectionPool/HEAD/LightConnectionPool/LightConnectionPool.h -------------------------------------------------------------------------------- /LightConnectionPool/LightConnectionPool.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HanshengGUO/LightConnectionPool/HEAD/LightConnectionPool/LightConnectionPool.vcxproj -------------------------------------------------------------------------------- /LightConnectionPool/LightConnectionPool.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HanshengGUO/LightConnectionPool/HEAD/LightConnectionPool/LightConnectionPool.vcxproj.filters -------------------------------------------------------------------------------- /LightConnectionPool/LightConnectionPool.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HanshengGUO/LightConnectionPool/HEAD/LightConnectionPool/LightConnectionPool.vcxproj.user -------------------------------------------------------------------------------- /LightConnectionPool/libmysql.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HanshengGUO/LightConnectionPool/HEAD/LightConnectionPool/libmysql.dll -------------------------------------------------------------------------------- /LightConnectionPool/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HanshengGUO/LightConnectionPool/HEAD/LightConnectionPool/main.cpp -------------------------------------------------------------------------------- /LightConnectionPool/mysql.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HanshengGUO/LightConnectionPool/HEAD/LightConnectionPool/mysql.ini -------------------------------------------------------------------------------- /LightConnectionPool/public.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HanshengGUO/LightConnectionPool/HEAD/LightConnectionPool/public.h -------------------------------------------------------------------------------- /LightConnectionPool/x64/Debug/Connection.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HanshengGUO/LightConnectionPool/HEAD/LightConnectionPool/x64/Debug/Connection.obj -------------------------------------------------------------------------------- /LightConnectionPool/x64/Debug/LightCon.6d43645f.tlog/CL.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HanshengGUO/LightConnectionPool/HEAD/LightConnectionPool/x64/Debug/LightCon.6d43645f.tlog/CL.command.1.tlog -------------------------------------------------------------------------------- /LightConnectionPool/x64/Debug/LightCon.6d43645f.tlog/CL.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HanshengGUO/LightConnectionPool/HEAD/LightConnectionPool/x64/Debug/LightCon.6d43645f.tlog/CL.read.1.tlog -------------------------------------------------------------------------------- /LightConnectionPool/x64/Debug/LightCon.6d43645f.tlog/CL.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HanshengGUO/LightConnectionPool/HEAD/LightConnectionPool/x64/Debug/LightCon.6d43645f.tlog/CL.write.1.tlog -------------------------------------------------------------------------------- /LightConnectionPool/x64/Debug/LightCon.6d43645f.tlog/LightConnectionPool.lastbuildstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HanshengGUO/LightConnectionPool/HEAD/LightConnectionPool/x64/Debug/LightCon.6d43645f.tlog/LightConnectionPool.lastbuildstate -------------------------------------------------------------------------------- /LightConnectionPool/x64/Debug/LightCon.6d43645f.tlog/link.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HanshengGUO/LightConnectionPool/HEAD/LightConnectionPool/x64/Debug/LightCon.6d43645f.tlog/link.command.1.tlog -------------------------------------------------------------------------------- /LightConnectionPool/x64/Debug/LightCon.6d43645f.tlog/link.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HanshengGUO/LightConnectionPool/HEAD/LightConnectionPool/x64/Debug/LightCon.6d43645f.tlog/link.read.1.tlog -------------------------------------------------------------------------------- /LightConnectionPool/x64/Debug/LightCon.6d43645f.tlog/link.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HanshengGUO/LightConnectionPool/HEAD/LightConnectionPool/x64/Debug/LightCon.6d43645f.tlog/link.write.1.tlog -------------------------------------------------------------------------------- /LightConnectionPool/x64/Debug/LightConnectionPool.exe.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HanshengGUO/LightConnectionPool/HEAD/LightConnectionPool/x64/Debug/LightConnectionPool.exe.recipe -------------------------------------------------------------------------------- /LightConnectionPool/x64/Debug/LightConnectionPool.ilk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HanshengGUO/LightConnectionPool/HEAD/LightConnectionPool/x64/Debug/LightConnectionPool.ilk -------------------------------------------------------------------------------- /LightConnectionPool/x64/Debug/LightConnectionPool.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HanshengGUO/LightConnectionPool/HEAD/LightConnectionPool/x64/Debug/LightConnectionPool.log -------------------------------------------------------------------------------- /LightConnectionPool/x64/Debug/LightConnectionPool.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HanshengGUO/LightConnectionPool/HEAD/LightConnectionPool/x64/Debug/LightConnectionPool.obj -------------------------------------------------------------------------------- /LightConnectionPool/x64/Debug/main.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HanshengGUO/LightConnectionPool/HEAD/LightConnectionPool/x64/Debug/main.obj -------------------------------------------------------------------------------- /LightConnectionPool/x64/Debug/vc143.idb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HanshengGUO/LightConnectionPool/HEAD/LightConnectionPool/x64/Debug/vc143.idb -------------------------------------------------------------------------------- /LightConnectionPool/x64/Debug/vc143.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HanshengGUO/LightConnectionPool/HEAD/LightConnectionPool/x64/Debug/vc143.pdb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HanshengGUO/LightConnectionPool/HEAD/README.md -------------------------------------------------------------------------------- /x64/Debug/LightConnectionPool.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HanshengGUO/LightConnectionPool/HEAD/x64/Debug/LightConnectionPool.exe -------------------------------------------------------------------------------- /x64/Debug/LightConnectionPool.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HanshengGUO/LightConnectionPool/HEAD/x64/Debug/LightConnectionPool.pdb --------------------------------------------------------------------------------