1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

Fix typos in bugfixes.mcol-5074 and bugfixes.mcol-5669 tests

This commit is contained in:
Timofey Turenko
2025-06-24 15:59:58 +03:00
committed by Leonid Fedorov
parent ce8368defd
commit f8b32bbf9a
2 changed files with 1 additions and 2 deletions

View File

@ -40,4 +40,4 @@ select
case when da.mtn in ('PFG','Person Focal Group') then count( acct_id) end +
case when da.mtn = 'Person Focal Group' then count( acct_id) end as PFG_active_accounts
from accnt da group by mtn, accts, act_created_dt order by mtn;
DROP DATABASE mcol_5074_db;

View File

@ -113,4 +113,3 @@ di_source_id brand_sku_id adjusted_dtm is_sit sit_uom sales_uom_daily_average
DROP DATABASE mcol_5669;
REVOKE ALL PRIVILEGES ON *.* FROM 'cejuser'@'localhost';
DROP USER 'cejuser'@'localhost';