1. 18 Apr, 2001 1 commit
    • unknown's avatar
      Added test for PTHREAD_YIELD · c38762c2
      unknown authored
      Removed test of default master parameter
      Don't lock locked tables in REPAIR
      Changed optimzation for SELECT * from table,table ORDER BY keypart LIMIT
      
      
      BitKeeper/deleted/.del-have_default_master.inc~a54c86e65a6c4af:
        Delete: mysql-test/include/have_default_master.inc
      BitKeeper/deleted/.del-have_default_master.require~1465255ffdaf82f:
        Delete: mysql-test/r/have_default_master.require
      Docs/manual.texi:
        Changelog for 3.23.38
      acconfig.h:
        Added test for PTHREAD_YIELD
      acinclude.m4:
        Added test for PTHREAD_YIELD
      configure.in:
        Added test for PTHREAD_YIELD
      innobase/os/os0thread.c:
        Added test for PTHREAD_YIELD
      mysql-test/r/lock.result:
        Added test of lock bug
      mysql-test/t/lock.test:
        Added test of lock bug
      mysql-test/t/rpl000014.test:
        Removed test of default master parameter
      mysql-test/t/rpl000015.test:
        Removed test of default master parameter
      mysql-test/t/rpl000016.test:
        Removed test of default master parameter
      sql/ha_myisam.cc:
        Don't lock locked tables in REPAIR
      sql/sql_select.cc:
        Changed optimzation for SELECT * from table,table ORDER BY keypart LIMIT
      c38762c2
  2. 21 Mar, 2001 1 commit
    • unknown's avatar
      Add support for Gemini table handler, Monty has checked and approved · d9fa73e2
      unknown authored
      Fix bug when read return error
      
      
      acconfig.h:
        Add Gemini to configure
      acinclude.m4:
        Add Gemini to configure
      include/my_base.h:
        Add error codes for tables handlers
      mysql-test/t/select.test:
        Force temporary tables to MyISAM
      sql-bench/server-cfg.sh:
        Allow Gemini to run sql-bench
      sql/Makefile.am:
        Add Gemini to configure
      sql/handler.cc:
        Add support for Gemini table handler
      sql/handler.h:
        Add support for Gemini table handler
      sql/lex.h:
        Add support for Gemini table handler
      sql/mysqld.cc:
        Add support for Gemini table handler
      sql/opt_range.cc:
        Fix bug when read return error
      sql/records.cc:
        Fix bug when read return error
      sql/sql_class.cc:
        Add support for Gemini table handler
      sql/sql_class.h:
        Add support for Gemini table handler
      sql/sql_lex.h:
        Add support for Gemini table handler
      sql/sql_rename.cc:
        Add commit for table rename
      sql/sql_table.cc:
        Add commit for table rename
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      d9fa73e2
  3. 20 Feb, 2001 1 commit
    • unknown's avatar
      Portability and bug fixes for Innobase. · 09f57ee0
      unknown authored
      Add --with-innobase-db to configure.
      
      
      acconfig.h:
        HAVE_INNOBASE_DB
      acinclude.m4:
        add MYSQL_CHECK_INNOBASE
      configure.in:
        use MYSQL_CHECK_INNOBASE and configure innobase directory
      innobase/configure.in:
        add AM_MAINTAINER_MODE
      innobase/include/lock0types.h:
        define lock_t
      innobase/include/os0file.h:
        define S_IRWX[UGO] if needed
      innobase/include/os0sync.h:
        use pthread_cond_t instead of mutex
      innobase/include/sync0types.h:
        define mutex_t
      innobase/os/os0sync.c:
        use pthread_cond_t instead of mutex
      sql/Makefile.am:
        add @innobase_{includes,libs}@
      sql/ha_innobase.cc:
        fix casts
      09f57ee0
  4. 01 Jan, 2001 1 commit
    • unknown's avatar
      Fixed gethostname_r tests to be more portable · f75caccc
      unknown authored
      BUILD/FINISH.sh:
        Moved symbolic files to tmp
      Docs/manual.texi:
        Updated
      mysql-test/r/func_str.result:
        Removed time functions
      mysql-test/t/func_str.test:
        Removed time functions
      mysql-test/t/order_by.test:
        Fixed sort problem
      sql/sql_parse.cc:
        End transactions before LOCK TABLES
      f75caccc
  5. 21 Dec, 2000 1 commit
    • unknown's avatar
      Compatibility fix for BSDi. · 694d97b9
      unknown authored
      BSDi uses size_t * for the optlen arg to getsockopt, while other Unixes
      use socklen_t *.
      
      
      acconfig.h:
        - compatibility fix for BSDi (getsockopt optlen type)
      configure.in:
        - compatibility fix for BSDi (getsockopt optlen type)
      libmysql/libmysql.c:
        - compatibility fix for BSDi (getsockopt optlen type)
      sql/mini_client.cc:
        - compatibility fix for BSDi (getsockopt optlen type)
      694d97b9
  6. 20 Dec, 2000 1 commit
    • unknown's avatar
      acconfig.h · c8dde8ba
      unknown authored
          fix to make ENCRYPT work
      BUILD/compile-pentium-debug
          debug has different warnings
      BUILD/FINISH.sh
          save symbol table and dissassembled code with symobls available before strip
          use $do_make for make decision instead of $make to avoid conflict
      BUILD/SETUP.sh
          export AM_MAKEFLAGS
          fast is now -fno-omit-frame-pointer, the opposite is now called 
          reckless
      configure.in
          fixes to make CRYPT work again
      Docs/Makefile.am
          hack to avoid rebuilding the manual on make clean -why does
          Makefile depend on $BUILD_SOURCES, and do we even need BUILD_SOURCES?
      
      
      BUILD/FINISH.sh:
        save symbol table and dissassembled code with symobls available before strip
        use $do_make for make decision instead of $make to avoid conflict
      BUILD/SETUP.sh:
        export AM_MAKEFLAGS
        fast is now -fno-omit-frame-pointer, the opposite is now called 
        reckless
      BUILD/compile-pentium-debug:
        debug has different warnings
      BitKeeper/etc/ignore:
        Added mysqld.S mysqld.sym to the ignore list
      Docs/Makefile.am:
        hack to avoid rebuilding the manual on make clean -why does
        Makefile depend on $BUILD_SOURCES, and do we even need BUILD_SOURCES?
      acconfig.h:
        fix to make ENCRYPT work
      configure.in:
        fixes to make CRYPT work again
      c8dde8ba
  7. 16 Dec, 2000 1 commit
  8. 31 Aug, 2000 1 commit
    • unknown's avatar
      Update to get 3.23.23 to compile · e286d8c5
      unknown authored
      acconfig.h:
        Added better detection of compress
      acinclude.m4:
        Added better detection of compress
      configure.in:
        Added better detection of compress
      include/my_pthread.h:
        Fixed wrong prototype
      mysys/my_pthread.c:
        Added cast (for portability)
      scripts/make_binary_distribution.sh:
        Added missing conversion
      sql-bench/compare-results.sh:
        Update for new web site
      sql/table.cc:
        Removed extra free
      e286d8c5
  9. 14 Aug, 2000 1 commit
    • unknown's avatar
      · 139ddac3
      unknown authored
      PART I: Keys support for MyMERGE tables
      
      myisammrg/             |
      Makefile.am            |
      mymrgdef.h             |   support for keys
      myrg_open.c            |          &
      myrg_queue.c           |   bugfixes
      myrg_rfirst.c          |
      myrg_rkey.c            |
      myrg_rlast.c           |
      myrg_rnext.c           |
      myrg_rprev.c           |
      myrg_rrnd.c            |
      
      include/myisammrg.h    | rkey/rnext/etc prototyped
      
      sql/                   |
      ha_myisammrg.cc        | support for keys
      ha_myisammrg.h         |
      
      myisam/                |
      mi_rkey.c              | buf==NULL extension, _mi_rkey()
      mi_rnext.c             |
      mi_rprev.c             |
      
      include/queues.h       | reinit_queue() - same as init_queue, but w/o malloc
      mysys/queues.c         |
      
      PART II: Miscellaneous
      
      myisam/common_words    | deleted (looks like I checked it in by mistake)
      
      some files (like acconfig.h, Makefile.am, COPYING.LIB, etc)
                             | Change mode to -rw-r--r-- (by `chmod a-x ')
      
      
      
      include/queues.h:
        Initial, from cvs
      myisammrg/Mak...
      139ddac3
  10. 10 Aug, 2000 1 commit
    • unknown's avatar
      Automatically detect HAVE_INT_8_16_32. · ef5b8667
      unknown authored
      Docs/manual.texi:
        - remove -DHAVE_INT_8_16_32 from recommended CFLAGS
      configure.in:
        - add test for int8
      acconfig.h:
        - add HAVE_INT_8_16_32
      ef5b8667
  11. 31 Jul, 2000 1 commit
    • unknown's avatar
      Import changeset · 2e94af46
      unknown authored
      Docs/Flags/australia.eps:
        First import - 3.23.10
      Docs/Flags/australia.gif:
        First import - 3.23.10
      Docs/Flags/australia.txt:
        First import - 3.23.10
      Docs/Flags/austria.eps:
        First import - 3.23.10
      Docs/Flags/austria.gif:
        First import - 3.23.10
      Docs/Flags/austria.txt:
        First import - 3.23.10
      Docs/Flags/brazil.eps:
        First import - 3.23.10
      Docs/Flags/brazil.gif:
        First import - 3.23.10
      Docs/Flags/brazil.txt:
        First import - 3.23.10
      Docs/Flags/bulgaria.eps:
        First import - 3.23.10
      Docs/Flags/bulgaria.gif:
        First import - 3.23.10
      Docs/Flags/bulgaria.txt:
        First import - 3.23.10
      Docs/Flags/canada.eps:
        First import - 3.23.10
      Docs/Flags/canada.gif:
        First import - 3.23.10
      Docs/Flags/canada.txt:
        First import - 3.23.10
      Docs/Flags/chile.eps:
        First import - 3.23.10
      Docs/Flags/chile.gif:
        First import - 3.23.10
      Docs/Flags/chile.txt:
        First import - 3.23.10
      Docs/Flags/china.eps:
        First import - 3.23.10
      Docs/Flags/china.gif:
        First import - 3.23.10
      Docs/Flags/china.txt:
        First...
      2e94af46