From: Andre Noll Date: Sun, 4 Jan 2015 00:33:35 +0000 (+0000) Subject: Mention that OSL_RBTREE implies OSL_UNIQUE. X-Git-Tag: v0.1.3~16 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=20a76169066eaf33b279e0f322415ea4b4c2899e;hp=20a76169066eaf33b279e0f322415ea4b4c2899e;p=osl.git Mention that OSL_RBTREE implies OSL_UNIQUE. Also print a warning when a table is opened or created which contains a column description with OSL_RBTREE set but OSL_UNIQUE unset. Future versions of osl might reject such table descriptions. But in order to not break existing applications, we can not make such a change without a deprecation period. So a warning has to suffice for now. ---