You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-05 16:15:50 +03:00
MCOL-1654. Querystats table creation broken.
Escaped the ` chars to make the shell happy.
This commit is contained in:
@@ -112,7 +112,7 @@ CREATE TABLE IF NOT EXISTS infinidb_querystats.querystats
|
|||||||
query varchar(8000),
|
query varchar(8000),
|
||||||
startTime timestamp NOT NULL,
|
startTime timestamp NOT NULL,
|
||||||
endTime timestamp NOT NULL,
|
endTime timestamp NOT NULL,
|
||||||
`rows` bigint,
|
\`rows\` bigint,
|
||||||
errno int,
|
errno int,
|
||||||
phyIO bigint,
|
phyIO bigint,
|
||||||
cacheIO bigint,
|
cacheIO bigint,
|
||||||
|
Reference in New Issue
Block a user