SHIMODA Hiroshi
null+****@clear*****
Mon Aug 13 16:31:55 JST 2012
SHIMODA Hiroshi 2012-08-13 16:31:55 +0900 (Mon, 13 Aug 2012) New Revision: 0ca9284beff334afd0b182a866762f56799f2746 https://github.com/groonga/gcs/commit/0ca9284beff334afd0b182a866762f56799f2746 Log: Prepare configurations table from grndump Modified files: test/fixture/companies/ddl-custom-id.grn test/fixture/companies/ddl.grn Modified: test/fixture/companies/ddl-custom-id.grn (+2 -0) =================================================================== --- test/fixture/companies/ddl-custom-id.grn 2012-08-13 16:27:55 +0900 (c3350b3) +++ test/fixture/companies/ddl-custom-id.grn 2012-08-13 16:31:55 +0900 (ef0d957) @@ -1,6 +1,7 @@ table_create companies_id0123_index_product TABLE_HASH_KEY ShortText table_create companies_id0123_index_age TABLE_HASH_KEY UInt32 table_create companies_id0123_index_BigramTerms TABLE_PAT_KEY|KEY_NORMALIZE ShortText --default_tokenizer TokenBigram +table_create companies_id0123_configurations TABLE_HASH_KEY ShortText table_create companies_id0123 TABLE_HASH_KEY ShortText column_create companies_id0123 address COLUMN_SCALAR ShortText column_create companies_id0123 age COLUMN_SCALAR UInt32 @@ -14,3 +15,4 @@ column_create companies_id0123_index_BigramTerms companies_description COLUMN_IN column_create companies_id0123_index_BigramTerms companies_address COLUMN_INDEX|WITH_POSITION companies_id0123 address column_create companies_id0123_index_age companies_age COLUMN_INDEX|WITH_POSITION companies_id0123 age column_create companies_id0123_index_product companies_product COLUMN_INDEX|WITH_POSITION companies_id0123 product +column_create companies_id0123_configurations value COLUMN_SCALAR ShortText Modified: test/fixture/companies/ddl.grn (+2 -0) =================================================================== --- test/fixture/companies/ddl.grn 2012-08-13 16:27:55 +0900 (4b05f42) +++ test/fixture/companies/ddl.grn 2012-08-13 16:31:55 +0900 (dead0e3) @@ -1,6 +1,7 @@ table_create companies_00000000000000000000000000_index_product TABLE_HASH_KEY ShortText table_create companies_00000000000000000000000000_index_age TABLE_HASH_KEY UInt32 table_create companies_00000000000000000000000000_index_BigramTerms TABLE_PAT_KEY|KEY_NORMALIZE ShortText --default_tokenizer TokenBigram +table_create companies_00000000000000000000000000_configurations TABLE_HASH_KEY ShortText table_create companies_00000000000000000000000000 TABLE_HASH_KEY ShortText column_create companies_00000000000000000000000000 address COLUMN_SCALAR ShortText column_create companies_00000000000000000000000000 age COLUMN_SCALAR UInt32 @@ -14,3 +15,4 @@ column_create companies_00000000000000000000000000_index_BigramTerms companies_d column_create companies_00000000000000000000000000_index_BigramTerms companies_address COLUMN_INDEX|WITH_POSITION companies_00000000000000000000000000 address column_create companies_00000000000000000000000000_index_age companies_age COLUMN_INDEX|WITH_POSITION companies_00000000000000000000000000 age column_create companies_00000000000000000000000000_index_product companies_product COLUMN_INDEX|WITH_POSITION companies_00000000000000000000000000 product +column_create companies_00000000000000000000000000_configurations value COLUMN_SCALAR ShortText -------------- next part -------------- HTML����������������������������...Download