Branch: refs/heads/master
Home: https://github.com/tarantool/tarantool
Commit: cec4cbf1e70595c5e9194061267060fe2cbe68af
https://github.com/tarantool/tarantool/commit/cec4cbf1e70595c5e9194061267060fe2cbe68af
Author: Konstantin Osipov <[email protected]>
Date: 2014-01-13 (Mon, 13 Jan 2014)
Changed paths:
M src/lua/utils.c
Log Message:
-----------
Fix a YAML printing regression introduced in the previous patch.
field->compact in Lua field used to be memset() to false.
I removed the memset since it's wasted cycles in 99% of cases,
but did not add an explicit initialization of field->compact
to LUA_TTABLE case, which uses it. By default, field->compact
must be set to false, and only for tuples it should be true.
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help : https://help.launchpad.net/ListHelp