From c8be6aafb97a6fac9ddc190aeb40a30eaeb47d4b Mon Sep 17 00:00:00 2001 From: Oleksandr Byelkin Date: Sat, 14 Nov 2020 09:55:09 +0100 Subject: Fix to make it compiling on new ubuntu. --- unittest/sql/mf_iocache-t.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittest/sql/mf_iocache-t.cc b/unittest/sql/mf_iocache-t.cc index 01cc8725ecc..de24e39539c 100644 --- a/unittest/sql/mf_iocache-t.cc +++ b/unittest/sql/mf_iocache-t.cc @@ -95,7 +95,7 @@ void sql_print_error(const char *format, ...) /*** end of encryption tweaks and stubs ****************************/ -IO_CACHE info; +static IO_CACHE info; #define CACHE_SIZE 16384 #define INFO_TAIL ", pos_in_file = %llu, pos_in_mem = %lu", \ -- cgit v1.2.1