16 Apr
2011
16 Apr
'11
5:07 p.m.
Gergely Nagy <algernon@balabit.hu> writes:
+ self->ns = g_string_concat (self->db, ".", self->coll, NULL);
This should be g_strconcat(). Suits me for not building with -Werror... And while I'm here, the rationale behind getting rid of a templatable collection name is that I couldn't come up with a use-case that would warrant this. Yet, without it, bulk inserts are far far easier to implement, and provide a noticable performance boost on higher loads. -- |8]