You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
match the rename in the handler rows_changed->rows_stats.updated
This commit is contained in:
committed by
Leonid Fedorov
parent
f62ef0041c
commit
fa8631c6cb
@ -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.
|
||||
|
Reference in New Issue
Block a user