null+****@clear*****
null+****@clear*****
2011年 9月 24日 (土) 00:29:56 JST
Kouhei Sutou 2011-09-23 15:29:56 +0000 (Fri, 23 Sep 2011)
New Revision: f7284dc1dc5d6bffe4c0052cbaed269432f263a6
Log:
fix indent.
Modified files:
ha_mroonga.cc
Modified: ha_mroonga.cc (+1 -1)
===================================================================
--- ha_mroonga.cc 2011-09-23 15:29:49 +0000 (f160519)
+++ ha_mroonga.cc 2011-09-23 15:29:56 +0000 (59be768)
@@ -1591,7 +1591,7 @@ int ha_mroonga::storage_create(const char *name, TABLE *table,
grn_obj *pkey_value_type = NULL; // we don't use this
tbl_obj = grn_table_create(ctx, tbl_name, tbl_name_len, tbl_path,
- tbl_flags, pkey_type, pkey_value_type);
+ tbl_flags, pkey_type, pkey_value_type);
if (ctx->rc) {
error = ER_CANT_CREATE_TABLE;
my_message(error, ctx->errbuf, MYF(0));