mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 10:57:54 +02:00
merge mysql-5.0-bugteam to mysql-5.1-bugteam
This commit is contained in:
commit
33f9066e39
3 changed files with 14 additions and 1 deletions
|
|
@ -67,6 +67,7 @@ extern int NEAR my_errno; /* Last error in mysys */
|
|||
#define MY_HOLD_ON_ERROR 256 /* my_realloc() ; Return old ptr on error */
|
||||
#define MY_DONT_OVERWRITE_FILE 1024 /* my_copy: Don't overwrite file */
|
||||
#define MY_THREADSAFE 2048 /* my_seek(): lock fd mutex */
|
||||
#define MY_SYNC 4096 /* my_copy(): sync dst file */
|
||||
|
||||
#define MY_CHECK_ERROR 1 /* Params to my_end; Check open-close */
|
||||
#define MY_GIVE_INFO 2 /* Give time info about process*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue