~stewart/mysql-server/mysql-6.0-backup-encrypted-preview3

Viewing all changes in revision 2658.

  • Committer: Stewart Smith
  • Author(s): stewart at flamingspork
  • Date: 2008-07-10 08:14:17 UTC
  • Revision ID: stewart@flamingspork.com-20080710081417-s8hva3qgjllfl1a1
[patch 05/11] WL4271 Encrypted online backup: my_crypt_io: an IO abstraction allowing for filtering---
 include/config-win.h            |    5 +
 include/my_crypt_io.h           |   33 ++++++
 include/my_sys.h                |    2 
 mysys/CMakeLists.txt            |    4 
 mysys/Makefile.am               |    1 
 mysys/my_crypt_io.c             |  193 ++++++++++++++++++++++++++++++++++++++++
 mysys/my_malloc.c               |   34 +++++++
 unittest/mysys/CMakeLists.txt   |    6 +
 unittest/mysys/Makefile.am      |    2 
 unittest/mysys/my_crypt_io-t.c  |  103 +++++++++++++++++++++
 unittest/mysys/my_crypt_io2-t.c |   96 +++++++++++++++++++
 11 files changed, 477 insertions(+), 2 deletions(-)

Index: stew-encrypted-backup/include/my_crypt_io.h
===================================================================

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: