You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
MCOL-454 I_S.COLUMNSTORE_FILES multi-node
I_S.COLUMNSTORE_FILES returned bad filenames and NULL file sizes when there are multiple nodes in a ColumnStore cluster It adds an extra message call to the WriteEngine to get the file size for that file. The I_S function will figure out which WriteEngine to communicate with and get the file size details from it.
This commit is contained in:
@ -76,6 +76,7 @@ enum ServerMessages
|
||||
WE_SVR_REDISTRIBUTE,
|
||||
WE_SVR_CLOSE_CONNECTION,
|
||||
WE_SVR_GET_FILESIZES,
|
||||
WE_SVR_GET_FILESIZE,
|
||||
WE_SVR_PURGEFD,
|
||||
WE_END_TRANSACTION,
|
||||
WE_SRV_FIX_ROWS,
|
||||
|
Reference in New Issue
Block a user