Loading configure.in +2 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,8 @@ AC_PREREQ(2.52)dnl Minimum Autoconf version required. AC_INIT(sql/mysqld.cc) AC_CANONICAL_SYSTEM # Don't forget to also update the NDB lines below. # The Docs Makefile.am parses this line! # remember to also change ndb version below and update version.c in ndb AM_INIT_AUTOMAKE(mysql, 5.0.12-beta) AM_CONFIG_HEADER(config.h) Loading include/config-netware.h +3 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,7 @@ extern "C" { #define HAVE_PTHREAD_YIELD_ZERO_ARG 1 #define HAVE_BROKEN_REALPATH 1 /* changes made to make use of LibC-June-2004 for building purpose */ #undef HAVE_POSIX_SIGNALS #undef HAVE_PTHREAD_ATTR_SETSCOPE #undef HAVE_ALLOC_A Loading @@ -62,6 +63,8 @@ extern "C" { #undef HAVE_PTHREAD_SETSCHEDPARAM #undef HAVE_READLINK #undef HAVE_STPCPY /* changes end */ /* no libc crypt() function */ #ifdef HAVE_OPENSSL #define HAVE_CRYPT 1 Loading include/m_ctype.h +1 −0 Original line number Diff line number Diff line Loading @@ -231,6 +231,7 @@ typedef struct charset_info_st uint mbmaxlen; uint16 min_sort_char; uint16 max_sort_char; /* For LIKE optimization */ my_bool escape_with_backslash_is_dangerous; MY_CHARSET_HANDLER *cset; MY_COLLATION_HANDLER *coll; Loading innobase/srv/srv0start.c +2 −1 Original line number Diff line number Diff line Loading @@ -1054,7 +1054,8 @@ innobase_start_or_create_for_mysql(void) fprintf(stderr, "InnoDB: Error: You have specified innodb_buffer_pool_awe_mem_mb\n" "InnoDB: in my.cnf, but AWE can only be used in Windows 2000 and later.\n"); "InnoDB: in my.cnf, but AWE can only be used in Windows 2000 and later.\n" "InnoDB: To use AWE, InnoDB must be compiled with __WIN2000__ defined.\n"); return(DB_ERROR); } Loading mysql-test/lib/mtr_misc.pl +9 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ use strict; sub mtr_full_hostname (); sub mtr_short_hostname (); sub mtr_init_args ($); sub mtr_add_arg ($$); sub mtr_path_exists(@); Loading @@ -21,6 +22,7 @@ sub mtr_exe_exists(@); # We want the fully qualified host name and hostname() may have returned # only the short name. So we use the resolver to find out. # Note that this might fail on some platforms sub mtr_full_hostname () { Loading @@ -35,6 +37,13 @@ sub mtr_full_hostname () { return $hostname; } sub mtr_short_hostname () { my $hostname= hostname(); $hostname =~ s/\..+$//; return $hostname; } # FIXME move to own lib sub mtr_init_args ($) { Loading Loading
configure.in +2 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,8 @@ AC_PREREQ(2.52)dnl Minimum Autoconf version required. AC_INIT(sql/mysqld.cc) AC_CANONICAL_SYSTEM # Don't forget to also update the NDB lines below. # The Docs Makefile.am parses this line! # remember to also change ndb version below and update version.c in ndb AM_INIT_AUTOMAKE(mysql, 5.0.12-beta) AM_CONFIG_HEADER(config.h) Loading
include/config-netware.h +3 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,7 @@ extern "C" { #define HAVE_PTHREAD_YIELD_ZERO_ARG 1 #define HAVE_BROKEN_REALPATH 1 /* changes made to make use of LibC-June-2004 for building purpose */ #undef HAVE_POSIX_SIGNALS #undef HAVE_PTHREAD_ATTR_SETSCOPE #undef HAVE_ALLOC_A Loading @@ -62,6 +63,8 @@ extern "C" { #undef HAVE_PTHREAD_SETSCHEDPARAM #undef HAVE_READLINK #undef HAVE_STPCPY /* changes end */ /* no libc crypt() function */ #ifdef HAVE_OPENSSL #define HAVE_CRYPT 1 Loading
include/m_ctype.h +1 −0 Original line number Diff line number Diff line Loading @@ -231,6 +231,7 @@ typedef struct charset_info_st uint mbmaxlen; uint16 min_sort_char; uint16 max_sort_char; /* For LIKE optimization */ my_bool escape_with_backslash_is_dangerous; MY_CHARSET_HANDLER *cset; MY_COLLATION_HANDLER *coll; Loading
innobase/srv/srv0start.c +2 −1 Original line number Diff line number Diff line Loading @@ -1054,7 +1054,8 @@ innobase_start_or_create_for_mysql(void) fprintf(stderr, "InnoDB: Error: You have specified innodb_buffer_pool_awe_mem_mb\n" "InnoDB: in my.cnf, but AWE can only be used in Windows 2000 and later.\n"); "InnoDB: in my.cnf, but AWE can only be used in Windows 2000 and later.\n" "InnoDB: To use AWE, InnoDB must be compiled with __WIN2000__ defined.\n"); return(DB_ERROR); } Loading
mysql-test/lib/mtr_misc.pl +9 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ use strict; sub mtr_full_hostname (); sub mtr_short_hostname (); sub mtr_init_args ($); sub mtr_add_arg ($$); sub mtr_path_exists(@); Loading @@ -21,6 +22,7 @@ sub mtr_exe_exists(@); # We want the fully qualified host name and hostname() may have returned # only the short name. So we use the resolver to find out. # Note that this might fail on some platforms sub mtr_full_hostname () { Loading @@ -35,6 +37,13 @@ sub mtr_full_hostname () { return $hostname; } sub mtr_short_hostname () { my $hostname= hostname(); $hostname =~ s/\..+$//; return $hostname; } # FIXME move to own lib sub mtr_init_args ($) { Loading