Skip to content

Commit

Permalink
fix bvt case
Browse files Browse the repository at this point in the history
  • Loading branch information
gouhongshen committed Mar 12, 2024
1 parent 44780a1 commit 2940e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/distributed/cases/tenant/tenant.result
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SQL parser error: You have an error in your SQL syntax; check the manual that co
show accounts;
account_name admin_name created status suspended_time db_count table_count size comment
tenant_test root 2023-11-12 12:43:41 open null 5 56 0.0 tenant_test
sys root 2023-11-12 03:33:41 open null 7 84 13.256612 system account
sys root 2023-11-12 03:33:41 open null 7 72 13.256612 system account
drop account if exists tenant_test;
select account_id,relname,relkind from mo_catalog.mo_tables where reldatabase = 'mo_catalog' and relname not like '__mo_index_unique__%' order by relname;
account_id relname relkind
Expand Down

0 comments on commit 2940e6d

Please sign in to comment.