Travis CI
notif****@travi*****
Tue Apr 16 21:26:46 JST 2013
Build Update for mroonga/mroonga
-------------------------------------
Build: #484
Status: Fixed
Duration: 24 minutes and 11 seconds
Commit: f816161 (master)
Author: Kouhei Sutou
Message: Support using existing table as lexicon for normal "INDEX"
Comment content in the following "FULTEXT INDEX" line is the point:
CREATE TABLE Priorities (
id INT PRIMARY KEY
) DEFAULT CHARSET=utf8
COLLATE=utf8_bin;
CREATE TABLE Bugs (
id INT UNSIGNED PRIMARY KEY,
priority INT COMMENT 'type "Priorities"',
INDEX priority_index (priority) COMMENT 'table "Priority"'
) DEFAULT CHARSET=utf8;
This generates the following groonga schema:
table_create Priorities TABLE_PAT_KEY Int32
column_create Priorities id COLUMN_SCALAR Int32
table_create Bugs TABLE_PAT_KEY UInt32
column_create Bugs id COLUMN_SCALAR UInt32
column_create Bugs priority COLUMN_SCALAR Priorities
column_create Priorities bugs_priority_index COLUMN_INDEX|WITH_POSITION Bugs priority
Index for Bugs.priority is defined in Priorities.
View the changeset: https://github.com/mroonga/mroonga/compare/ce822d4762ff...f816161cc85a
View the full build log and details: https://travis-ci.org/mroonga/mroonga/builds/6378073
--
You can configure recipients for build notifications in your .travis.yml file. See http://about.travis-ci.org/docs/user/build-configuration
-------------- next part --------------
An HTML attachment was scrubbed...
Download