Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tarantool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
tarantool
Commits
b999187c
Commit
b999187c
authored
11 years ago
by
Roman Tsisyk
Browse files
Options
Downloads
Patches
Plain Diff
Restore cfg/tarantool_box_cfg.h (actual version)
parent
b98f7b0d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cfg/tarantool_box_cfg.h
+7
-46
7 additions, 46 deletions
cfg/tarantool_box_cfg.h
with
7 additions
and
46 deletions
cfg/tarantool_box_cfg.h
+
7
−
46
View file @
b999187c
...
...
@@ -13,30 +13,6 @@
* Autogenerated file, do not edit it!
*/
typedef
struct
tarantool_cfg_space_index_key_field
{
unsigned
char
__confetti_flags
;
int32_t
fieldno
;
char
*
type
;
}
tarantool_cfg_space_index_key_field
;
typedef
struct
tarantool_cfg_space_index
{
unsigned
char
__confetti_flags
;
char
*
type
;
confetti_bool_t
unique
;
tarantool_cfg_space_index_key_field
**
key_field
;
}
tarantool_cfg_space_index
;
typedef
struct
tarantool_cfg_space
{
unsigned
char
__confetti_flags
;
confetti_bool_t
enabled
;
int32_t
cardinality
;
int32_t
estimated_rows
;
tarantool_cfg_space_index
**
index
;
}
tarantool_cfg_space
;
typedef
struct
tarantool_cfg
{
unsigned
char
__confetti_flags
;
...
...
@@ -126,12 +102,6 @@ typedef struct tarantool_cfg {
/* Write no more rows in WAL */
int32_t
rows_per_wal
;
/*
* OBSOLETE
* Starting from 1.4.5, this variable has no effect.
*/
int32_t
wal_writer_inbox_size
;
/*
* Defines fiber/data synchronization fsync(2) policy:
* "none": does not write to WAL
...
...
@@ -181,21 +151,6 @@ typedef struct tarantool_cfg {
*/
char
*
custom_proc_title
;
/* Memcached protocol support is enabled if memcached_port is set */
int32_t
memcached_port
;
/* space used for memcached emulation */
int32_t
memcached_space
;
/* Memcached expiration is on if memcached_expire is set. */
confetti_bool_t
memcached_expire
;
/* maximum rows to consider per expire loop iteration */
int32_t
memcached_expire_per_loop
;
/* tarantool will try to iterate over all rows within this time */
double
memcached_expire_full_sweep
;
/*
* Replication mode (if enabled, the server, once
* bound to the primary port, will connect to
...
...
@@ -204,7 +159,13 @@ typedef struct tarantool_cfg {
* only accepts reads.
*/
char
*
replication_source
;
tarantool_cfg_space
**
space
;
/*
* 1.6 (default) or 1.5 (old) replication mode
* If 1.5 mode is enabled, the replica will successfully
* connect to 1.5 master
*/
char
*
replication_protocol
;
}
tarantool_cfg
;
#ifndef CNF_FLAG_STRUCT_NEW
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment