Open systay opened 3 years ago
database -> keyspace?
It seems that the column name is coming from the underlying database name which defaults to vt_foobar
. If it were overridden using -init_db_name_override
flag to xyz
then the column name would be Tables_in_xyz
. Are we saying that it should always be Tables_in_foobar
regardless of underlying database name?
Yeah, this is all about imitating MySQL behaviour. The issue is not critical per se, but the behaviour is surprising, wouldn't you agree?
Overview of the Issue
When doing
show tables
on a database namedfoobar
, the column in the result set hasvt_
prepended: