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
fef07511
Commit
fef07511
authored
Nov 28, 2008
by
Sergey Glukhov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
error code is changed to satisfy Win NT
parent
78119b2d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/r/perror-win.result
mysql-test/r/perror-win.result
+1
-1
mysql-test/t/perror-win.test
mysql-test/t/perror-win.test
+1
-1
No files found.
mysql-test/r/perror-win.result
View file @
fef07511
...
...
@@ -2,5 +2,5 @@ MySQL error code 150: Foreign key constraint is incorrectly formed
Win32 error code 150: System trace information was not specified in your CONFIG.SYS file, or tracing is disallowed.
OS error code 23: Too many open files in system
Win32 error code 23: Data error (cyclic redundancy check).
Win32 error code
500: User profile cannot be load
ed.
Win32 error code
1062: The service has not been start
ed.
Illegal error code: 30000
mysql-test/t/perror-win.test
View file @
fef07511
...
...
@@ -8,7 +8,7 @@ enable_query_log;
--
exec
$MY_PERROR
150
2
>&
1
--
exec
$MY_PERROR
23
2
>&
1
--
exec
$MY_PERROR
500
2
>&
1
--
exec
$MY_PERROR
1062
2
>&
1
--
error
1
--
exec
$MY_PERROR
30000
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