mdbx: HNY!

Change-Id: I2a91b986964d96bb3e5f848e3c17408bd7745866
This commit is contained in:
Leo Yuriev
2018-02-04 13:09:18 +03:00
parent 6a0ff097ee
commit 72557af2b5
42 changed files with 46 additions and 49 deletions

13
mdbx.h
View File

@@ -1,6 +1,6 @@
/* LICENSE AND COPYRUSTING *****************************************************
*
* Copyright 2015-2017 Leonid Yuriev <leo@yuriev.ru>
* Copyright 2015-2018 Leonid Yuriev <leo@yuriev.ru>
* and other libmdbx authors: please see AUTHORS file.
* All rights reserved.
*
@@ -60,14 +60,11 @@
/* IMPENDING CHANGES WARNING ***************************************************
*
* Now MDBX is under active development and until November 2017 is expected a
* big change both of API and database format. Unfortunately those update will
* lead to loss of compatibility with previous versions.
* MDBX is under active development, database format and API aren't stable
* at least until 2018Q2. New version won't be backwards compatible. Main focus
* of the rework is to provide clear and robust API and new features.
*
* The aim of this revolution in providing a clearer robust API and adding new
* features, including the database properties. */
/*--------------------------------------------------------------------------*/
******************************************************************************/
#ifdef _MSC_VER
#pragma warning(push, 1)