Bug #93717 | Assert: fsp0fsp.cc:897:space_id == page_get_space_id(buf_block_get_frame(block)) | ||
---|---|---|---|
Submitted: | 21 Dec 2018 11:49 | Modified: | 28 Apr 2020 3:01 |
Reporter: | Roel Van de Paar | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S1 (Critical) |
Version: | 8.0.13 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[21 Dec 2018 11:49]
Roel Van de Paar
[21 Dec 2018 12:15]
Roel Van de Paar
Also see bug 93651
[21 Dec 2018 20:13]
MySQL Verification Team
Thank you for the bug report. Repeatable with version debug reported but not anymore with most recent source server: miguel@tikal:~/bug $ 8.0/bin/mysql -uroot -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 7 Server version: 8.0.13-debug Source distribution Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> SET GLOBAL innodb_undo_log_encrypt= 1; Query OK, 0 rows affected (0,00 sec) mysql> SET @@GLOBAL.innodb_undo_tablespaces=128; ERROR 2013 (HY000): Lost connection to MySQL server during query mysql> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ miguel@tikal:~/bug $ 8.0/bin/mysql -uroot -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 7 Server version: 8.0.15 Source distribution Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> SET GLOBAL innodb_undo_log_encrypt= 1; Query OK, 0 rows affected (0,00 sec) mysql> SET @@GLOBAL.innodb_undo_tablespaces=128; Query OK, 0 rows affected, 1 warning (0,00 sec) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ miguel@tikal:~/bug $ 8.0/bin/mysql -uroot -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 7 Server version: 8.0.15-debug Source distribution Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> SET GLOBAL innodb_undo_log_encrypt= 1; Query OK, 0 rows affected (0,00 sec) mysql> SET @@GLOBAL.innodb_undo_tablespaces=128; Query OK, 0 rows affected, 1 warning (0,00 sec) mysql>
[28 Apr 2020 0:30]
Roel Van de Paar
Why is this bug set to can't repeat?
[28 Apr 2020 1:22]
MySQL Verification Team
It was only repeatable with version reported 8.0.13 but not with a newer version like 8.0.15. Changing to closed then.
[28 Apr 2020 3:01]
Roel Van de Paar
Thank you!