diff options
author | Sergei Golubchik <serg@mariadb.org> | 2021-04-26 22:32:58 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2021-04-27 18:21:01 +0200 |
commit | 91599701d07a9efb02a2f27d17a8f95bc2b9accf (patch) | |
tree | 90c462a1f291876b51a1dd3ed0e90905b5b92f75 /.gitignore | |
parent | 4f63b6cf53ce2d9eaf4a8006587ebf3c4d6ddd3c (diff) | |
download | mariadb-git-91599701d07a9efb02a2f27d17a8f95bc2b9accf.tar.gz |
Bug#29363867: LOST CONNECTION TO MYSQL SERVER DURING QUERY
plugin variables in SET only locked the plugin till the end of the
statement. If SET with a plugin variable was prepared, it was possible
to uninstall the plugin before EXECUTE. Then EXECUTE would crash,
trying to resolve a now-invalid pointer to a disappeared variable.
Fix: keep plugins locked until the prepared statement is closed.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions