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

tarantool / tarantool / 12497 / 3
100%
master: 88%

Build:
Build:
LAST BUILD BRANCH: fmt-util-2
DEFAULT BRANCH: master
Ran 11 Jun 2018 08:50AM UTC
Files 353
Run time 24s
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

11 Jun 2018 08:30AM UTC coverage: 81.28% (+0.007%) from 81.273%
TARGET=coverage

push

travis-ci

kyukhin
sql: remove unnecessary def rebuild in endTable()

sqlite3EndTable() routine is called twice during table creation: firsly
after initial parsing alongside with generating VDBE program; secondly
- as a callback in order to add struct Table to internal table hash.
  sqlite3EndTable() contains call of sql_table_def_rebuild() which in
turn copies space_def to malloc. However, it makes no sence to call
rebuild during the first stage, since this sample of struct Table will
be destroyed at the end of initial parsing and will be resurrected at
the second stage from the scratch.

62193 of 76517 relevant lines covered (81.28%)

1484758.12 hits per line

Source Files on job 12497.3 (TARGET=coverage)
  • Tree
  • List 0
  • Changed 255
  • Source Changed 1
  • Coverage Changed 255
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 11360
  • Travis Job 12497.3
  • 2177a2d5 on github
  • Prev Job for TARGET=coverage on 2.0 (#12472.3)
  • Next Job for TARGET=coverage on 2.0 (#12508.3)
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