Commits on Source (23)
-
Kurdakov Alexander authored
- checkpoint_interval - checkpoint_count - max_concurrent_messages max_concurrent_messages were renamed to iproto_net_msg_max
c2ae3ade -
This reduces build errors for sbroad tests when the `mock` feature isn't enabled. This doesn't fully fix the build, linking still fails with an error (strange, tarantool-module is listed in dev dependencies, but somewhy isn't linked properly). However, at least there are fewer errors now. cfg(test) on inner test modules is useless, since the containing module is already conditionally included.
1c186ede -
fix: rule for build-base-image
c62691ab -
5a410185
-
c2d3e2d8
-
e50e0abc
-
3941e062
-
Since it's deprecated option, it should not appear anywhere except of explicit user intention.
27f3c263 -
Criterion 0.5 has disabled default features of Clap, but those include help & usage messages. Added Clap to explicit dependencies with default features, so that it works properly for benches.
71879397 -
Кирилл Безуглый authored
-
Dmitry Ivanov authored
* fae9c5bbe fix: timeouts for on_shutdown fibers used to be computed incorrectly * e2911d68e feat: auto set box.cfg{checkpoint_enabled=false} on split-brain * 4cd0b4ae0 feat: add box.cfg.checkpoint_enabled to toggle snapshots on/off * 3352da865 fix: ssl iostream used to return errors without setting them via diag_set * cdf7a646d fix: drop WAL directory lock upon exec()
9a17a7b6 -
Вартан Бабаян authored52dbd9f9
-
Вартан Бабаян authored0900a066
-
de5ea773
-
6b156cab
-
758e2ba1
-
Stop using tarantool types in virtual table columns and derive them from IR plan.
79379179 -
Previously we were mistakenly giving default Integer type to the Null value or to the column with no type. This commit fixes such behavior and also adds support for type absence during its calculation on SQL expressions
c82de9e3 -
Before this commit we wasn't recalculating types after parameters binding. This commit add additional tree traversal in order to fix it.
7f32423c -
2da87852
-
printlns were previously used in order to fix expected explain more easily, this commit removes them and also refactors some code
50af9d27 -
Showing
- .gitlab-ci.yml 2 additions, 1 deletion.gitlab-ci.yml
- CHANGELOG.md 28 additions, 1 deletionCHANGELOG.md
- Makefile 0 additions, 7 deletionsMakefile
- gostech/gostech-audit-log/audit.log 5 additions, 5 deletionsgostech/gostech-audit-log/audit.log
- gostech/gostech-audit-log/src/main.rs 2 additions, 4 deletionsgostech/gostech-audit-log/src/main.rs
- picodata-plugin/src/background.rs 4 additions, 2 deletionspicodata-plugin/src/background.rs
- picodata-plugin/src/interplay/mod.rs 15 additions, 7 deletionspicodata-plugin/src/interplay/mod.rs
- sbroad/Cargo.lock 72 additions, 1 deletionsbroad/Cargo.lock
- sbroad/doc/sql/query.ebnf 0 additions, 2 deletionssbroad/doc/sql/query.ebnf
- sbroad/sbroad-benches/Cargo.toml 1 addition, 0 deletionssbroad/sbroad-benches/Cargo.toml
- sbroad/sbroad-cartridge/src/cartridge/config.rs 2 additions, 1 deletionsbroad/sbroad-cartridge/src/cartridge/config.rs
- sbroad/sbroad-cartridge/src/cartridge/config/tests.rs 39 additions, 13 deletionssbroad/sbroad-cartridge/src/cartridge/config/tests.rs
- sbroad/sbroad-cartridge/stress-test/projection/init.lua 4 additions, 4 deletionssbroad/sbroad-cartridge/stress-test/projection/init.lua
- sbroad/sbroad-cartridge/stress-test/projection_wide/init.lua 10 additions, 10 deletionssbroad/sbroad-cartridge/stress-test/projection_wide/init.lua
- sbroad/sbroad-cartridge/test_app/test/data/config.yml 34 additions, 34 deletionssbroad/sbroad-cartridge/test_app/test/data/config.yml
- sbroad/sbroad-cartridge/test_app/test/integration/api_test.lua 5 additions, 5 deletions...d/sbroad-cartridge/test_app/test/integration/api_test.lua
- sbroad/sbroad-cartridge/test_app/test/integration/arbitrary_expressions_test.lua 70 additions, 8 deletions.../test_app/test/integration/arbitrary_expressions_test.lua
- sbroad/sbroad-cartridge/test_app/test/integration/arithmetic_test.lua 0 additions, 18 deletions...d-cartridge/test_app/test/integration/arithmetic_test.lua
- sbroad/sbroad-cartridge/test_app/test/integration/cte_test.lua 14 additions, 14 deletions...d/sbroad-cartridge/test_app/test/integration/cte_test.lua
- sbroad/sbroad-cartridge/test_app/test/integration/ddl_test.lua 15 additions, 15 deletions...d/sbroad-cartridge/test_app/test/integration/ddl_test.lua