Bug #112465 | Assertion Failure in /mysql-8.0.34/sql/sql_table.cc:12188 | ||
---|---|---|---|
Submitted: | 26 Sep 2023 9:04 | Modified: | 26 Sep 2023 9:12 |
Reporter: | xin wen | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: DDL | Severity: | S6 (Debug Builds) |
Version: | 8.0.34 | OS: | Ubuntu (20.04) |
Assigned to: | CPU Architecture: | Any |
[26 Sep 2023 9:04]
xin wen
[26 Sep 2023 9:12]
MySQL Verification Team
Hello xin wen, Thank you for the report and test case. Observed that 8.0.34 debug build is affected. regards, Umesh
[26 Sep 2023 9:12]
MySQL Verification Team
- release build not affected ./mtr --nocheck-testcases bug112465 Logging: ./mtr --nocheck-testcases bug112465 MySQL Version 8.0.34 Checking supported features Using 'all' suites Collecting tests Checking leftover processes Removing old var directory Creating var directory '/export/home/tmp/ushastry/mysql-8.0.34/mysql-test/var' Installing system database Using parallel: 1 ============================================================================== TEST NAME RESULT TIME (ms) COMMENT ------------------------------------------------------------------------------ CREATE TABLE t0 ( c32 INT , c45 INT ) ; INSERT INTO t0 VALUES ( -58 , -39 ) , ( 87 , -95 ) ; ALTER TABLE t0 ADD COLUMN ( CONSTRAINT cc0 UNIQUE i0 ( c45 ) ) ; [ 50%] main.bug112465 [ pass ] 135 [100%] shutdown_report [ pass ] ------------------------------------------------------------------------------ - debug build ./mtr --nocheck-testcases bug112465 --debug-server Logging: ./mtr --nocheck-testcases bug112465 --debug-server MySQL Version 8.0.34 Checking supported features - Binaries are debug compiled Using 'all' suites Collecting tests Checking leftover processes Removing old var directory Creating var directory '/export/home/tmp/ushastry/mysql-8.0.34/mysql-test/var' Installing system database Using parallel: 1 ============================================================================== TEST NAME RESULT TIME (ms) COMMENT ------------------------------------------------------------------------------ CREATE TABLE t0 ( c32 INT , c45 INT ) ; INSERT INTO t0 VALUES ( -58 , -39 ) , ( 87 , -95 ) ; ALTER TABLE t0 ADD COLUMN ( CONSTRAINT cc0 UNIQUE i0 ( c45 ) ) ; [ 50%] main.bug112465 [ fail ] Test ended at 2023-09-26 11:11:52 CURRENT_TEST: main.bug112465 mysqltest: At line 3: Query 'ALTER TABLE t0 ADD COLUMN ( CONSTRAINT cc0 UNIQUE i0 ( c45 ) ) ' failed. ERROR 2013 (HY000): Lost connection to MySQL server during query