1. 25 Apr, 2001 8 commits
    • unknown's avatar
      Merge work:/home/bk/mysql · 3598b1ea
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      
      3598b1ea
    • unknown's avatar
      fixed bug in mysqlbinlog · bc564fd0
      unknown authored
      bc564fd0
    • unknown's avatar
      Fixed all mysqldump output to use 'result_file' · 65103092
      unknown authored
      
      client/mysqldump.c:
        Fixed all output to use 'result_file'
      mysys/my_error.c:
        cleanup
      mysys/raid.cc:
        cleanup
      65103092
    • unknown's avatar
      Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql · 6ca7bfb9
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      client/mysqltest.c:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      sql/log.cc:
        Auto merged
      sql/mysqlbinlog.cc:
        Auto merged
      sql/sql_class.h:
        Auto merged
      6ca7bfb9
    • unknown's avatar
      Portability fixes for Ia64 and Sgi compiler · 97907ee8
      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
      97907ee8
    • unknown's avatar
      ha_innobase.cc Changed the error code HA_ERR_KEY_NOT_FOUND to... · d909ccb6
      unknown authored
      ha_innobase.cc	Changed the error code HA_ERR_KEY_NOT_FOUND to HA_ERR_END_OF_INDEX in index_first to eliminate an error message
      
      
      sql/ha_innobase.cc:
        Changed the error code HA_ERR_KEY_NOT_FOUND to HA_ERR_END_OF_INDEX in index_first to eliminate an error message
      d909ccb6
    • unknown's avatar
      Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql · 5744a635
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      5744a635
    • unknown's avatar
      added to Fulltext todo · 87bddedf
      unknown authored
      87bddedf
  2. 24 Apr, 2001 8 commits
  3. 23 Apr, 2001 5 commits
    • unknown's avatar
      manual.texi minor mods to recent change notes · ab3da0f7
      unknown authored
      
      Docs/manual.texi:
        minor mods to recent change notes
      ab3da0f7
    • unknown's avatar
      New option to mysqldump. · 2c0cf8ed
      unknown authored
      
      Docs/manual.texi:
        New option, -r, to mysqldump. This is needed in MSDOS mode.
      client/mysqldump.c:
        Added option -r for MSDOS mode.
      2c0cf8ed
    • unknown's avatar
      Added options to mysqlcheck · 983116d8
      unknown authored
      
      client/mysqlcheck.c:
        Added option --autorepair and possibility to change the default
        behavior by changing the executable file name (copy / symlink)
      983116d8
    • unknown's avatar
      manual.texi missing @ on @item in contributed software page · 915c00a4
      unknown authored
      
      Docs/manual.texi:
        missing @ on @item in contributed software page
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      915c00a4
    • unknown's avatar
      Portability fixes · 028c259d
      unknown authored
      
      Docs/manual.texi:
        Updated mysqld-max section
      acinclude.m4:
        Portability fix
      include/m_ctype.h:
        Portability fix
      innobase/configure.in:
        Portability fix
      028c259d
  4. 22 Apr, 2001 1 commit
    • unknown's avatar
      Fix for release · 4f8d3082
      unknown authored
      
      Docs/manual.texi:
        new links
      scripts/make_binary_distribution.sh:
        Added missing files
      sql/sql_select.cc:
        Added accidently removed line
      4f8d3082
  5. 21 Apr, 2001 2 commits
    • unknown's avatar
      Fixed probelm with count(*) and normal functions when no matchin rows. · 05744411
      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
      05744411
    • unknown's avatar
      Fixed portability problems in mysqlcheck · 94ab8e9c
      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
      94ab8e9c
  6. 20 Apr, 2001 5 commits
    • unknown's avatar
      Fixed that database name is shown for CHECK TABLE · 4c5dd2f2
      unknown authored
      
      BitKeeper/etc/ignore:
        Added client/mysqlcheck to the ignore list
      Docs/manual.texi:
        Changelog
      4c5dd2f2
    • unknown's avatar
      Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql · bcb85027
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      bcb85027
    • unknown's avatar
      Portability fixes · 4a7af05c
      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 results
      sql-bench/Results/alter-table-mysql-NT_4.0:
        New test results
      sql-bench/Results/big-tables-mysql-NT_4.0:
        New test results
      sql-bench/Results/connect-mysql-NT_4.0:
        New test results
      sql-bench/Results/create-mysql-NT_4.0:
        New test results
      sql-bench/Results/insert-mysql-NT_4.0:
        New test results
      sql-bench/Results/select-mysql-NT_4.0:
        New test results
      sql-bench/Results/wisconsin-mysql-NT_4.0:
        New test results
      sql/slave.cc:
        Removed not used variable
      4a7af05c
    • unknown's avatar
      Changes in manual and client/Makefile.am · 6e2cef95
      unknown authored
      
      Docs/manual.texi:
        Updated some old information.
      client/Makefile.am:
        mysqlcheck added.
      6e2cef95
    • unknown's avatar
      Added mysqlcheck.c, removed mistakenly added script mysqlcheck · be25d9fc
      unknown authored
      
      BitKeeper/deleted/.del-mysqlcheck~363e3278166d84ec:
        Delete: client/mysqlcheck
      client/mysqlcheck.c:
        New client mysqlcheck.c. Previously mistakenly added mysqlcheck
        script has been removed from the bk tree.
      be25d9fc
  7. 19 Apr, 2001 10 commits
    • unknown's avatar
      Merge jamppa@work:/home/bk/mysql into hynda.mysql.fi:/data/my/bk/mysql · d6cac4dd
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      d6cac4dd
    • unknown's avatar
      New client, mysqlcheck, for MySQL. mysqlcheck should be used for · 682067f4
      unknown authored
      CHECK, REPAIR, ANALYZE and OPTIMIZE instead of myisamchk, when
      MySQL server is running. Documentation to MySQL manual will follow
      shortly.
      
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      682067f4
    • unknown's avatar
      ignore some files · b61b56b2
      unknown authored
      
      BitKeeper/etc/ignore:
        added mysql.proj
      b61b56b2
    • unknown's avatar
      Fix for BDB and LOCK TABLES · e69d8fb3
      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
      e69d8fb3
    • unknown's avatar
      Moved things to configure.in · 19a2e7c1
      unknown authored
      
      innobase/configure.in:
        Removed debug options
      19a2e7c1
    • unknown's avatar
      Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql · ecc53c17
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      ecc53c17
    • unknown's avatar
      Portability fixes · efa4fdf0
      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
      efa4fdf0
    • unknown's avatar
      Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql · b0d40040
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      b0d40040
    • unknown's avatar
      Merge work:/home/bk/mysql · efb8092e
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      
      efb8092e
    • unknown's avatar
      distribution did not include *.sh files in mysql-test/t · 50dff2bc
      unknown authored
      
      mysql-test/Makefile.am:
        fixed bug in distribution build
      scripts/make_binary_distribution.sh:
        fixed bug in the distribution build
      50dff2bc
  8. 18 Apr, 2001 1 commit