@@ -34,8 +34,8 @@ for the Community and Enterprise editions:
3434
3535.. _3-4-memcs :
3636
37- [EE] New in-memory columnar storage engine: `` memcs ``
38- -----------------------------------------------------
37+ [EE] New in-memory columnar storage engine: ' memcs'
38+ ---------------------------------------------------
3939
4040The engine stores data in the memtx arena but in contrast to memtx it doesn't
4141organize data in tuples. Instead, it stores data in columns. Each format field
@@ -83,7 +83,7 @@ memory consumption of that column by around 5 times.
8383.. _3-4-cross-engine :
8484
8585[CE] Memtx-vinyl cross-engine transactions
86- -----------------------------------------------
86+ ------------------------------------------
8787
8888Tarantool now supports mixing statements for memtx and vinyl in the same transaction,
8989for example:
@@ -117,8 +117,8 @@ for example:
117117
118118.. _3-4-native :
119119
120- [EE] New boostrap strategy in failover: `` native ``
121- --------------------------------------------------
120+ [EE] New boostrap strategy in failover: ' native'
121+ ------------------------------------------------
122122
123123Now supervised failover coordinator supports three bootstrap strategies:
124124native, supervised, auto.
@@ -151,8 +151,8 @@ of the cluster's configuration, together with a proper failover strategy
151151
152152 .. _3-4-runtime-priv :
153153
154- [CE] Runtime priviledges for `` lua_call `` granted before `` box.cfg() ``
155- ----------------------------------------------------------------------
154+ [CE] Runtime priviledges for ' lua_call' granted before ' box.cfg()'
155+ ------------------------------------------------------------------
156156
157157It is now possible to grant execution privileges for Lua functions
158158through the declarative configuration, even when the database is in
@@ -179,8 +179,10 @@ functions except built-in ones, bypassing database restrictions.
179179Privileges will still be written to the database when possible to
180180maintain compatibility and consistency with other privilege types.
181181
182- [CE] New methods in the ``config `` module to check instance roles
183- -----------------------------------------------------------------
182+ .. _3-4-config :
183+
184+ [CE] New methods in the 'config' module to check instance roles
185+ ---------------------------------------------------------------
184186
185187Three new methods are now available in the ``config `` module:
186188
@@ -195,8 +197,8 @@ Three new methods are now available in the ``config`` module:
195197
196198.. _3-4-storage-client-api :
197199
198- [EE] New public API: `` config.storage_client ``
199- ----------------------------------------------
200+ [EE] New public API: ' config.storage_client'
201+ --------------------------------------------
200202
201203Remote ``config.storage `` clusters can now be accessed by using the
202204``config.storage_client.connect(endpoints[, {options}]) `` method.
0 commit comments