Tarantool development patches archive
 help / color / mirror / Atom feed
* [tarantool-patches] [PATCH 0/2] sql: store statistics in statN as an array of integers
@ 2019-01-27  0:28 Roman Khabibov
  2019-01-27  0:28 ` [tarantool-patches] [PATCH 1/2] sql: add sqlite3 msgpack result function Roman Khabibov
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Roman Khabibov @ 2019-01-27  0:28 UTC (permalink / raw)
  To: tarantool-patches; +Cc: korablev

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-03-22 15:16 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-27  0:28 [tarantool-patches] [PATCH 0/2] sql: store statistics in statN as an array of integers Roman Khabibov
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox