diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2020-11-14 10:15:54 +0100 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2020-11-14 10:15:54 +0100 |
commit | 6daf6bbcfe22895cb76c35e81d68b0f3731b99c3 (patch) | |
tree | 595722d2f38aa3efe9e47ea20398c4b6d9cb3afd /unittest | |
parent | e8f8992801988465ff422197bbf439f69d679e6e (diff) | |
parent | 1bebc8de5d53048dfcae6251dcd0cbae10f79f56 (diff) | |
download | mariadb-git-6daf6bbcfe22895cb76c35e81d68b0f3731b99c3.tar.gz |
Merge branch '10.4' into 10.5
Diffstat (limited to 'unittest')
-rw-r--r-- | unittest/sql/mf_iocache-t.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest/sql/mf_iocache-t.cc b/unittest/sql/mf_iocache-t.cc index 4c0a078c52c..cc97d3b221a 100644 --- a/unittest/sql/mf_iocache-t.cc +++ b/unittest/sql/mf_iocache-t.cc @@ -96,7 +96,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", \ |