mirror of
https://github.com/MariaDB/server.git
synced 2025-07-24 19:42:23 +03:00
Analysis: debug only assertion I_S function (IS is XtraDB feature) is calling buf_block_get_frame on any page it reads, which debug-asserts that the page is buffer-fixed, which is not the case in I_S query. Fixed by holding the buffer page mutex while the fields are read directly.
3 lines
80 B
Plaintext
3 lines
80 B
Plaintext
CREATE TABLE t1 ENGINE=InnoDB AS SELECT * FROM mysql.help_topic;
|
|
DROP TABLE t1;
|