1. 13 May, 2001 1 commit
  2. 12 May, 2001 1 commit
    • unknown's avatar
      Added information about using mysql-max · cfc4e221
      unknown authored
      sql/mysqld.cc:
        Fixes for Alpha cc compiler
      support-files/my-huge.cnf.sh:
        cleanup
      support-files/my-large.cnf.sh:
        cleanup
      support-files/my-medium.cnf.sh:
        cleanup
      support-files/my-small.cnf.sh:
        cleanup
      cfc4e221
  3. 11 May, 2001 2 commits
  4. 09 May, 2001 1 commit
    • unknown's avatar
      Applied patches for BDB tables · 53011a88
      unknown authored
      Fixes to InnoDB to compile on Windows
      Fix for temporary InnoDB tables
      Fixed bug in REPLACE()
      Fixed sub char keys for InnoDB
      
      
      Docs/manual.texi:
        Changelog + update of table types
      bdb/include/log.h:
        Patch from Sleepycat
      bdb/log/log.c:
        Patch from Sleepycat
      bdb/log/log_rec.c:
        Patch from Sleepycat
      client/mysqladmin.c:
        Cleanup
      innobase/include/univ.i:
        Fix for compilation on Windows
      innobase/os/os0file.c:
        cleanup
      innobase/pars/pars0grm.y:
        Fix for compilation on Windows
      mysql-test/r/innodb.result:
        New test case
      mysql-test/t/innodb.test:
        New test case
      sql/ha_innobase.cc:
        cleanup
      sql/ha_innobase.h:
        Fix for prefix keys
      sql/handler.h:
        Fix for temporary Innodb tables
      sql/item_strfunc.cc:
        Fixed bug in REPLACE()
      sql/lock.cc:
        Fix for temporary Innodb tables
      sql/mysqld.cc:
        Added --skip-stack-trace
      sql/share/english/errmsg.txt:
        Better error messages
      sql/sql_base.cc:
        Fix for temporary Innodb tables
      sql/sql_select.cc:
        Fix for temporary Innodb tables
      sql/sql_table.cc:
        Fixed sub char keys for InnoDB
      sql/table.h:
        Fix for temporary Innodb tables
      53011a88
  5. 07 May, 2001 1 commit
    • unknown's avatar
      Docs/manual.texi · b187dda8
      unknown authored
          removed porn site
      
      
      
      Docs/manual.texi:
        removed porn site
      b187dda8
  6. 05 May, 2001 1 commit
    • unknown's avatar
      Added LOAD DATA CONCURRENT · b738e817
      unknown authored
      Docs/manual.texi:
        Update information about REPAIR and optimize
      scripts/mysqlhotcopy.sh:
        Changed Alpha -> Beta
      sql/sql_yacc.yy:
        A
      b738e817
  7. 04 May, 2001 2 commits
    • unknown's avatar
      manual.texi Fixed a typo in InnoDB record size · 92cac1d7
      unknown authored
      Docs/manual.texi:
        Fixed a typo in InnoDB record size
      92cac1d7
    • unknown's avatar
      Docs/manual.texi · a9bf0502
      unknown authored
          added reference to htCheck, and removed some broken links (incidentally, found by htCheck)
      
      
      Docs/manual.texi:
        added reference to htCheck, and removed some broken links (incidentally, found by htCheck)
      a9bf0502
  8. 03 May, 2001 4 commits
  9. 02 May, 2001 2 commits
  10. 01 May, 2001 1 commit
    • unknown's avatar
      manual.texi fixed paragraph · 9791282a
      unknown authored
      Docs/manual.texi:
        fixed paragraph
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      9791282a
  11. 25 Apr, 2001 2 commits
    • unknown's avatar
      Portability fixes for Ia64 and Sgi compiler · 6052a195
      unknown authored
      DROP DATABASE in mysqladmin asks for confirmation (again)
      Added examined_rows to slow query log
      SHOW CREATE for TEMPORARY table
      
      
      BitKeeper/deleted/.del-shw000001.result~8b20b03d8319b9a5:
        Delete: mysql-test/r/shw000001.result
      BitKeeper/deleted/.del-shw000001.test~770d96a2c1c65b20:
        Delete: mysql-test/t/shw000001.test
      Docs/manual.texi:
        Added information about InnoDB and TEMPORARY tables
      acinclude.m4:
        Portability fixes
      client/errmsg.c:
        merge with libmysqd/errmsg.c
      client/mysqladmin.c:
        DROP DATABASE asks for confirmation (again)
      client/mysqltest.c:
        Portability fixes
      configure.in:
        Portability fixes for SGI compiler on Ia64
      extra/resolve_stack_dump.c:
        Portability fixes
      include/global.h:
        Portability fixes
      isam/_dbug.c:
        Portability fixes
      mysql-test/mysql-test-run.sh:
        Portability fixes
      mysql-test/r/show_check.result:
        New test for SHOW CREATE
      mysql-test/t/show_check.test:
        New test for SHOW CREATE
      scripts/make_binary_distribution.sh:
        Added missing files
      sql/filesort.cc:
        Added examined_rows to slow query log
      sql/log.cc:
        Added examined_rows to slow query log
      sql/mysql_priv.h:
        Added examined_rows to slow query log
      sql/mysqlbinlog.cc:
        Fixed core dump when using wrong option
      sql/mysqld.cc:
        Removed not used argument
      sql/sql_base.cc:
        Fixed name problem with SHOW CREATE for TEMPORARY table
      sql/sql_class.h:
        Added examined_rows to slow query log
      sql/sql_parse.cc:
        Added examined_rows to slow query log
      sql/sql_select.cc:
        Added examined_rows to slow query log
      sql/sql_select.h:
        Added examined_rows to slow query log
      sql/sql_show.cc:
        Fixed SHOW CREATE for TEMPORARY table
      sql/sql_table.cc:
        Added examined_rows to slow query log
      6052a195
    • unknown's avatar
      added to Fulltext todo · 145c0ec2
      unknown authored
      145c0ec2
  12. 24 Apr, 2001 1 commit
    • unknown's avatar
      Added a link · 9aa50a83
      unknown authored
      Docs/manual.texi:
        Added a link.
      9aa50a83
  13. 23 Apr, 2001 4 commits
  14. 22 Apr, 2001 1 commit
    • unknown's avatar
      Fix for release · a3122050
      unknown authored
      Docs/manual.texi:
        new links
      scripts/make_binary_distribution.sh:
        Added missing files
      sql/sql_select.cc:
        Added accidently removed line
      a3122050
  15. 21 Apr, 2001 2 commits
    • unknown's avatar
      Fixed probelm with count(*) and normal functions when no matchin rows. · fa6c9774
      unknown authored
      Changed 'lib' to 'master-data'
      Fix for slow slaves
      
      
      Docs/manual.texi:
        Changelog
      include/mysql.h:
        Fixes for Cygwin
      libmysql/libmysql.c:
        Fixes for Cygwin
      mysql-test/Makefile.am:
        Include missing test files
      mysql-test/include/master-slave.inc:
        Fixes for slow slaves
      mysql-test/install_test_db.sh:
        Change 'lib' to 'master-data'
      mysql-test/mysql-test-run.sh:
        Change 'lib' to 'master-data'
      mysql-test/r/group_by.result:
        Test case for count(*) problem
      mysql-test/t/group_by.test:
        Test case for count(*) problem
      mysql-test/t/rpl000018-master.sh:
        Change 'lib' to 'master-data'
      sql/sql_select.cc:
        Fix for count(*) problem
      fa6c9774
    • unknown's avatar
      Fixed portability problems in mysqlcheck · ab661dec
      unknown authored
      Docs/manual.texi:
        Updated TODO
      client/mysqlcheck.c:
        Fixed portability problems
      mysql-test/r/backup.result:
        Fixed output after format change for BACKUP TABLE
      sql/ha_berkeley.cc:
        Added missing variable
      sql/opt_range.cc:
        Small optimization when calculating key blocks
      ab661dec
  16. 20 Apr, 2001 3 commits
    • unknown's avatar
      Fixed that database name is shown for CHECK TABLE · f2ef9e2b
      unknown authored
      BitKeeper/etc/ignore:
        Added client/mysqlcheck to the ignore list
      Docs/manual.texi:
        Changelog
      f2ef9e2b
    • unknown's avatar
      Portability fixes · 6af7781f
      unknown authored
      BitKeeper/deleted/.del-compile-ia64-O0-sgicc~a4e0732013d6b602:
        Delete: BUILD/compile-ia64-O0-sgicc
      BitKeeper/deleted/.del-compile-ia64-O0~3a41dfebefc817d1:
        Delete: BUILD/compile-ia64-O0
      BitKeeper/deleted/.del-compile-ia64-O2-sgicc~6ff796ecac337849:
        Delete: BUILD/compile-ia64-O2-sgicc
      BitKeeper/deleted/.del-compile-ia64-O2~87d13594c3599830:
        Delete: BUILD/compile-ia64-O2
      BitKeeper/deleted/.del-compile-ia64-O6~c34e6b943b12c468:
        Delete: BUILD/compile-ia64-O6
      Docs/manual.texi:
        Cleanup
      mysql-test/r/rpl000014.result:
        Change port number for comparison
      mysql-test/r/rpl000015.result:
        Change port number for comparison
      mysql-test/r/rpl000016.result:
        Change port number for comparison
      mysql-test/t/rpl000014.test:
        Change port number for comparison
      mysql-test/t/rpl000015.test:
        Change port number for comparison
      mysql-test/t/rpl000016.test:
        Change port number for comparison
      sql-bench/Results/ATIS-mysql-NT_4.0:
        New test results
      sql-bench/Results/RUN-mysql-NT_4.0:
        New test resul...
      6af7781f
    • unknown's avatar
      Changes in manual and client/Makefile.am · a45ad908
      unknown authored
      Docs/manual.texi:
        Updated some old information.
      client/Makefile.am:
        mysqlcheck added.
      a45ad908
  17. 19 Apr, 2001 2 commits
    • unknown's avatar
      Fix for BDB and LOCK TABLES · 123e31ce
      unknown authored
      BitKeeper/deleted/.del-ib_config.h.in~9e57db8504e55b7:
        Delete: innobase/ib_config.h.in
      BitKeeper/deleted/.del-ib_config.h~7539e26ffc614439:
        Delete: innobase/ib_config.h
      Docs/manual.texi:
        Changelog
      myisam/mi_locking.c:
        Cleanup
      mysql-test/r/bdb.result:
        Test for LOCK TABLES
      mysql-test/r/innodb.result:
        Test for LOCK TABLES
      mysql-test/t/bdb.test:
        Test for LOCK TABLES
      mysql-test/t/innodb.test:
        Test for LOCK TABLES
      sql-bench/test-insert.sh:
        Allow loop to be small
      sql/ha_berkeley.cc:
        Fixed bug when using LOCK TABLES with BDB
      sql/ha_berkeley.h:
        Fixed bug when using LOCK TABLES with BDB
      sql/handler.h:
        Fixed bug when using LOCK TABLES with BDB
      sql/sql_base.cc:
        Fixed bug when using LOCK TABLES with BDB
      sql/sql_parse.cc:
        UNLOCK TABLES ends transaction
      sql/sql_select.cc:
        Fix to not call index_end() twice
      123e31ce
    • unknown's avatar
      Portability fixes · dcedfad3
      unknown authored
      Docs/manual.texi:
        Updated mysqld-max section
      configure.in:
        Version change
      innobase/configure.in:
        Don't compile with -g when not using debugging (No optimization on Linux-Alpha)
      innobase/ib_config.h.in:
        config file
      innobase/ib_config.h:
        config file
      innobase/include/que0que.h:
        Can't inline this on SCO
      innobase/include/que0que.ic:
        Can't inline this on SCO
      innobase/include/sync0sync.h:
        Fix for Mac OS X
      innobase/que/que0que.c:
        Added functions that can't be inlined on SCO
      dcedfad3
  18. 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
  19. 17 Apr, 2001 3 commits
    • unknown's avatar
      Don't force conf_to_src to be static an all systems · b110c2a4
      unknown authored
      Removed unpredictable test from rpl000001.test
      
      
      Docs/manual.texi:
        Added some information about table locks
      libmysql/Makefile.shared:
        Don't force conf_to_src to be static an all systems
      mysql-test/r/rpl000001.result:
        Removed unpredictable test
      mysql-test/t/rpl000001.test:
        Removed unpredictable test
      scripts/mysql_zap.sh:
        Added --help
      strings/ctype-ujis.c:
        Removed warnings
      b110c2a4
    • unknown's avatar
      Small fixes to manual.texi. · 8c76abc2
      unknown authored
      Docs/manual.texi:
        Small fixes.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      8c76abc2
    • unknown's avatar
      News section updated · 4559ff4a
      unknown authored
      4559ff4a
  20. 16 Apr, 2001 4 commits
    • unknown's avatar
      The environment variable PAGER is now used as the default pager · 7f2bada9
      unknown authored
      Fixed bug with float columns
      
      
      
      Docs/manual.texi:
        Added new link
      client/mysql.cc:
        The environment variable PAGER is now used as the default pager
      sql/field.cc:
        Fixed bug with float columns.
      7f2bada9
    • unknown's avatar
      Docs/manual.texi · 28e18498
      unknown authored
          Added a stern warning in a visible (in my opinion) place to make sure
          to compile with -fno-exceptions when using gcc
          Wrote a new paragraphs on OS comparison/choice in the Which OS section
      
      
      
      Docs/manual.texi:
        Added a stern warning in a visible (in my opinion) place to make sure
        to compile with -fno-exceptions when using gcc
        Wrote a new paragraphs on OS comparison/choice in the Which OS section
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      28e18498
    • unknown's avatar
      manual.texi Added InnoDB manual in manual.texi · 557e97ec
      unknown authored
      Docs/manual.texi:
        Added InnoDB manual in manual.texi
      557e97ec
    • unknown's avatar
      Fixed bug with HEAP tables when using LIKE · 00bdb82a
      unknown authored
      Docs/manual.texi:
        Updated information about BDB tables.
      mysql-test/r/heap.result:
        Added test for HEAP bug
      mysql-test/t/heap.test:
        Added test for HEAP bug
      sql/field.cc:
        Fixed bug with HEAP tables
      sql/gen_lex_hash.cc:
        Smallare array
      00bdb82a
  21. 15 Apr, 2001 1 commit