1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

match the rename in the handler rows_changed->rows_stats.updated

This commit is contained in:
Sergei Golubchik
2024-05-22 22:32:51 +02:00
parent a81afdaf5b
commit 2acda95e0b
2 changed files with 6 additions and 1 deletions

View File

@ -67,6 +67,11 @@ pthread_mutex_t mcs_mutex;
#endif
#define DEBUG_RETURN return
#if MYSQL_VERSION_ID >= 110500
/* because of renames in the handler class */
#define rows_changed rows_stats.updated
#endif
/**
@brief
Function we use in the creation of our hash to get key.