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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
7e8cfe38
Commit
7e8cfe38
authored
Jul 26, 2006
by
msvensson@neptunus.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update test result for perror
parent
9e000766
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
mysql-test/r/perror.result
mysql-test/r/perror.result
+2
-3
mysql-test/t/perror.test
mysql-test/t/perror.test
+5
-4
No files found.
mysql-test/r/perror.result
View file @
7e8cfe38
MySQL error code 150: Foreign key constraint is incorrectly formed
Is a named type file
Didn't find key on read or update
Illegal ndb error code: 1186
Illegal error code: 1186
mysql-test/t/perror.test
View file @
7e8cfe38
...
...
@@ -6,8 +6,8 @@ disable_query_log;
eval
select
LENGTH
(
"
$MY_PERROR
"
)
>
0
as
"have_perror"
;
enable_query_log
;
--
exec
$MY_PERROR
150
--
exec
$MY_PERROR
--
silent
120
--
exec
$MY_PERROR
150
>
/
dev
/
null
--
exec
$MY_PERROR
--
silent
120
>
/
dev
/
null
#
# Bug#16561 Unknown ERROR msg "ERROR 1186 (HY000): Binlog closed" by perror
...
...
@@ -16,7 +16,8 @@ enable_query_log;
# As long there is no error code 1186 defined by NDB
# we should get a message "Illegal ndb error code: 1186"
--
error
1
--
exec
$MY_PERROR
--
ndb
1186
--
exec
$MY_PERROR
--
ndb
1186
2
>&
1
# As there is an error code defined for 1186, expect error
--
exec
$MY_PERROR
1186
--
error
1
--
exec
$MY_PERROR
1186
2
>&
1
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