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

preaction / Minion-Backend-mysql / 15 / 1
97%
master: 97%

Build:
DEFAULT BRANCH: master
Ran 06 Nov 2017 01:27AM UTC
Files 1
Run time 0s
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

06 Nov 2017 01:07AM UTC coverage: 96.694%. First build
15.1

push

travis-ci

preaction
Require at least MySQL version 5.6.5

The reason for this requirement is that the current codebase requires
more than one TIMESTAMP column in a table which uses either one of the
DEFAULT CURRENT_TIMESTAMP and ON UPDATE CURRENT_TIMESTAMP clauses.  This
was a restriction in MySQL which was [removed in version
5.6.5](https://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-5.html#mysqld-5-6-5-data-types).
It seems that the versions of MariaDB after the 5.5 series (i.e.  10.x
and above) don't have this restriction, hence requiring a server version
number greater than or equal to 5.6.5 is sufficient to ensure that the
code works with the available MySQL server installation.  A somewhat
confusing thing is that the MariaDB 5.5 and 10.0 series seem to be
compatible with the 5.5 series of MySQL as noted on the [MariaDB versus
MySQL Compatibility
page](https://mariadb.com/kb/en/library/mariadb-vs-mysql-compatibility/),
however the 10.0 series doesn't show the TIMESTAMP restriction.
Nevertheless, this change should guard against users trying to use a
version of MySQL which doesn't support the required TIMESTAMP
functionality.

117 of 121 relevant lines covered (96.69%)

19.55 hits per line

Source Files on job 15.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 15
  • Travis Job 15.1
  • a09edecb on github
  • Next Job for on master (#16.2)
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