1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-09-01 01:22:04 +03:00

MCOL-1654. Querystats table creation broken.

Escaped the ` chars to make the shell happy.

Conflicts:
	dbcon/mysql/install_calpont_mysql.sh
This commit is contained in:
Patrick LeBlanc
2018-11-05 13:33:56 -06:00
parent bd6220ccd1
commit 60fb620dcb

View File

@@ -99,7 +99,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,