1. 17 Jan, 2001 3 commits
    • unknown's avatar
      configure.in top_srcdir -> top_builddir · 3791c09c
      unknown authored
      
      configure.in:
        top_srcdir -> top_builddir
      3791c09c
    • unknown's avatar
      bb88a61a
    • unknown's avatar
      Fixed for bugs that was found when getting full code coverage of BDB · 5372aa60
      unknown authored
      Fixed bug with HEAP tables on windows
      Fixed bug with HAVING on empty tables
      
      
      Docs/manual.texi:
        Update of UDF functions
      mysql-test/mysql-test-run.sh:
        Added option --user
      mysql-test/r/bdb.result:
        Added more test to get better coverage
      mysql-test/t/bdb.test:
        Added more test to get better coverage
      sql/field.cc:
        Fixes for key packing in BDB
      sql/field.h:
        Fixes for key packing in BDB
      sql/ha_berkeley.cc:
        Fixed for bugs that was found when getting full code coverage
      sql/ha_heap.cc:
        Fixed problem with HEAP tables on windows
      sql/log.cc:
        Safety fix
      sql/sql_select.cc:
        Fixed bug with HAVING on empty tables
      sql/table.cc:
        Fixed problem with HEAP tables on windows
      5372aa60
  2. 16 Jan, 2001 7 commits
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · bc09074b
      unknown authored
      into cane.mysql.fi:/usr/home/tim/my/work
      
      
      bc09074b
    • unknown's avatar
      8c7841bc
    • unknown's avatar
      If get_charset() fails when trying to load the server's charset, · c1aa6bd9
      unknown authored
      use the default charset instead of failing.
      
      
      c1aa6bd9
    • unknown's avatar
      Handle AVAILABLE_LANGUAGES more portably. · f0a33e62
      unknown authored
      Fix a typo in BDB configuration.
      
      
      acinclude.m4:
        Fix typo (missing "test")
      configure.in:
        Handle AVAILABLE_LANGUAGES more portably.
      sql/share/Makefile.am:
        Handle AVAILABLE_LANGUAGES more portably.
      f0a33e62
    • unknown's avatar
      Fixed bug in CHECK TABLE ... EXTENDED · 86b58e29
      unknown authored
      Added keyword MEDIUM to CHECK TABLE
      New benchmarks results for Linux-alpha
      
      
      BitKeeper/deleted/.del-READ-ME~ed6c5184d4bf6b7c:
        Delete: strings/READ-ME
      BitKeeper/deleted/.del-ATIS-mysql-Linux_2.2.13_SMP_alpha~21ddf9425cbdd58:
        Delete: sql-bench/Results/ATIS-mysql-Linux_2.2.13_SMP_alpha
      BitKeeper/deleted/.del-RUN-mysql-Linux_2.2.13_SMP_alpha~583091e05a25fb6:
        Delete: sql-bench/Results/RUN-mysql-Linux_2.2.13_SMP_alpha
      BitKeeper/deleted/.del-alter-table-mysql-Linux_2.2.13_SMP_alpha~6c20c9ef46f82241:
        Delete: sql-bench/Results/alter-table-mysql-Linux_2.2.13_SMP_alpha
      BitKeeper/deleted/.del-big-tables-mysql-Linux_2.2.13_SMP_alpha~e8cc899bb933532f:
        Delete: sql-bench/Results/big-tables-mysql-Linux_2.2.13_SMP_alpha
      BitKeeper/deleted/.del-connect-mysql-Linux_2.2.13_SMP_alpha~84df7c6446e51e26:
        Delete: sql-bench/Results/connect-mysql-Linux_2.2.13_SMP_alpha
      BitKeeper/deleted/.del-create-mysql-Linux_2.2.13_SMP_alpha~2c9af91e9771f618:
        Delete: sql-bench/Results/create-mysql-Linux_2.2.13_SMP_alpha
      BitKeeper/deleted/.del-insert-mysql-Linux_2.2.13_SMP_alpha~688809eb8ea77b3d:
        Delete: sql-bench/Results/insert-mysql-Linux_2.2.13_SMP_alpha
      BitKeeper/deleted/.del-select-mysql-Linux_2.2.13_SMP_alpha~db59425a7f4aa93f:
        Delete: sql-bench/Results/select-mysql-Linux_2.2.13_SMP_alpha
      BitKeeper/deleted/.del-wisconsin-mysql-Linux_2.2.13_SMP_alpha~fc410754151d622c:
        Delete: sql-bench/Results/wisconsin-mysql-Linux_2.2.13_SMP_alpha
      Docs/manual.texi:
        Updated ChangeLog
      myisam/mi_close.c:
        Force write of crashed flag on close
      myisam/mi_info.c:
        Fixed that mean_reclength works for big files
      mysql-test/r/show_check.result:
        Added test of CHECK TABLE ... MEDIUM
      mysql-test/t/show_check.test:
        Added test of CHECK TABLE ... MEDIUM
      sql/ha_myisam.cc:
        Fixed that CHECK TABLE .. EXTENDED works properly
        Cleared the CRASHED flag on repair
      sql/lex.h:
        Added keyword MEDIUM
      sql/sql_yacc.yy:
        Added CHECK TABLE .. MEDIUM
      86b58e29
    • unknown's avatar
      Added ORDER BY to test case to make the result comparable · 64289e22
      unknown authored
      
      Docs/manual.texi:
        Added replication information
      mysql-test/mysql-test-run.sh:
        Don't start master when we are running a test against the running server
      mysql-test/r/fulltext_cache.result:
        Added sort to make the result comparable
      mysql-test/t/fulltext_cache.test:
        Added sort to make the result comparable
      64289e22
    • unknown's avatar
      Removed not used variable 'last_ref' · 0365e2d3
      unknown authored
      Fixed problem with negative DECIMAL() keys
      Fixed some bugs with NULL keys in BDB
      More mysql-test tests
      
      
      Docs/manual.texi:
        Changelog
      client/mysqltest.c:
        Added syntax:  -- error #,#,...
      heap/hp_info.c:
        cleanup
      include/thr_lock.h:
        cleanup
      isam/pack_isam.c:
        cleanup
      myisam/mi_check.c:
        cleanup
      myisam/mi_extra.c:
        cleanup
      myisammrg/myrg_rkey.c:
        cleanup
      mysql-test/mysql-test-run.sh:
        Change to run test as root
      mysql-test/r/bdb.result:
        Many new tests
      mysql-test/r/func_system.result:
        Change to root user
      mysql-test/t/bdb.test:
        many more tests
      mysql-test/t/create.test:
        Change to work by test and root user
      sql/field.cc:
        Fixed problem with negative DECIMAL() keys
      sql/filesort.cc:
        cleanup
      sql/ha_berkeley.cc:
        Added purecoverage notes
        Fixed some bugs with NULL keys
      sql/init.cc:
        cleanup
      sql/mysql_priv.h:
        cleanup
      sql/mysqld.cc:
        cleanup
      sql/records.cc:
        cleanup
      sql/unireg.h:
        cleanup
      0365e2d3
  3. 15 Jan, 2001 10 commits
    • unknown's avatar
      Updated ChangeLog · 9e67d0be
      unknown authored
      9e67d0be
    • unknown's avatar
      Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql · c51686c3
      unknown authored
      
      sql/field.cc:
        Auto merged
      c51686c3
    • unknown's avatar
      Fixes for mysqltest · c753f496
      unknown authored
      
      Docs/manual.texi:
        More information about INSERT DELAYED
      client/mysqltest.c:
        Added syntax -- error #
      mysql-test/mysql-test-run.sh:
        Don't stop server that isn't started
      mysql-test/t/bdb.test:
        Change to use -- error #
      mysys/my_chsize.c:
        Fix for last commit
      sql/field.cc:
        Fix for purify and opt_range.cc
      sql/ha_berkeley.cc:
        Purecoverage hints
      c753f496
    • unknown's avatar
      Add test for str_to_time · a4003125
      unknown authored
      a4003125
    • unknown's avatar
      Fix get_time bug · 80ae2f6c
      unknown authored
      
      sql/field.cc:
        str_to_time returns bool, not timestamp
      80ae2f6c
    • unknown's avatar
      merge · 1f23f87f
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      1f23f87f
    • unknown's avatar
      Fixed test when exeeding file quota on write · 4d37689a
      unknown authored
      Sanity checks when opening MyISAM files
      
      
      Docs/manual.texi:
        Added information about Borland c++
      myisam/mi_check.c:
        Cleanup
      myisam/mi_open.c:
        Added sanity checking
      myisam/myisamchk.c:
        Better error messages
      mysys/my_chsize.c:
        Cleanup
      mysys/my_seek.c:
        Changed debug message
      mysys/my_write.c:
        Fixed test when exeeding file quota
      4d37689a
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · 22f568dc
      unknown authored
      into cane.mysql.fi:/usr/home/tim/my/work
      
      
      BitKeeper/etc/logging_ok:
        'Auto converge'
      Docs/manual.texi:
        Auto merged
      22f568dc
    • unknown's avatar
      logging_ok Logging to logging@openlogging.org accepted · 3158ea85
      unknown authored
      manual.texi	mention bdb_version in changelog
      
      
      Docs/manual.texi:
        mention bdb_version in changelog
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      3158ea85
    • unknown's avatar
      manual.texi Added mirror in Bulgaria. · 9df06f29
      unknown authored
      
      Docs/manual.texi:
        Added mirror in Bulgaria.
      9df06f29
  4. 14 Jan, 2001 9 commits
  5. 13 Jan, 2001 1 commit
    • unknown's avatar
      Add bdb_version variable, and a new test. · 4d1bb5ad
      unknown authored
      
      mysql-test/r/bdb.result:
        Test key on blob containing null values.
      mysql-test/t/bdb.test:
        Test key on blob containing null values.
      sql/mysqld.cc:
        Add bdb_version variable
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      4d1bb5ad
  6. 12 Jan, 2001 4 commits
    • unknown's avatar
      Added test for innobase · 686faae5
      unknown authored
      Fixed problem with NULL keys in BDB
      
      
      BitKeeper/deleted/.del-select.res~1295456b93948768:
        ***MISSING WEAVE***
      mysql-test/r/join_outer.result:
        Fix results
      sql/ha_berkeley.cc:
        Fixed problem with NULL keys
      686faae5
    • unknown's avatar
      Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql · 72b3120d
      unknown authored
      
      BitKeeper/etc/ignore:
        added sql/share/*.sys
      Docs/manual.texi:
        Auto merged
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      72b3120d
    • unknown's avatar
      Updates for innobase · 49a45d27
      unknown authored
      49a45d27
    • unknown's avatar
      Patches for NetBSD/macppc · 1a10224c
      unknown authored
      Fixed bug in LEFT JOIN
      Added bdb_log_buffer_size
      
      
      Docs/manual.texi:
        Added documentation for mysqlhotcopy
      client/mysql.cc:
        Fixed core dump when column names couldn't be read
      configure.in:
        Fixed possible error
      mit-pthreads/Changes-mysql:
        Patches for NetBSD/macppc
      mit-pthreads/config/config.guess:
        Patches for NetBSD/macppc
      mit-pthreads/config/configure.in:
        Patches for NetBSD/macppc
      mit-pthreads/config/configure:
        Patches for NetBSD/macppc
      mysql-test/r/join_outer.result:
        New join test
      mysql-test/t/join_outer.test:
        New join test
      scripts/mysqlhotcopy.sh:
        Patches from ASK
      sql/ha_berkeley.cc:
        Adeed log buffer cache
      sql/ha_berkeley.h:
        Adeed log buffer cache
      sql/log.cc:
        Fixed possible overrun bug
      sql/mysqld.cc:
        Fix for Mac OS X public beta
        Added bdb_log_buffer_size
      sql/sql_select.cc:
        Fixed bug in LEFT JOIN
      tests/mail_to_db.pl:
        Removed unsubscribe tails
      tests/pmail.pl:
        Sort mails according to date
      1a10224c
  7. 11 Jan, 2001 1 commit
    • unknown's avatar
      Small doc change. · d43a820b
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      d43a820b
  8. 09 Jan, 2001 5 commits