mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
Fix compilation failure in rdb_perf_context.h
Rdb_atomic_perf_counters uses my_io_perf_atomic_struct which uses atomic_stat from include/atomic_stat.h which was backported in the previous cset.
This commit is contained in:
parent
20bd26e6df
commit
84dd64702a
3 changed files with 19 additions and 0 deletions
|
|
@ -25,6 +25,8 @@
|
|||
#include "./handler.h"
|
||||
#include <my_global.h>
|
||||
|
||||
#include "rdb_mariadb_port.h"
|
||||
|
||||
namespace myrocks {
|
||||
|
||||
enum {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue