Update innodb test result post print_lock_error change
This commit is contained in:
parent
fd47b9639d
commit
3772516391
@ -27,7 +27,7 @@ CONSTRAINT `fk_crewRoleAssigned_crewId` FOREIGN KEY (`crew_id`) REFERENCES `repr
|
|||||||
CONSTRAINT `fk_crewRoleAssigned_pilotId` FOREIGN KEY (`crew_id`) REFERENCES `repro`.`pilot` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
|
CONSTRAINT `fk_crewRoleAssigned_pilotId` FOREIGN KEY (`crew_id`) REFERENCES `repro`.`pilot` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
|
||||||
) ENGINE=InnoDB COMMENT="This is a comment about tables";
|
) ENGINE=InnoDB COMMENT="This is a comment about tables";
|
||||||
ALTER TABLE `repro`.`crew_role_assigned` COMMENT = 'innodb_read_only';
|
ALTER TABLE `repro`.`crew_role_assigned` COMMENT = 'innodb_read_only';
|
||||||
ERROR HY000: Can't lock file (errno: 165 "Table is read only")
|
ERROR HY000: Table 'crew_role_assigned' is read only
|
||||||
SHOW CREATE TABLE `repro`.`crew_role_assigned`;
|
SHOW CREATE TABLE `repro`.`crew_role_assigned`;
|
||||||
Table Create Table
|
Table Create Table
|
||||||
crew_role_assigned CREATE TABLE `crew_role_assigned` (
|
crew_role_assigned CREATE TABLE `crew_role_assigned` (
|
||||||
|
@ -36,7 +36,7 @@ CONSTRAINT `fk_crewRoleAssigned_pilotId` FOREIGN KEY (`crew_id`) REFERENCES `rep
|
|||||||
-- let $restart_parameters=--innodb-read-only
|
-- let $restart_parameters=--innodb-read-only
|
||||||
-- source include/restart_mysqld.inc
|
-- source include/restart_mysqld.inc
|
||||||
|
|
||||||
--error ER_CANT_LOCK
|
--error ER_OPEN_AS_READONLY
|
||||||
ALTER TABLE `repro`.`crew_role_assigned` COMMENT = 'innodb_read_only';
|
ALTER TABLE `repro`.`crew_role_assigned` COMMENT = 'innodb_read_only';
|
||||||
SHOW CREATE TABLE `repro`.`crew_role_assigned`;
|
SHOW CREATE TABLE `repro`.`crew_role_assigned`;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user