bf2c8d4bc0
The future parser treats the empty string '' as a truthy value. This means that mysql::db will always try to include the db import exec in the catalog. With the empty string as the $sql value, the command attempts to import '' into a database, which fails. This patch changes the default $sql value to undef so that the exec won't be included if there is no sql to import. |
||
---|---|---|
.. | ||
bindings | ||
client | ||
server | ||
bindings.pp | ||
client.pp | ||
db.pp | ||
params.pp | ||
server.pp |