mirror of
https://github.com/MariaDB/server.git
synced 2025-11-12 10:22:39 +03:00
For LOCK view is opened but not prepared thus leaving 'table' field set to NULL. invalidate_locked_for_write() wasn't checking that and call to invalidate_table(NULL) crashes server. To invalidate_locked_for_write() added check that ensures that table is completely opened.
2.6 KiB
2.6 KiB