Browse Source
Using an initial command with mysql_options(..., MYSQL_INIT_COMMAND, ...)
Using an initial command with mysql_options(..., MYSQL_INIT_COMMAND, ...)
that generated multiple result sets (such as a stored procedure or a multi-statement command) would leave the connection unusable. (Bug #42373) A side-effect of this bug fix is to make MYSQL_INIT_COMMAND settings ignored when connecting from within the server, but none of the existing mechanisms for connecting from within the server use or need to set the initial command.pull/47/merge
2 changed files with 102 additions and 7 deletions
Write
Preview
Loading…
Cancel
Save
Reference in new issue