30 Apr
2011
30 Apr
'11
10:06 p.m.
On Sat, 2011-04-16 at 18:07 +0200, Gergely Nagy wrote:
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.
Applied both of your patches to 3.3, thanks. -- Bazsi