You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/lib_old/mysql_backend.cpp

15 lines
237 B

#include "proxysql.h"
#include "cpp.h"
MySQL_Backend::MySQL_Backend() {
hostgroup_id=-1;
server_myds=NULL;
server_mycpe=NULL;
server_bytes_at_cmd.bytes_recv=0;
server_bytes_at_cmd.bytes_sent=0;
}
void MySQL_Backend::reset() {
}