1
0
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:
drrtuy
2025-07-25 13:07:48 +01:00
parent f8a57b4412
commit a92bd2d142

View File

@ -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