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
7b36a0aa
Commit
7b36a0aa
authored
Aug 18, 2006
by
marko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
branches/zip: Correct the description of DB_TOO_BIG_RECORD.
parent
4858179f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
include/db0err.h
include/db0err.h
+4
-3
No files found.
include/db0err.h
View file @
7b36a0aa
...
...
@@ -29,9 +29,10 @@ Created 5/24/1996 Heikki Tuuri
#define DB_MUST_GET_MORE_FILE_SPACE 32
/* the database has to be stopped
and restarted with more file space */
#define DB_TABLE_IS_BEING_USED 33
#define DB_TOO_BIG_RECORD 34
/* a record in an index would become
bigger than 1/2 free space in a page
frame */
#define DB_TOO_BIG_RECORD 34
/* a record in an index would not fit
on a compressed page, or it would
become bigger than 1/2 free space in
an uncompressed page frame */
#define DB_LOCK_WAIT_TIMEOUT 35
/* lock wait lasted too long */
#define DB_NO_REFERENCED_ROW 36
/* referenced key value not found
for a foreign key in an insert or
...
...
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