On Sun, 19 May 2013 17:17:47 -0400 Nick Sabalausky <[email protected]> wrote: > > > > 1). mysql/connection.d(3845): Error: more initializers than > > fields (5) of ParameterSpecialization > > > > Basically the initialisation of the structure contains too many > > parameters. > > > > 2). mysql/connection.d(3858): Error: no property 'dummy' for type > > 'ParameterSpecialization' > > > > The structure doesn't contain a 'dummy' property. Debug info i > > guess? > > Thanks, I'll look into these... >
That actually explains some changes I saw in one fork of mysqln that I was puzzled about. I have a feeling this "dummy" thing is a debugging-related relic from an earlier version that was removed incompletely. I'm going to see if I can find any history behind it in the earlier revisions. Likely I'll just end up removing the remaining traces of it: It doesn't appear to be serving any real purpose now, and it is the cause of both of those errors above.
