You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
fix(writeengine) MCOL-4202: use schema name when renaming table and change it's fields in syscat
This commit is contained in:
committed by
Leonid Fedorov
parent
74c1a38f2c
commit
fadb102712
@ -97,6 +97,13 @@ function spinner
|
||||
echo
|
||||
}
|
||||
|
||||
function onelinearizator
|
||||
{
|
||||
while read data; do
|
||||
echo -ne "\r\033[K$data"
|
||||
done;
|
||||
echo
|
||||
}
|
||||
|
||||
detect_distro()
|
||||
{
|
||||
|
Reference in New Issue
Block a user