Description
The mysqltest case virtual_column_sqlqa.generate_ddl_stored_mysql fails when executing the statement ALTER TABLE ADD INT generated_column AS('') STORED in SeekDB, resulting in error 1210.
Steps to Reproduce
- Log into the machine.
- Navigate to the directory
/obdata/data/AndroidTest/ob_opensource_test/tools/deploy.
- Execute the relevant test.
Impact
This bug causes a specific mysqltest case to fail, indicating an issue with parsing or executing ALTER TABLE statements that add a generated column with an empty string expression (AS('')) in SeekDB mode.
Description
The mysqltest case
virtual_column_sqlqa.generate_ddl_stored_mysqlfails when executing the statementALTER TABLE ADD INT generated_column AS('') STOREDin SeekDB, resulting in error 1210.Steps to Reproduce
/obdata/data/AndroidTest/ob_opensource_test/tools/deploy.Impact
This bug causes a specific mysqltest case to fail, indicating an issue with parsing or executing
ALTER TABLEstatements that add a generated column with an empty string expression (AS('')) in SeekDB mode.