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,
|
end DATATYPE,
|
||||||
SCALE, PREC, COLUMNLENGTH COLLEN, COLUMNPOSITION POS, COMPRESSIONTYPE CT
|
SCALE, PREC, COLUMNLENGTH COLLEN, COLUMNPOSITION POS, COMPRESSIONTYPE CT
|
||||||
from
|
from
|
||||||
SYSCOLUMN
|
syscolumn
|
||||||
order by
|
order by
|
||||||
`schema`, TABLENAME, POS;
|
`schema`, TABLENAME, POS;
|
||||||
|
Reference in New Issue
Block a user