Database Pool
This commit is contained in:
parent
59c1ffd027
commit
fe2fbb9ad0
23 changed files with 268 additions and 63 deletions
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include "mysql.h"
|
||||
|
||||
namespace DB {
|
||||
class MySQL::Transaction {
|
||||
public:
|
||||
Transaction(MYSQL* connection);
|
||||
|
@ -17,3 +18,4 @@ private:
|
|||
MYSQL* con;
|
||||
bool opened;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue