1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

MCOL-1654. Querystats table creation broken.

Escaped the ` chars to make the shell happy.
This commit is contained in:
Patrick LeBlanc
2018-11-05 13:33:56 -06:00
parent ed4ca2cdd7
commit 4fc5f3892c

View File

@ -112,7 +112,7 @@ CREATE TABLE IF NOT EXISTS infinidb_querystats.querystats
query varchar(8000),
startTime timestamp NOT NULL,
endTime timestamp NOT NULL,
`rows` bigint,
\`rows\` bigint,
errno int,
phyIO bigint,
cacheIO bigint,