Kouhei Sutou
null+****@clear*****
Sat Aug 3 20:32:47 JST 2013
Kouhei Sutou 2013-08-03 20:32:47 +0900 (Sat, 03 Aug 2013) New Revision: c976fcca33426cd606ce2ccbf93ad8921c3c59b3 https://github.com/groonga/groonga/commit/c976fcca33426cd606ce2ccbf93ad8921c3c59b3 Message: Add a (maybe) missing "a" Modified files: lib/db.c test/command/suite/table_remove/patricia_trie/referenced/column_scalar.expected test/command/suite/table_remove/patricia_trie/referenced/column_vector.expected Modified: lib/db.c (+1 -1) =================================================================== --- lib/db.c 2013-08-03 20:31:18 +0900 (fa98247) +++ lib/db.c 2013-08-03 20:32:47 +0900 (5f61da4) @@ -6693,7 +6693,7 @@ is_removable_table(grn_ctx *ctx, grn_obj *table, grn_obj *db) column_name_size = grn_obj_name(ctx, object, column_name, GRN_TABLE_MAX_KEY_SIZE); ERR(GRN_OPERATION_NOT_PERMITTED, - "[table][remove] column that references the table exists: " + "[table][remove] a column that references the table exists: " "<%.*s> -> <%.*s>", column_name_size, column_name, table_name_size, table_name); Modified: test/command/suite/table_remove/patricia_trie/referenced/column_scalar.expected (+2 -2) =================================================================== --- test/command/suite/table_remove/patricia_trie/referenced/column_scalar.expected 2013-08-03 20:31:18 +0900 (bbded74) +++ test/command/suite/table_remove/patricia_trie/referenced/column_scalar.expected 2013-08-03 20:32:47 +0900 (fc17f7c) @@ -12,11 +12,11 @@ table_remove Names 0.0, 0.0 ], - "[table][remove] column that references the table exists: <Users.name> -> <Names>" + "[table][remove] a column that references the table exists: <Users.name> -> <Names>" ], false ] -#|e| [table][remove] column that references the table exists: <Users.name> -> <Names> +#|e| [table][remove] a column that references the table exists: <Users.name> -> <Names> dump table_create Names TABLE_PAT_KEY ShortText table_create Users TABLE_HASH_KEY ShortText Modified: test/command/suite/table_remove/patricia_trie/referenced/column_vector.expected (+2 -2) =================================================================== --- test/command/suite/table_remove/patricia_trie/referenced/column_vector.expected 2013-08-03 20:31:18 +0900 (136a657) +++ test/command/suite/table_remove/patricia_trie/referenced/column_vector.expected 2013-08-03 20:32:47 +0900 (c2e5f1b) @@ -12,11 +12,11 @@ table_remove Names 0.0, 0.0 ], - "[table][remove] column that references the table exists: <Users.name> -> <Names>" + "[table][remove] a column that references the table exists: <Users.name> -> <Names>" ], false ] -#|e| [table][remove] column that references the table exists: <Users.name> -> <Names> +#|e| [table][remove] a column that references the table exists: <Users.name> -> <Names> dump table_create Names TABLE_PAT_KEY ShortText table_create Users TABLE_HASH_KEY ShortText -------------- next part -------------- HTML����������������������������... Download