From: Roman Khabibov <roman.habibov@tarantool.org> To: tarantool-patches@freelists.org Cc: korablev@tarantool.org Subject: [tarantool-patches] [PATCH 0/2] sql: store statistics in statN as an array of integers Date: Sun, 27 Jan 2019 03:28:09 +0300 [thread overview] Message-ID: <cover.1548547565.git.roman.habibov@tarantool.org> (raw) It was necessary to add function for msg pack result in sqlite3 VDBE API. The patchset is very raw. There are problems with the old tests that need to be solved. I do not know if a piece of code with keyword checking works. Could you send in the reply letter test samples for "unordered" and "noskipscan" keywords? Branch: https://github.com/tarantool/tarantool/tree/romanhabibov/gh-3372-store-statN Issue: https://github.com/tarantool/tarantool/issues/3372 Roman Khabibov (2): sql: add sqlite3 msgpack result function sql: store statistics in statN as an array of integers src/box/bootstrap.snap | Bin 1911 -> 1912 bytes src/box/lua/upgrade.lua | 27 ++- src/box/sql/analyze.c | 128 ++++++++------ src/box/sql/sqliteInt.h | 3 + src/box/sql/vdbeapi.c | 13 ++ test/sql-tap/analyze1.test.lua | 77 +++++---- test/sql-tap/analyze4.test.lua | 6 +- test/sql-tap/analyze9.test.lua | 218 ++++++++++++------------ test/sql-tap/analyzeC.test.lua | 65 ++++++- test/sql-tap/gh-3350-skip-scan.test.lua | 16 +- test/sql/sql-statN-index-drop.result | 56 +++--- test/sql/upgrade.result | 6 +- 12 files changed, 369 insertions(+), 246 deletions(-) -- 2.17.1
next reply other threads:[~2019-01-27 0:28 UTC|newest] Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-01-27 0:28 Roman Khabibov [this message] 2019-01-27 0:28 ` [tarantool-patches] [PATCH 1/2] sql: add sqlite3 msgpack result function Roman Khabibov 2019-02-11 23:53 ` [tarantool-patches] " n.pettik 2019-01-27 0:28 ` [tarantool-patches] [PATCH 2/2] sql: store statistics in statN as an array of integers Roman Khabibov 2019-02-11 23:53 ` [tarantool-patches] " n.pettik 2019-03-01 10:33 ` [tarantool-patches] Re: [PATCH] " Roman Khabibov 2019-03-05 17:54 ` n.pettik 2019-03-12 1:10 ` Roman Khabibov 2019-03-22 15:16 ` n.pettik 2019-02-11 23:53 ` [tarantool-patches] Re: [PATCH 0/2] " n.pettik
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=cover.1548547565.git.roman.habibov@tarantool.org \ --to=roman.habibov@tarantool.org \ --cc=korablev@tarantool.org \ --cc=tarantool-patches@freelists.org \ --subject='Re: [tarantool-patches] [PATCH 0/2] sql: store statistics in statN as an array of integers' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox