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
fix(build): statistics that is not yet available in ES 11.4/11.8 does not break builds anymore
This commit is contained in:
@ -74,7 +74,7 @@
|
||||
#include "rpl_rli.h"
|
||||
#include "my_dbug.h"
|
||||
#include "sql_show.h"
|
||||
#if MYSQL_VERSION_ID >= 110401
|
||||
#if MYSQL_VERSION_ID >= 120401
|
||||
#include "opt_histogram_json.h"
|
||||
#else
|
||||
// Mock Histogram_bucket for MySQL < 11.4
|
||||
|
Reference in New Issue
Block a user