1. 19 Jan, 2001 2 commits
    • unknown's avatar
      Merge work:/home/bk/mysql · af8d3f75
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      af8d3f75
    • unknown's avatar
      fixed buffer overrun in resolve_stack_dump · 13357638
      unknown authored
      fixes for restore table
      test case for backup/restore
      
      
      extra/resolve_stack_dump.c:
        fixed buffer overrun
      mysql-test/t/rpl000004.test:
        updated load table from master test case
      sql/ha_myisam.cc:
        verbose error messages during backup table, very silent repair on restore
      sql/sql_table.cc:
        fixed bugs in restore table
      13357638
  2. 18 Jan, 2001 6 commits
  3. 17 Jan, 2001 9 commits
    • unknown's avatar
      manual.texi Updated book. · 2e02d536
      unknown authored
      
      Docs/manual.texi:
        Updated book.
      2e02d536
    • unknown's avatar
      replication updates · 83116b26
      unknown authored
      
      Docs/manual.texi:
        replications updates
      83116b26
    • unknown's avatar
      manual.texi Mirror maintanence. Fixed texinfo errors. · 3c031871
      unknown authored
      
      Docs/manual.texi:
        Mirror maintanence. Fixed texinfo errors.
      3c031871
    • unknown's avatar
      Doc patch from Jeremy Zawodny. · 5a5ff0ba
      unknown authored
      Minor corrections to patch.
      
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      5a5ff0ba
    • unknown's avatar
      rpl000016.test sync · efe9c8b3
      unknown authored
      rpl000001.result	BitKeeper file /home/sasha/src/bk/mysql/mysql-test/r/rpl000001.result
      ignore  	Added BitKeeper/tmp/bkr3sAHD to the ignore list
      slave.h 	MASTER_POS_WAIT
      lex.h   	MASTER_POS_WAIT
      slave.cc	MASTER_POS_WAIT, do automagic restart on debugging abort, skip rotate events in 
      slave.cc	debug abort count
      sql_repl.cc	announce the log name at the start of the log with a fake rotate event
      item_create.h	MASTER_POS_WAIT
      item_func.cc	MASTER_POS_WAIT
      item_func.h	MASTER_POS_WAIT
      sql_class.h	enter_cond(), exit_cond() helper inliners
      item_create.cc	added MASTER_POS_WAIT
      mysql-test-run.sh	speed improvement fixes
      rpl000007.test	sync
      rpl000003.test	sleep -> sync
      rpl000004.test	sleep -> sync, fixed clean up bug
      rpl000014.test	sync
      rpl000009.test	sync
      rpl000013.test	sync
      rpl000001.test	sleep -> sync
      rpl000008.test	sync
      rpl000006.test	sync on cleanup
      rpl000011.test	sync
      rpl000012.test	sync
      rpl000005.test	sleep -> sync
      rpl000010.test	sync
      rpl000015.test	sync
      rpl000002.test	sleep -> sync
      rpl000014.result	we now know the master log name as soon as we connect
      mysql.cc	added optional agrument to --wait
      mysqltest.c	added save_master_pos and sync_with_master commands
      
      
      client/mysql.cc:
        added optional agrument to --wait
      client/mysqltest.c:
        added save_master_pos and sync_with_master commands
      mysql-test/mysql-test-run.sh:
        speed improvement fixes
      mysql-test/r/rpl000014.result:
        we now know the master log name as soon as we connect
      mysql-test/t/rpl000001.test:
        sleep -> sync
      mysql-test/t/rpl000002.test:
        sleep -> sync
      mysql-test/t/rpl000003.test:
        sleep -> sync
      mysql-test/t/rpl000004.test:
        sleep -> sync, fixed clean up bug
      mysql-test/t/rpl000005.test:
        sleep -> sync
      mysql-test/t/rpl000006.test:
        sync on cleanup
      mysql-test/t/rpl000007.test:
        sync
      mysql-test/t/rpl000008.test:
        sync
      mysql-test/t/rpl000009.test:
        sync
      mysql-test/t/rpl000010.test:
        sync
      mysql-test/t/rpl000011.test:
        sync
      mysql-test/t/rpl000012.test:
        sync
      mysql-test/t/rpl000013.test:
        sync
      mysql-test/t/rpl000014.test:
        sync
      mysql-test/t/rpl000015.test:
        sync
      BitKeeper/etc/ignore:
        Added BitKeeper/tmp/bkr3sAHD to the ignore list
      mysql-test/t/rpl000016.test:
        sync
      sql/item_create.cc:
        added MASTER_POS_WAIT
      sql/item_create.h:
        MASTER_POS_WAIT
      sql/item_func.cc:
        MASTER_POS_WAIT
      sql/item_func.h:
        MASTER_POS_WAIT
      sql/lex.h:
        MASTER_POS_WAIT
      sql/slave.cc:
        MASTER_POS_WAIT, do automagic restart on debugging abort, skip rotate events in 
        debug abort count
      sql/slave.h:
        MASTER_POS_WAIT
      sql/sql_class.h:
        enter_cond(), exit_cond() helper inliners
      sql/sql_repl.cc:
        announce the log name at the start of the log with a fake rotate event
      efe9c8b3
    • unknown's avatar
      Updated changelog · 1fd1a9f5
      unknown authored
      
      Docs/manual.texi:
        Changelog
      1fd1a9f5
    • unknown's avatar
      configure.in top_srcdir -> top_builddir · d486d54b
      unknown authored
      
      configure.in:
        top_srcdir -> top_builddir
      d486d54b
    • unknown's avatar
      cc8b0b0a
    • unknown's avatar
      Fixed for bugs that was found when getting full code coverage of BDB · 703ed504
      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
      703ed504
  4. 16 Jan, 2001 7 commits
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · ee724f31
      unknown authored
      into cane.mysql.fi:/usr/home/tim/my/work
      
      ee724f31
    • unknown's avatar
      4ab437a0
    • unknown's avatar
      If get_charset() fails when trying to load the server's charset, · 51e0497e
      unknown authored
      use the default charset instead of failing.
      
      51e0497e
    • unknown's avatar
      Handle AVAILABLE_LANGUAGES more portably. · ad996362
      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.
      ad996362
    • unknown's avatar
      Fixed bug in CHECK TABLE ... EXTENDED · 3a959eeb
      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
      3a959eeb
    • unknown's avatar
      Added ORDER BY to test case to make the result comparable · 06bd4989
      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
      06bd4989
    • unknown's avatar
      Removed not used variable 'last_ref' · 237a7746
      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
      237a7746
  5. 15 Jan, 2001 10 commits
    • unknown's avatar
      Updated ChangeLog · 43c3afed
      unknown authored
      43c3afed
    • unknown's avatar
      Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql · 218b0374
      unknown authored
      
      sql/field.cc:
        Auto merged
      218b0374
    • unknown's avatar
      Fixes for mysqltest · 983ab4d3
      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
      983ab4d3
    • unknown's avatar
      Add test for str_to_time · c5339cf5
      unknown authored
      c5339cf5
    • unknown's avatar
      Fix get_time bug · 651ca8fa
      unknown authored
      
      sql/field.cc:
        str_to_time returns bool, not timestamp
      651ca8fa
    • unknown's avatar
      merge · 65d522b7
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      65d522b7
    • unknown's avatar
      Fixed test when exeeding file quota on write · 7d876560
      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
      7d876560
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · 438721f6
      unknown authored
      into cane.mysql.fi:/usr/home/tim/my/work
      
      
      BitKeeper/etc/logging_ok:
        'Auto converge'
      Docs/manual.texi:
        Auto merged
      438721f6
    • unknown's avatar
      logging_ok Logging to logging@openlogging.org accepted · 87cd240c
      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
      87cd240c
    • unknown's avatar
      manual.texi Added mirror in Bulgaria. · 20cc424a
      unknown authored
      
      Docs/manual.texi:
        Added mirror in Bulgaria.
      20cc424a
  6. 14 Jan, 2001 6 commits