1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2026-01-06 08:21:10 +03:00

Fix merge and coding style issues

This commit is contained in:
Andrew Hutchings
2018-06-22 15:31:31 +01:00
parent 7ca289ded9
commit 8c90419852
49 changed files with 1198 additions and 925 deletions

View File

@@ -120,7 +120,7 @@ bool mcsv1Context::operator==(const mcsv1Context& c) const
// We don't test the per row data fields. They don't determine
// if it's the same Context.
if (getName() != c.getName()
||fRunFlags != c.fRunFlags
|| fRunFlags != c.fRunFlags
|| fContextFlags != c.fContextFlags
|| fUserDataSize != c.fUserDataSize
|| fResultType != c.fResultType