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

tarantool / tarantool / 12497
100%
master: 88%

Build:
Build:
LAST BUILD BRANCH: i12411
DEFAULT BRANCH: master
Ran 11 Jun 2018 08:50AM UTC
Jobs 1
Files 353
Run time 28s
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
12497

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

Jobs
ID Job ID Ran Files Coverage
3 12497.3 (TARGET=coverage) 11 Jun 2018 08:50AM UTC 0
81.28
Travis Job 12497.3
Source Files on build 12497
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #12497
  • 2177a2d5 on github
  • Prev Build on 2.0 (#12472)
  • Next Build on 2.0 (#12508)
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