1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-10-31 18:30:33 +03:00

chore(format): apply clang-format

This commit is contained in:
Leonid Fedorov
2025-09-01 13:16:11 +00:00
committed by drrtuy
parent 6ec363af70
commit 0554ab3dd0
5 changed files with 131 additions and 97 deletions

View File

@@ -978,8 +978,8 @@ extern "C"
return 0;
}
if (l > TraceSize)
l = TraceSize;
if (l > TraceSize * 100)
l = TraceSize * 100;
*length = l;
return out->c_str();

View File

@@ -129,7 +129,6 @@ static void store_query_plan(execplan::SCSEP& csep, PlanType planType)
}
}
static void store_applied_rules(const std::string rboRules)
{
cal_connection_info* ci = ensure_conn_info();