mirror of
https://github.com/isar/libmdbx.git
synced 2025-10-18 22:09:03 +08:00
mdbx: HNY!
Change-Id: I2a91b986964d96bb3e5f848e3c17408bd7745866
This commit is contained in:
13
mdbx.h
13
mdbx.h
@@ -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)
|
||||
|
Reference in New Issue
Block a user