1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Fix clang -Wtypedef-redefinition

Fixup for commit 77c184df7c
This commit is contained in:
Marko Mäkelä
2022-03-11 15:33:59 +02:00
parent 3c9f415e52
commit 33c30da165
6 changed files with 12 additions and 10 deletions

View File

@@ -20,7 +20,7 @@
#ifndef _my_alloc_h
#define _my_alloc_h
typedef unsigned int PSI_memory_key;
#include "mysql/psi/psi_base.h"
#define ALLOC_MAX_BLOCK_TO_DROP 4096
#define ALLOC_MAX_BLOCK_USAGE_BEFORE_DROP 10