1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

MCOL-597 stabilization

This commit is contained in:
David Hall
2017-03-13 13:20:57 -05:00
parent f9e5b7b507
commit a3c4503bc9
8 changed files with 415 additions and 207 deletions

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,