You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
Fix typos in bugfixes.mcol-5074 and bugfixes.mcol-5669 tests
This commit is contained in:
committed by
Leonid Fedorov
parent
ce8368defd
commit
f8b32bbf9a
@ -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;
|
||||
|
@ -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';
|
||||
|
||||
|
Reference in New Issue
Block a user