1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

Added SMDataFile methods to the list tested.

This commit is contained in:
Patrick LeBlanc
2019-01-24 17:34:20 -06:00
parent a2c789d52a
commit 4583b2e8dc
4 changed files with 82 additions and 8 deletions

View File

@ -65,6 +65,8 @@ SMComm * SMComm::get()
errno = l_errno; \
common_exit(bs1, bs2, retCode); \
} \
else \
errno = 0; \
}
SMComm::SMComm()