• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tarantool / tarantool / 9381

Build:
Build:
LAST BUILD BRANCH: ninarodicova/test5
DEFAULT BRANCH: master
Ran 06 Sep 2017 08:13AM UTC
Jobs 1
Files 330
Run time 17s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
9381

push

travis-ci

kyukhin
sql: move index namespace from schema to idx table

In SQLite index namespace was distributed among whole schema. But in
Tarantool index name is local according to its table. So move index
namespace to its referred table.

- Modify DROP INDEX statement. Before - DROP INDEX
  <indexname>. Now - DROP INDEX <indexname> ON <tablename>.
- Modify REINDEX statement. Before - REINDEX <indexname>. After -
  REINDEX <indexname> ON <tablename>
- Remove database name argument from sqlite3Analyze().
- Modify sqlite3AlterRenameTable. Remove new name lookup in index namespace
  (it is local according to table).
- Modify PRAGMA statement - add new argument format
  <tablename>.<indexname> - necessary for index_info pragma.
- Move idxHash hash table from SQL Schema to SQL Table
- Modify sql and sql-tap tests according to changes described above.
- Add PRAGMA index_info tests
- Fix build issues caused by enabled warnings

Closes #2130

56979 of 73110 relevant lines covered (77.94%)

1175469.65 hits per line

Jobs
ID Job ID Ran Files Coverage
4 9381.4 (TARGET=coverage) 06 Sep 2017 08:13AM UTC 0
77.94
Travis Job 9381.4
Source Files on build 9381
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #9381
  • d082dbfe on github
  • Prev Build on 1.8 (#9368)
  • Next Build on 1.8 (#9383)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc