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
b0665f60
Commit
b0665f60
authored
Nov 17, 2009
by
Alexey Botchkov
Browse files
Options
Browse Files
Download
Plain Diff
merging.
parents
146a098f
96817d24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/my_sys.h
include/my_sys.h
+1
-1
No files found.
include/my_sys.h
View file @
b0665f60
...
@@ -60,7 +60,7 @@ extern int NEAR my_errno; /* Last error in mysys */
...
@@ -60,7 +60,7 @@ extern int NEAR my_errno; /* Last error in mysys */
#define MY_WME 16
/* Write message on error */
#define MY_WME 16
/* Write message on error */
#define MY_WAIT_IF_FULL 32
/* Wait and try again if disk full error */
#define MY_WAIT_IF_FULL 32
/* Wait and try again if disk full error */
#define MY_IGNORE_BADFD 32
/* my_sync: ignore 'bad descriptor' errors */
#define MY_IGNORE_BADFD 32
/* my_sync: ignore 'bad descriptor' errors */
#define MY_SYNC_DIR
1024
/* my_create/delete/rename: sync directory */
#define MY_SYNC_DIR
8192
/* my_create/delete/rename: sync directory */
#define MY_RAID 64
/* Support for RAID */
#define MY_RAID 64
/* Support for RAID */
#define MY_FULL_IO 512
/* For my_read - loop intil I/O is complete */
#define MY_FULL_IO 512
/* For my_read - loop intil I/O is complete */
#define MY_DONT_CHECK_FILESIZE 128
/* Option to init_io_cache() */
#define MY_DONT_CHECK_FILESIZE 128
/* Option to init_io_cache() */
...
...
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