Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
37725163
Commit
37725163
authored
Jul 31, 2017
by
Vicențiu Ciorbaru
Committed by
Sergei Golubchik
Aug 01, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update innodb test result post print_lock_error change
parent
fd47b963
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/suite/innodb/r/innodb-get-fk.result
mysql-test/suite/innodb/r/innodb-get-fk.result
+1
-1
mysql-test/suite/innodb/t/innodb-get-fk.test
mysql-test/suite/innodb/t/innodb-get-fk.test
+1
-1
No files found.
mysql-test/suite/innodb/r/innodb-get-fk.result
View file @
37725163
...
...
@@ -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
) ENGINE=InnoDB COMMENT="This is a comment about tables";
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`;
Table Create Table
crew_role_assigned CREATE TABLE `crew_role_assigned` (
...
...
mysql-test/suite/innodb/t/innodb-get-fk.test
View file @
37725163
...
...
@@ -36,7 +36,7 @@ CONSTRAINT `fk_crewRoleAssigned_pilotId` FOREIGN KEY (`crew_id`) REFERENCES `rep
--
let
$restart_parameters
=--
innodb
-
read
-
only
--
source
include
/
restart_mysqld
.
inc
--
error
ER_
CANT_LOCK
--
error
ER_
OPEN_AS_READONLY
ALTER
TABLE
`repro`
.
`crew_role_assigned`
COMMENT
=
'innodb_read_only'
;
SHOW
CREATE
TABLE
`repro`
.
`crew_role_assigned`
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment