diff options
Diffstat (limited to 'unittest')
-rw-r--r-- | unittest/sql/mf_iocache-t.cc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/unittest/sql/mf_iocache-t.cc b/unittest/sql/mf_iocache-t.cc index c89f8a9f038..590684ea3cc 100644 --- a/unittest/sql/mf_iocache-t.cc +++ b/unittest/sql/mf_iocache-t.cc @@ -21,7 +21,7 @@ #define KEY_SIZE (128/8) my_bool encrypt_tmp_files; -void init_io_cache_encryption(); +int init_io_cache_encryption(); uint encryption_key_get_latest_version_func(uint) { @@ -79,7 +79,11 @@ struct encryption_service_st encryption_handler= encryption_encrypted_length_func }; -void sql_print_information(const char *format, ...) +void sql_print_information(const char *format, ...) +{ +} + +void sql_print_error(const char *format, ...) { } |