> Anyway, if they want a feature, they can as well fund development of it.
> INSERT with multiple values can't be that hard -- it's never been
> implemented because there has been no real push for it. I don't foresee
> it being implemented in any short term future.
MySQL requires that feature to have any chance of fast-loading data in a
script. They have no COPY command (LOAD INFILE is different) so they
need a bulk insert to get some actual load speed.
Chris