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
MCOL-4033: table changed to lowercase.
This commit is contained in:
@ -22,6 +22,6 @@ select
|
||||
end DATATYPE,
|
||||
SCALE, PREC, COLUMNLENGTH COLLEN, COLUMNPOSITION POS, COMPRESSIONTYPE CT
|
||||
from
|
||||
SYSCOLUMN
|
||||
syscolumn
|
||||
order by
|
||||
`schema`, TABLENAME, POS;
|
||||
|
Reference in New Issue
Block a user