mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-04-18 21:44:02 +03:00
match the rename in the handler rows_changed->rows_stats.updated
This commit is contained in:
parent
f62ef0041c
commit
fa8631c6cb
4
VERSION
4
VERSION
@ -1,4 +1,4 @@
|
|||||||
COLUMNSTORE_VERSION_MAJOR=23
|
COLUMNSTORE_VERSION_MAJOR=23
|
||||||
COLUMNSTORE_VERSION_MINOR=10
|
COLUMNSTORE_VERSION_MINOR=10
|
||||||
COLUMNSTORE_VERSION_PATCH=0
|
COLUMNSTORE_VERSION_PATCH=1
|
||||||
COLUMNSTORE_VERSION_RELEASE=1
|
COLUMNSTORE_VERSION_RELEASE=2
|
||||||
|
@ -67,6 +67,11 @@ pthread_mutex_t mcs_mutex;
|
|||||||
#endif
|
#endif
|
||||||
#define DEBUG_RETURN return
|
#define DEBUG_RETURN return
|
||||||
|
|
||||||
|
#if MYSQL_VERSION_ID >= 110500
|
||||||
|
/* because of renames in the handler class */
|
||||||
|
#define rows_changed rows_stats.updated
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@brief
|
@brief
|
||||||
Function we use in the creation of our hash to get key.
|
Function we use in the creation of our hash to get key.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user