| my_config.h | | my_config.h | |
| | | | |
| skipping to change at line 1176 | | skipping to change at line 1176 | |
| /* Name of package */ | | /* Name of package */ | |
| #define PACKAGE "mysql" | | #define PACKAGE "mysql" | |
| | | | |
| /* Define to the address where bug reports for this package should be sent.
*/ | | /* Define to the address where bug reports for this package should be sent.
*/ | |
| #define PACKAGE_BUGREPORT "" | | #define PACKAGE_BUGREPORT "" | |
| | | | |
| /* Define to the full name of this package. */ | | /* Define to the full name of this package. */ | |
| #define PACKAGE_NAME "MySQL Server" | | #define PACKAGE_NAME "MySQL Server" | |
| | | | |
| /* Define to the full name and version of this package. */ | | /* Define to the full name and version of this package. */ | |
|
| #define PACKAGE_STRING "MySQL Server 5.1.67" | | #define PACKAGE_STRING "MySQL Server 5.1.68" | |
| | | | |
| /* Define to the one symbol short name of this package. */ | | /* Define to the one symbol short name of this package. */ | |
| #define PACKAGE_TARNAME "mysql" | | #define PACKAGE_TARNAME "mysql" | |
| | | | |
| /* Define to the version of this package. */ | | /* Define to the version of this package. */ | |
|
| #define PACKAGE_VERSION "5.1.67" | | #define PACKAGE_VERSION "5.1.68" | |
| | | | |
| /* mysql client protocol version */ | | /* mysql client protocol version */ | |
| #define PROTOCOL_VERSION 10 | | #define PROTOCOL_VERSION 10 | |
| | | | |
| /* qsort returns void */ | | /* qsort returns void */ | |
| #define QSORT_TYPE_IS_VOID 1 | | #define QSORT_TYPE_IS_VOID 1 | |
| | | | |
| /* The return type of qsort (int or void). */ | | /* The return type of qsort (int or void). */ | |
| #define RETQSORTTYPE void | | #define RETQSORTTYPE void | |
| | | | |
| | | | |
| skipping to change at line 1298 | | skipping to change at line 1298 | |
| #define USE_MB_IDENT 1 | | #define USE_MB_IDENT 1 | |
| | | | |
| /* Needs to use mysys_new helpers */ | | /* Needs to use mysys_new helpers */ | |
| /* #undef USE_MYSYS_NEW */ | | /* #undef USE_MYSYS_NEW */ | |
| | | | |
| /* used new readline interface (are rl_completion_func_t and | | /* used new readline interface (are rl_completion_func_t and | |
| rl_compentry_func_t defined) */ | | rl_compentry_func_t defined) */ | |
| /* #undef USE_NEW_READLINE_INTERFACE */ | | /* #undef USE_NEW_READLINE_INTERFACE */ | |
| | | | |
| /* Version number of package */ | | /* Version number of package */ | |
|
| #define VERSION "5.1.67" | | #define VERSION "5.1.68" | |
| | | | |
| /* sighandler type is void (*signal ()) (); */ | | /* sighandler type is void (*signal ()) (); */ | |
| #define VOID_SIGHANDLER 1 | | #define VOID_SIGHANDLER 1 | |
| | | | |
| /* Include Archive Storage Engine into mysqld */ | | /* Include Archive Storage Engine into mysqld */ | |
| /* #undef WITH_ARCHIVE_STORAGE_ENGINE */ | | /* #undef WITH_ARCHIVE_STORAGE_ENGINE */ | |
| | | | |
| /* Include Basic Write-only Read-never tables into mysqld */ | | /* Include Basic Write-only Read-never tables into mysqld */ | |
| /* #undef WITH_BLACKHOLE_STORAGE_ENGINE */ | | /* #undef WITH_BLACKHOLE_STORAGE_ENGINE */ | |
| | | | |
| | | | |
End of changes. 3 change blocks. |
| 3 lines changed or deleted | | 3 lines changed or added | |
|
| my_sys.h | | my_sys.h | |
| | | | |
| skipping to change at line 236 | | skipping to change at line 236 | |
| #ifdef HAVE_ERRNO_AS_DEFINE | | #ifdef HAVE_ERRNO_AS_DEFINE | |
| #include <errno.h> /* errno is a define */ | | #include <errno.h> /* errno is a define */ | |
| #else | | #else | |
| extern int errno; /* declare errno */ | | extern int errno; /* declare errno */ | |
| #endif | | #endif | |
| #endif /* #ifndef errno */ | | #endif /* #ifndef errno */ | |
| extern char *home_dir; /* Home directory for user */ | | extern char *home_dir; /* Home directory for user */ | |
| extern const char *my_progname; /* program-name (printed in
errors) */ | | extern const char *my_progname; /* program-name (printed in
errors) */ | |
| extern char NEAR curr_dir[]; /* Current directory for user */ | | extern char NEAR curr_dir[]; /* Current directory for user */ | |
| extern int (*error_handler_hook)(uint my_err, const char *str,myf MyFlags); | | extern int (*error_handler_hook)(uint my_err, const char *str,myf MyFlags); | |
|
| | | extern void(*sql_print_warning_hook)(const char *format,...); | |
| extern int (*fatal_error_handler_hook)(uint my_err, const char *str, | | extern int (*fatal_error_handler_hook)(uint my_err, const char *str, | |
| myf MyFlags); | | myf MyFlags); | |
| extern uint my_file_limit; | | extern uint my_file_limit; | |
| extern ulong my_thread_stack_size; | | extern ulong my_thread_stack_size; | |
| | | | |
| #ifdef HAVE_LARGE_PAGES | | #ifdef HAVE_LARGE_PAGES | |
| extern my_bool my_use_large_pages; | | extern my_bool my_use_large_pages; | |
| extern uint my_large_page_size; | | extern uint my_large_page_size; | |
| #endif | | #endif | |
| | | | |
| | | | |
| skipping to change at line 649 | | skipping to change at line 650 | |
| const void *needle, size_t needlelen); | | const void *needle, size_t needlelen); | |
| | | | |
| #ifdef __WIN__ | | #ifdef __WIN__ | |
| extern int my_access(const char *path, int amode); | | extern int my_access(const char *path, int amode); | |
| extern File my_sopen(const char *path, int oflag, int shflag, int pmode); | | extern File my_sopen(const char *path, int oflag, int shflag, int pmode); | |
| #else | | #else | |
| #define my_access access | | #define my_access access | |
| #endif | | #endif | |
| extern int check_if_legal_filename(const char *path); | | extern int check_if_legal_filename(const char *path); | |
| extern int check_if_legal_tablename(const char *path); | | extern int check_if_legal_tablename(const char *path); | |
|
| | | extern my_bool is_filename_allowed(const char *name, size_t length); | |
| | | | |
| #if defined(__WIN__) && defined(__NT__) | | #if defined(__WIN__) && defined(__NT__) | |
| extern int nt_share_delete(const char *name,myf MyFlags); | | extern int nt_share_delete(const char *name,myf MyFlags); | |
| #define my_delete_allow_opened(fname,flags) nt_share_delete((fname),(flags
)) | | #define my_delete_allow_opened(fname,flags) nt_share_delete((fname),(flags
)) | |
| #else | | #else | |
| #define my_delete_allow_opened(fname,flags) my_delete((fname),(flags)) | | #define my_delete_allow_opened(fname,flags) my_delete((fname),(flags)) | |
| #endif | | #endif | |
| | | | |
| #ifndef TERMINATE | | #ifndef TERMINATE | |
| extern void TERMINATE(FILE *file, uint flag); | | extern void TERMINATE(FILE *file, uint flag); | |
| | | | |
| skipping to change at line 674 | | skipping to change at line 676 | |
| extern FILE *my_freopen(const char *path, const char *mode, FILE *stream); | | extern FILE *my_freopen(const char *path, const char *mode, FILE *stream); | |
| extern int my_fclose(FILE *fd,myf MyFlags); | | extern int my_fclose(FILE *fd,myf MyFlags); | |
| extern int my_chsize(File fd,my_off_t newlength, int filler, myf MyFlags); | | extern int my_chsize(File fd,my_off_t newlength, int filler, myf MyFlags); | |
| extern int my_sync(File fd, myf my_flags); | | extern int my_sync(File fd, myf my_flags); | |
| extern int my_sync_dir(const char *dir_name, myf my_flags); | | extern int my_sync_dir(const char *dir_name, myf my_flags); | |
| extern int my_sync_dir_by_file(const char *file_name, myf my_flags); | | extern int my_sync_dir_by_file(const char *file_name, myf my_flags); | |
| extern int my_error _VARARGS((int nr,myf MyFlags, ...)); | | extern int my_error _VARARGS((int nr,myf MyFlags, ...)); | |
| extern int my_printf_error _VARARGS((uint my_err, const char *format, | | extern int my_printf_error _VARARGS((uint my_err, const char *format, | |
| myf MyFlags, ...)) | | myf MyFlags, ...)) | |
| ATTRIBUTE_FORMAT(printf, 2, 4); | | ATTRIBUTE_FORMAT(printf, 2, 4); | |
|
| | | extern void my_printf_warning _VARARGS((const char * format, ...)); | |
| extern int my_error_register(const char **errmsgs, int first, int last); | | extern int my_error_register(const char **errmsgs, int first, int last); | |
| extern const char **my_error_unregister(int first, int last); | | extern const char **my_error_unregister(int first, int last); | |
| extern int my_message(uint my_err, const char *str,myf MyFlags); | | extern int my_message(uint my_err, const char *str,myf MyFlags); | |
| extern int my_message_no_curses(uint my_err, const char *str,myf MyFlags); | | extern int my_message_no_curses(uint my_err, const char *str,myf MyFlags); | |
| extern int my_message_curses(uint my_err, const char *str,myf MyFlags); | | extern int my_message_curses(uint my_err, const char *str,myf MyFlags); | |
| extern my_bool my_init(void); | | extern my_bool my_init(void); | |
| extern void my_end(int infoflag); | | extern void my_end(int infoflag); | |
| extern int my_redel(const char *from, const char *to, int MyFlags); | | extern int my_redel(const char *from, const char *to, int MyFlags); | |
| extern int my_copystat(const char *from, const char *to, int MyFlags); | | extern int my_copystat(const char *from, const char *to, int MyFlags); | |
| extern char * my_filename(File fd); | | extern char * my_filename(File fd); | |
| | | | |
End of changes. 3 change blocks. |
| 0 lines changed or deleted | | 3 lines changed or added | |
|