You've already forked mariadb-columnstore-engine
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:
@@ -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();
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user