[tarantool-patches] Re: [PATCH v4 1/2] sql: remove useless pragmas

Kirill Yukhin kyukhin at tarantool.org
Mon Feb 18 13:28:05 MSK 2019


Hello,

On 12 Feb 10:31, Stanislav Zudin wrote:
> The pragmas "query_only" and "read_uncommitted" didn't affect anything
> and were removed.
> Fixed an error in pragma index_list which caused a segmantation fault.
> pragma sql_default_engine accepts only strings.
> Thus pragma sql_default_engine('memtx') is a well-formed command,
> while pragma sql_default_engine(memtx) or
> pragma sql_default_engine("memtx") are considered as ill-formed and
> raise an error.
> 
> Closes #3733
> ---
> Branch: https://github.com/tarantool/tarantool/tree/stanztt/gh-3733-obsolete-pragmas
> Issue: https://github.com/tarantool/tarantool/issues/3733

I've checked your patch into 2.1 branch.

---
Regards, Kirill Yukhin




More information about the Tarantool-patches mailing list