Skip to content

Commit 1b51a26

Browse files
Merge origin/master into alfa
Conflicts: CHANGELOG.md src/CometQLProxy_connection.cpp src/CometQLProxy_connection.h src/dbLink.h src/ini_parser/ini_parser.hpp src/main.h
2 parents a2fd55e + 2c19f91 commit 1b51a26

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ FEATURES:
8989
* Added server version to ws answer
9090
* Js Api version 3.26
9191
* Removed message `setState` from console log in Js Api
92-
* Fixed bug when Js api in offline
92+
* Fixed bug when Js api in offline

src/MySql_connection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2692,4 +2692,4 @@ void MySql_connection::addIntervalRoutine()
26922692
local_buf->db.query_format("DELETE FROM `pipe_messages` where time < %d and pipe_name like 'trust_%%' ", time(0) - 120);
26932693
});
26942694

2695-
}
2695+
}

src/ini_parser/ini_parser.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,4 +499,4 @@ class ini_parser
499499
std::string current_section;
500500
};
501501

502-
#endif
502+
#endif

src/tcpServer_benchmark.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,4 +252,4 @@ void usage_statistics::start()
252252
exportdata.append("end=true");
253253
send(exportdata);
254254
});
255-
}
255+
}

0 commit comments

Comments
 (0)