reformat source code

according to code styles, 'AccessModifierOffset' should be -2.
This commit is contained in:
gm
2021-06-16 15:48:42 +08:00
committed by MizuhaHimuraki
parent 8c4a2f26a6
commit 4a92b6d7df
3314 changed files with 23131 additions and 23401 deletions

View File

@ -21,7 +21,7 @@ namespace sql {
class ObResultSet;
class ObSQLSessionInfo;
class ObEndTransCbPacketParam {
public:
public:
ObEndTransCbPacketParam()
: affected_rows_(0), last_insert_id_to_client_(0), is_partition_hit_(true), trace_id_(), is_valid_(false)
{
@ -74,7 +74,7 @@ class ObEndTransCbPacketParam {
TO_STRING_KV(
K_(message), K_(affected_rows), K_(last_insert_id_to_client), K_(is_partition_hit), K_(trace_id), K_(is_valid));
private:
private:
char message_[common::MSG_SIZE]; // null terminated message string
int64_t affected_rows_; // number of rows affected by INSERT/UPDATE/DELETE
uint64_t last_insert_id_to_client_;