Bug #82263 | Failing assertion: req_type.is_dblwr_recover() || err == DB_SUCCESS | ||
---|---|---|---|
Submitted: | 18 Jul 2016 8:59 | Modified: | 3 Aug 2016 16:15 |
Reporter: | Shahriyar Rzayev | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S1 (Critical) |
Version: | 5.7.13 | OS: | CentOS (7) |
Assigned to: | CPU Architecture: | Any |
[18 Jul 2016 8:59]
Shahriyar Rzayev
[2 Aug 2016 8:39]
MySQL Verification Team
Hello Shahriyar, Thank you for the report. While working on Bug #82355, observed that this is no longer crashing with 5.7.14 build. Could you please confirm at your end? -- 5.7.14 (just follow the order of steps as in bug report) [umshastr@hod03]/export/umesh/server/source/bugs/mysql-5.7.14: client/mysql -uroot -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 2 Server version: 5.7.14 Source distribution Copyright (c) 2000, 2016, 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> create database test; Query OK, 1 row affected (0.00 sec) mysql> use test Database changed mysql> alter table sbtest1 encryption='Y'; Query OK, 1000000 rows affected (15.68 sec) mysql> \q Thanks, Umesh
[3 Aug 2016 15:32]
Shahriyar Rzayev
Confirming with -> mysql-5.7.14-linux-glibc2.5-x86_64.tar.gz Created a sandbox and tested, no issues: mysql [localhost] {msandbox} (dbtest) > alter table sbtest1 encryption='Y'; Query OK, 1000000 rows affected (25.91 sec) Records: 1000000 Duplicates: 0 Warnings: 0
[3 Aug 2016 16:15]
MySQL Verification Team
Thank you for confirming! Closing the bug for now. Thanks, Umesh