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
1f7ddcb5
Commit
1f7ddcb5
authored
Dec 14, 2002
by
heikki@hundin.mysql.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perror.c:
Add to perror the code 150 about wrong foreign key def
parent
f2e9dc6b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
extra/perror.c
extra/perror.c
+1
-0
No files found.
extra/perror.c
View file @
1f7ddcb5
...
@@ -80,6 +80,7 @@ static HA_ERRORS ha_errlist[]=
...
@@ -80,6 +80,7 @@ static HA_ERRORS ha_errlist[]=
{
147
,
"Lock table is full; Restart program with a larger locktable"
},
{
147
,
"Lock table is full; Restart program with a larger locktable"
},
{
148
,
"Updates are not allowed under a read only transactions"
},
{
148
,
"Updates are not allowed under a read only transactions"
},
{
149
,
"Lock deadlock; Retry transaction"
},
{
149
,
"Lock deadlock; Retry transaction"
},
{
150
,
"Foreign key constraint is incorrectly formed"
},
{
-
30999
,
"DB_INCOMPLETE: Sync didn't finish"
},
{
-
30999
,
"DB_INCOMPLETE: Sync didn't finish"
},
{
-
30998
,
"DB_KEYEMPTY: Key/data deleted or never created"
},
{
-
30998
,
"DB_KEYEMPTY: Key/data deleted or never created"
},
{
-
30997
,
"DB_KEYEXIST: The key/data pair already exists"
},
{
-
30997
,
"DB_KEYEXIST: The key/data pair already exists"
},
...
...
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