Commit 474711c3 authored by Tien Thinh NGUYEN's avatar Tien Thinh NGUYEN

Add a small comment

parent 28ce511f
......@@ -74,6 +74,7 @@ bool mysql_db::connect(uint32_t num_retries) {
int i = 0;
while (i < num_retries) {
// TODO: use mysql_real_connect_nonblocking (only from MySQL 8.0.16)
if (!mysql_real_connect(
&mysql_connector, udr_cfg.mysql.mysql_server.c_str(),
udr_cfg.mysql.mysql_user.c_str(), udr_cfg.mysql.mysql_pass.c_str(),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment