-
go version go1.2 linux/386
Trying to reproduce tarantool issue 292, "go test" fails with the following error
go test
Connecting to 192.168.1.173:13313 ...
Connected ...
Greeting ... Success
Version:…
-
There's problem when installing tarantool-modules package on ubuntu and, i suppose, debian on master stable:
[`95aa1d`](https://github.com/tarantool/tarantool/commit/3997a471e3da7fb5761eea5bf63f2670a5…
-
tarantool-1.5.2-41
```
---
fibers:
- fid: 11328
csw: 395
name: admin/127.0.0.1:33487
stack: 0x7f67fa573000
backtrace:
#0 0x7f6d024ac4f9 in ?
#1 0x444a53 in ?
#2 0x445cdb in ?
#3…
-
I have Ubuntu 12.04 and Tarantool 1.6, built from source, pulled today.
I go to an empty directory, start tarantool, and execute this request:
`box.tuple.new(1)`
The result is
```
tarantool> box.tup…
-
Hello,
I've just downloaded ubuntu package for tarantool as I wanted to test this database. When trying to start tarantool with sample config (I've copied /etc/tarantool/instances.available/example.c…
IlyaM updated
10 years ago
-
I have Ubuntu 12.04 and Tarantool 1.6, built from source, pulled today.
I go to an empty directory, start tarantool, and execute these requests:
```
box.cfg{admin_port=3313}
s = box.schema.create_spa…
-
```
[root@try /tmp]# tarantool
tarantool: version 1.6.3-11-g0a2f73a
type 'help' for interactive help
tarantool> require('digest').sha1()
---
- error: 'builtin/digest.lua:100: libSSL was not loaded'
.…
-
A temporary space is one which is empty on every server restart. Data written to such space is not written to the write ahead log, to the snapshot, and is not replicated.
To create a temporary space,…
-
Please add support for Tarantool 1.6 msgpack-based protocol.
Thanks!
-
``` lua
---
- Tarantool 1.6.0-165-gf63240d
- 'Uptime: 13'
...
localhost> setopt delimiter=';'
localhost> function add_element()
-> lol[123] = 'bad table'
-> end;
---
...
localhos…