An error occurred fetching the project authors.
  1. 02 Feb, 2006 1 commit
    • unknown's avatar
      Several Netware specific fixes. · bb4d2354
      unknown authored
      configure.in:
        To configure InnoDB for cross compilation.
      include/config-netware.h:
        NetWare specific change to fix the compilation errors caused by event.h
        NetWare specific change required for WINE PATH and for new versions LibC(Jun 05)
        and zlib(1.2.3)
      netware/BUILD/compile-AUTOTOOLS:
        Netware specific change reflecting the change in source code
        directory structure.
      netware/BUILD/compile-linux-tools:
        Netware specific change to fix the location where gen_lex_hash
        gets created. Fixed also directory structure reflecting changes.
      netware/BUILD/compile-netware-END:
        Netware specific change for creating mysqld_error.h
      netware/BUILD/mwenv:
        Netware specific change required for WINE PATH and for
        new versions LibC(Jun 05) and zlib(1.2.3).
      netware/BUILD/nwbootstrap:
        NetWare Specific change to produce absoulte path for XDC file.
      netware/Makefile.am:
        Netware specific changes to fix to match new
        directory structure.
      netware/my_manage.h:
        Netware specific change required for WINE PATH and for new versions
        LibC(Jun 05) and zlib(1.2.3).
      netware/mysql_test_run.c:
        Netware specific change, added --autoclose option for mysql_test_run.nlm.
      scripts/make_binary_distribution.sh:
        Fix to reflect change in directory structure.
      sql/mysqld.cc:
        Stacksize change for Netware.
        Netware specific change to fix the compilation errors caused by event.h
      sql/set_var.cc:
        Minor indending related fix.
      sql/sql_class.cc:
        Added #ifdef HAVE_EXPLICIT_TEMPLATE_INSTANTIATION macro.
      storage/innobase/os/os0thread.c:
        Netware specific change to increase the thread stack size.
      storage/myisam/mi_locking.c:
        Enclosed MMAP related code under HAVE_MMAP preprocessor directive.
      bb4d2354
  2. 04 Dec, 2005 1 commit
  3. 18 Nov, 2005 1 commit
    • unknown's avatar
      Netware specific changes for 5.0.16a · 2f840aa9
      unknown authored
      client/mysql.cc:
        Fixed option.
      client/mysqladmin.cc:
        Fixed option.
      client/mysqlbinlog.cc:
        Fixed option.
      client/mysqlcheck.c:
        Fixed option.
      client/mysqldump.c:
        Fixed option.
      client/mysqlimport.c:
        Fixed option.
      client/mysqlshow.c:
        Fixed option.
      configure.in:
        Changed version for Netware.
      myisam/myisamchk.c:
        Fixed option.
      myisam/myisampack.c:
        Fixed option.
      netware/mysql_test_run.c:
        NetWare specific changes:
        Define MYSQL_CHECK environment variable to make mysqlcheck test case pass
      2f840aa9
  4. 26 Oct, 2005 1 commit
  5. 25 Oct, 2005 1 commit
  6. 14 Oct, 2005 1 commit
    • unknown's avatar
      Small fixes for Netware. · 5c79598f
      unknown authored
      netware/mysql_test_run.c:
        Fixed typo.
      netware/pack_isam.def:
        Added screenname.
      scripts/make_binary_distribution.sh:
        Fixed mistake in merge.
      5c79598f
  7. 28 Aug, 2005 1 commit
    • unknown's avatar
      Applied a couple of Netware related patches. · 98f456ab
      unknown authored
      netware/mysql_test_run.c:
        - Added missing cast to resolve compilation issues.
        
        - run_test() in mysql_test_run.c needs to check the correct
          error value returned by abort_not_supported_test(). This
          resolves the problem with skipped test cases on NetWare,
          which are supposed to be marked 'skip' instead of 'bad'.
      netware/mysqladmin.def:
        Increased stack size to avoid stack overflow in mysqladmin.NLM
      98f456ab
  8. 24 Aug, 2005 1 commit
    • unknown's avatar
      Several fixes for Netware. · 2451d94f
      unknown authored
      client/client_priv.h:
        Added option auto close for Netware.
      client/mysql.cc:
        Added option auto close for Netware.
      client/mysqladmin.c:
        Added option auto close for Netware.
      client/mysqlbinlog.cc:
        Added option auto close for Netware.
      client/mysqlcheck.c:
        Added option auto close for Netware.
      client/mysqldump.c:
        Added option auto close for Netware.
      client/mysqlimport.c:
        Added option auto close for Netware.
      client/mysqlshow.c:
        Added option auto close for Netware.
      client/mysqltest.c:
        Fixed help messages for Netware.
      extra/my_print_defaults.c:
        Fixed help messages for Netware.
      extra/perror.c:
        Fixed help messages for Netware.
      extra/resolve_stack_dump.c:
        Fixed help messages for Netware.
      include/help_end.h:
        Fixed help messages for Netware.
      include/help_start.h:
        Fixed help messages for Netware.
      isam/isamchk.c:
        Added auto close of window for Netware
      isam/pack_isam.c:
        Added auto close of window for Netware
      myisam/myisamchk.c:
        Added auto close of window for Netware
      myisam/myisamlog.c:
        Added help for Netware.
      myisam/myisampack.c:
        Added auto close for Netware.
      netware/myisamchk.def:
        Scrollable screen patch.
      netware/mysql.def:
        Scrollable screen patch.
      netware/mysql_test_run.c:
        Fixed strindex for Netware.
      netware/mysqladmin.def:
        Scrollable screen patch.
      netware/mysqlbinlog.def:
        Scrollable screen patch.
      netware/mysqlcheck.def:
        Scrollable screen patch.
      netware/mysqld_safe.c:
        Removed debug message for Netware.
      netware/mysqldump.def:
        Scrollable screen patch.
      netware/mysqlimport.def:
        Scrollable screen patch.
      netware/mysqlshow.def:
        Scrollable screen patch.
      sql/mysqld.cc:
        Abnormal end patch when shutting down and volume not ready.
      2451d94f
  9. 15 Jun, 2005 1 commit
  10. 06 Jun, 2005 1 commit
    • unknown's avatar
      Some fixes for Netware. · f511c20d
      unknown authored
      include/my_sys.h:
        Metrowerks compiler has _alloca() nowadays.
        Netware does not have mmap()
      netware/mysql_test_run.c:
        A fix for netware mysql_test_run client.
      f511c20d
  11. 08 Feb, 2005 1 commit
  12. 05 Aug, 2004 1 commit
    • unknown's avatar
      mysqld.cc, mysql_test_run.c: · e0dbd0a9
      unknown authored
        Changed URL in error message, page has moved
      
      
      netware/mysql_test_run.c:
        Changed URL in error message, page has moved
      sql/mysqld.cc:
        Changed URL in error message, page has moved
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      e0dbd0a9
  13. 28 Jul, 2004 1 commit
  14. 29 Jun, 2004 1 commit
    • unknown's avatar
      Apply patch from Novell · 422f3197
      unknown authored
      netware/init_db.sql:
        Add time_zone tables
      netware/mysql_test_run.c:
        Portability fix (log -> log_msg)
      422f3197
  15. 18 Jun, 2004 1 commit
    • unknown's avatar
      ke it possible to use mysys functions in netware/mysql_test_run.c · 150cef15
      unknown authored
      Don't pass --user to mysqld if --user is not used
      
      
      netware/Makefile.am:
        Make it possible to use mysys functions in mysql_test_run.c
      netware/mysql_test_run.c:
        Make it possible to use mysys functions in mysql_test_run.c
      scripts/mysql_install_db.sh:
        Don't pass --user to mysqld if --user is not used
      150cef15
  16. 26 May, 2004 1 commit
    • unknown's avatar
      Changed prototype of killed_ptr() to make it more portable · abcd9171
      unknown authored
      Applied patches for Netware
      
      
      innobase/include/os0thread.h:
        Applied patches for Netware
      innobase/os/os0thread.c:
        Applied patches for Netware
      libmysql/libmysql.c:
        Applied patches for Netware
      libmysql/libmysql.def:
        Applied patches for Netware
      myisam/myisamchk.c:
        Applied patches for Netware
        Changed prototype of killed_ptr() to make it more portable
      myisam/myisamdef.h:
        Applied patches for Netware
        Changed prototype of killed_ptr() to make it more portable
      mysql-test/t/rpl_relayspace-slave.opt:
        Applied patches for Netware
      mysys/my_pthread.c:
        Applied patches for Netware
      mysys/my_static.h:
        Portability fix
      netware/BUILD/compile-linux-tools:
        Applied patches for Netware
        Changed prototype of killed_ptr() to make it more portable
      netware/BUILD/mwenv:
        Applied patches for Netware
        Changed prototype of killed_ptr() to make it more portable
      netware/BUILD/nwbootstrap:
        Applied patches for Netware
        Changed prototype of killed_ptr() to make it more portable
      netware/my_manage.c:
        Applied patches for Netware
        Changed prototype of killed_ptr() to make it more portable
      netware/mysql_fix_privilege_tables.pl:
        Applied patches for Netware
        Changed prototype of killed_ptr() to make it more portable
      netware/mysql_test_run.c:
        Applied patches for Netware
        Changed prototype of killed_ptr() to make it more portable
      netware/static_init_db.sql:
        Applied patches for Netware
        Changed prototype of killed_ptr() to make it more portable
      scripts/make_binary_distribution.sh:
        Applied patches for Netware
        Changed prototype of killed_ptr() to make it more portable
      sql/filesort.cc:
        Changed prototype of killed_ptr() to make it more portable
      sql/ha_myisam.cc:
        Changed prototype of killed_ptr() to make it more portable
      sql/mysqld.cc:
        Fixed some typos for Netware
      sql/sql_bitmap.h:
        Applied patches for Netware
      sql/sql_class.h:
        Changed prototype of killed_ptr() to make it more portable
      sql/sql_insert.cc:
        safety fix
      strings/my_strtoll10.c:
        Added comment
      abcd9171
  17. 25 May, 2004 1 commit
    • unknown's avatar
      Added patches from Novell · a37fc4bb
      unknown authored
      Build-tools/Do-compile:
        Fixed indentation
      configure.in:
        Added patches from Novell
        Added C_EXTRA_FLAGS as an easy way to pass flags to both CFLAGS and CXXFLAGS
      extra/perror.c:
        Fixed error number reporting to not report 'Unknown error'
      include/my_global.h:
        Defines to make NETWARE patches cleaner
      include/thr_alarm.h:
        Fixed wrong macro
      netware/mysql_install_db.c:
        Indentation fix
      a37fc4bb
  18. 12 Jan, 2004 1 commit
    • unknown's avatar
      Checked and applied Novell-supplied patches inside the netware directory only. · a6198674
      unknown authored
      netware/BUILD/compile-linux-tools:
        Need to run make on sql_yacc.cc.
      netware/BUILD/compile-netware-END:
        Use .zip package.
      netware/BUILD/compile-netware-all:
        Add compile-netware-src.
      netware/BUILD/compile-netware-standard:
        Need backslash to avoid error.
      netware/BUILD/mwenv:
        Add additional include, library paths, -dialect and -map flags for CW.
      netware/BUILD/nwbootstrap:
        Additional status messages, update versions in .def files.
      netware/Makefile.am:
        Cosmetic change, add @openssl_libs@ in case of OpenSSL feature usage.
      netware/isamchk.def:
        Add SCREENNAME to allow interaction.
      netware/my_manage.c:
        Take out unused args to mysqladmin.
      netware/myisamchk.def:
        Add SCREENNAME to allow interaction.
      netware/myisamlog.def:
        Add SCREENNAME to allow interaction.
      netware/myisampack.def:
        Add SCREENNAME to allow interaction.
      netware/mysql_test_run.c:
        Multiple changes to help test suite.
      netware/mysqlbinlog.def:
        Add SCREENNAME to allow interaction.
      netware/mysqlcheck.def:
        Add SCREENNAME to allow interaction.
      netware/mysqld_safe.c:
        Make error message more accurate/descriptive.
      netware/mysqldump.def:
        Add SCREENNAME to allow interaction.
      netware/mysqlimport.def:
        Add SCREENNAME to allow interaction.
      a6198674
  19. 23 Jul, 2003 1 commit
  20. 29 May, 2003 1 commit
    • unknown's avatar
      rlyon-5.0.0-alpha.patch · d4f249ae
      unknown authored
      client/mysql.cc:
        Import patch rlyon-5.0.0-alpha.patch
      configure.in:
        Import patch rlyon-5.0.0-alpha.patch
      include/config-netware.h:
        Import patch rlyon-5.0.0-alpha.patch
      include/my_global.h:
        Import patch rlyon-5.0.0-alpha.patch
      include/my_pthread.h:
        Import patch rlyon-5.0.0-alpha.patch
      mysys/my_pthread.c:
        Import patch rlyon-5.0.0-alpha.patch
      netware/BUILD/compile-AUTOTOOLS:
        Import patch rlyon-5.0.0-alpha.patch
      netware/BUILD/compile-linux-tools:
        Import patch rlyon-5.0.0-alpha.patch
      netware/BUILD/compile-netware-END:
        Import patch rlyon-5.0.0-alpha.patch
      netware/BUILD/compile-netware-START:
        Import patch rlyon-5.0.0-alpha.patch
      netware/BUILD/compile-netware-all:
        Import patch rlyon-5.0.0-alpha.patch
      netware/BUILD/compile-netware-debug:
        Import patch rlyon-5.0.0-alpha.patch
      netware/BUILD/compile-netware-standard:
        Import patch rlyon-5.0.0-alpha.patch
      netware/BUILD/mwasmnlm:
        Import patch rlyon-5.0.0-alpha.patch
      netware/BUILD/mwccnlm:
        Import patch rlyon-5.0.0-alpha.patch
      netware/BUILD/mwenv:
        Import patch rlyon-5.0.0-alpha.patch
      netware/BUILD/mwldnlm:
        Import patch rlyon-5.0.0-alpha.patch
      netware/BUILD/nwbootstrap:
        Import patch rlyon-5.0.0-alpha.patch
      netware/Makefile.am:
        Import patch rlyon-5.0.0-alpha.patch
      netware/mysql_test_run.c:
        Import patch rlyon-5.0.0-alpha.patch
      scripts/make_binary_distribution.sh:
        Import patch rlyon-5.0.0-alpha.patch
      sql/mysqld.cc:
        Import patch rlyon-5.0.0-alpha.patch
      sql/slave.cc:
        Import patch rlyon-5.0.0-alpha.patch
      netware/BUILD/compile-netware-src:
        Import patch rlyon-5.0.0-alpha.patch
      netware/BUILD/cron-build:
        Import patch rlyon-5.0.0-alpha.patch
      netware/BUILD/crontab:
        Import patch rlyon-5.0.0-alpha.patch
      netware/BUILD/knetware.imp:
        Import patch rlyon-5.0.0-alpha.patch
      d4f249ae
  21. 21 Mar, 2003 1 commit
    • unknown's avatar
      Changes from Novell for various NetWare-only files, post-4.0.12 · f2a29c00
      unknown authored
      include/config-netware.h:
        Define USE_OLD_FUNCTIONS, remove NKS header includes
      netware/BUILD/mwenv:
        Changes to compiler flags
      netware/BUILD/nwbootstrap:
        bk changes syntax
      netware/Makefile.am:
        Remove isamchk.def, mysqld.xdc, add comp_err.def to netware_build_files
      netware/isamchk.def:
        Add XDCDATA
      netware/isamlog.def:
        Add XDCDATA
      netware/libmysql.def:
        Add XDCDATA
      netware/my_manage.c:
        Changes in argument handling, use procve
      netware/my_manage.h:
        Changes to argument handling, spawn
      netware/my_print_defaults.def:
        Add XDCDATA
      netware/myisamchk.def:
        Add XDCDATA
      netware/myisamlog.def:
        Add XDCDATA
      netware/myisampack.def:
        Add XDCDATA
      netware/mysql.def:
        Add XDCDATA
      netware/mysql_install.def:
        Add XDCDATA
      netware/mysql_install_db.c:
        Argument handling changes, etc
      netware/mysql_install_db.def:
        Add XDCDATA
      netware/mysql_test_run.c:
        Argument handling, spawn changes, etc
      netware/mysql_test_run.def:
        Add XDCDATA
      netware/mysqladmin.def:
        Add XDCDATA
      netware/mysqlbinlog.def:
        Add XDCDATA
      netware/mysqlcheck.def:
        Add XDCDATA
      netware/mysqld.def:
        Add XDCDATA
      netware/mysqld_safe.def:
        Add XDCDATA
      netware/mysqldump.def:
        Add XDCDATA
      netware/mysqlimport.def:
        Add XDCDATA
      netware/mysqlshow.def:
        Add XDCDATA
      netware/mysqltest.def:
        Add XDCDATA
      netware/pack_isam.def:
        Add XDCDATA
      netware/perror.def:
        Add XDCDATA
      netware/replace.def:
        Add XDCDATA
      netware/resolveip.def:
        Add XDCDATA
      f2a29c00
  22. 25 Feb, 2003 1 commit
    • unknown's avatar
      Safety fix (caused a core dump on slave during shutdown when shutting down replication on some OS) · aad47c90
      unknown authored
      mysql-test/t/rpl_rotate_logs-slave-master-info.opt:
        Rename: mysql-test/t/rpl_rotate_logs.slave-mi -> mysql-test/t/rpl_rotate_logs-slave-master-info.opt
      mysql-test/t/rpl000015-slave-master-info.opt:
        Rename: mysql-test/t/rpl000015.slave-mi -> mysql-test/t/rpl000015-slave-master-info.opt
      mysql-test/r/bigint.result:
        New bigint test
      mysql-test/t/bigint.test:
        New bigint test
      netware/mysql_test_run.c:
        slave-master-info.opt -> .slave-mi
      aad47c90
  23. 31 Jan, 2003 1 commit
    • unknown's avatar
      Many files: · 8cfe603d
      unknown authored
        new file
      Makefile.am:
        Changes from Novell diff
      
      
      netware/Makefile.am:
        Changes from Novell diff
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      8cfe603d