diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-01-23 16:24:04 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-01-23 16:24:04 +0100 |
commit | 6ac52386bbecb90dd4ceb7bd2737ef5eb7abb1ad (patch) | |
tree | 631411256858e22c35e522501cf0050d92706f51 /sql/sql_insert.cc | |
parent | eb809ec06123365a3adbcdf7f314ff3f1b691619 (diff) | |
download | mariadb-git-6ac52386bbecb90dd4ceb7bd2737ef5eb7abb1ad.tar.gz |
fix the failing federated.federated_innodb test:
update all start_bulk_insert() methods to the new signature.
Diffstat (limited to 'sql/sql_insert.cc')
-rw-r--r-- | sql/sql_insert.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_insert.cc b/sql/sql_insert.cc index c0eabd3a2f2..cb887d88f56 100644 --- a/sql/sql_insert.cc +++ b/sql/sql_insert.cc @@ -1,5 +1,6 @@ /* Copyright (c) 2000, 2011, Oracle and/or its affiliates. + Copyright (c) 2009, 2013, Monty Program Ab. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by |