1. 09 Nov, 2001 1 commit
    • unknown's avatar
      fixed memory leak in replication · 1c809563
      unknown authored
      fixed bugs in new IO_CACHE code so that the old calls work
      fixed shutdown bug
      clean-up of mysql-test-run
      
      
      include/my_sys.h:
        fixes for IO_CACHE
      mysql-test/mysql-test-run.sh:
        fixed missing \ bug
        added --skip-gdb-magic to skip Sergei's automatic mysql_parse break
        do not delete the breakpoint in command - it crashes gdb sometimes
      mysys/mf_iocache2.c:
        rc_pos->write_pos in my_b_seek for WRITE_CACHE
      sql/mysqld.cc:
        fixed shutdown bug when singals DO break read introduced by the fix for 
        when they don't.
      sql/repl_failsafe.cc:
        fixed memory leak
      1c809563
  2. 07 Nov, 2001 23 commits
  3. 06 Nov, 2001 16 commits
    • unknown's avatar
      ha_innobase.cc: · 1119e844
      unknown authored
        Fix a typo
      
      
      sql/ha_innobase.cc:
        Fix a typo
      1119e844
    • unknown's avatar
      ha_innobase.cc: · efc69ba2
      unknown authored
        Make database and table names always lower case on Windows
      
      
      sql/ha_innobase.cc:
        Make database and table names always lower case on Windows
      efc69ba2
    • unknown's avatar
      merge · d207a0c2
      unknown authored
      
      innobase/include/srv0srv.h:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      innobase/srv/srv0srv.c:
        Auto merged
      innobase/srv/srv0start.c:
        Auto merged
      scripts/make_binary_distribution.sh:
        Auto merged
      sql/ha_innobase.cc:
        Auto merged
      d207a0c2
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 · 228408a8
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      sql/item_strfunc.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      228408a8
    • unknown's avatar
      Portability fix · 8547d05c
      unknown authored
      Cleanup typos (like SKIPP -> SKIP)
      
      
      BUILD/compile-alpha-cxx:
        Fix when using InnoDB
      Docs/manual.texi:
        FreeBSD note
      client/mysqlmanager-pwgen.c:
        Portability fix
      include/my_base.h:
        Cleanup typos
      isam/_dynrec.c:
        Cleanup typos
      isam/_packrec.c:
        Cleanup typos
      isam/create.c:
        Cleanup typos
      isam/pack_isam.c:
        Cleanup typos
      isam/test1.c:
        Cleanup typos
      isam/test2.c:
        Cleanup typos
      libmysql/manager.c:
        Portability fix
      myisam/ft_eval.c:
        Cleanup typos
      myisam/ft_test1.c:
        Cleanup typos
      myisam/mi_create.c:
        Cleanup typos
      myisam/mi_dynrec.c:
        Cleanup typos
      myisam/mi_packrec.c:
        Cleanup typos
      myisam/mi_test1.c:
        Cleanup typos
      myisam/mi_test2.c:
        Cleanup typos
      myisam/myisampack.c:
        Cleanup typos
      sql/field.cc:
        Cleanup typos
      sql/field.h:
        Cleanup typos
      sql/filesort.cc:
        Cleanup typos
      sql/gen_lex_hash.cc:
        Cleanup typos
      sql/ha_isam.cc:
        Cleanup typos
      sql/ha_myisam.cc:
        Cleanup typos
      sql/handler.h:
        Cleanup typos
      sql/hash_filo.h:
        Cleanup typos
      sql/item.h:
        Cleanup typos
      sql/item_cmpfunc.cc:
        Cleanup typos
      sql/item_strfunc.cc:
        Cleanup typos
      sql/key.cc:
        Cleanup typos
      sql/mysqld.cc:
        Cleanup typos
      sql/opt_range.cc:
        Cleanup typos
      sql/opt_sum.cc:
        Cleanup typos
      sql/sql_acl.cc:
        Cleanup typos
      sql/sql_class.h:
        Cleanup typos
      sql/sql_insert.cc:
        Cleanup typos
      sql/sql_lex.cc:
        Cleanup typos
      sql/sql_list.h:
        Cleanup typos
      sql/sql_load.cc:
        Cleanup typos
      sql/sql_parse.cc:
        Cleanup typos
      sql/sql_rename.cc:
        Cleanup typos
      sql/sql_select.cc:
        Cleanup typos
      sql/sql_string.cc:
        Cleanup typos
      sql/sql_yacc.yy:
        Fix bug in last changeset
      sql/structs.h:
        Cleanup typos
      sql/table.cc:
        Cleanup typos
      sql/time.cc:
        Cleanup typos
      sql/unireg.h:
        Cleanup typos
      8547d05c
    • unknown's avatar
      3c0487c4
    • unknown's avatar
      Added missing mysqlbinlog to binary distributions. · f271c814
      unknown authored
      Applied patch to mysqlhotcopy
      
      
      myisam/mi_open.c:
        Fixed some purify warnings
      mysql-test/mysql-test-run.sh:
        Added --core as default to test suite
      scripts/make_binary_distribution.sh:
        Added missing mysqlbinlog
      scripts/mysqlhotcopy.sh:
        Applied patch with --record-log option
      sql/item_timefunc.cc:
        Fixed problem with SEC_TO_TIME() for long signed integers.
      f271c814
    • unknown's avatar
      Added internal command \! to mysql client which can be used · e49cf66e
      unknown authored
      to execute system commands within the client in UNIX.
      
      
      client/mysql.cc:
        Added option to run shell commands from the mysql client (\!)
      e49cf66e
    • unknown's avatar
      Merge stuff · caf8bee7
      unknown authored
      caf8bee7
    • unknown's avatar
      des_encrypt(), des_decrypt() functions added. Not finally ready yet, so I will clean it up later. · b37c7d4a
      unknown authored
      
      sql/item_strfunc.cc:
        des_encrypt(), des_decrypt() functions added
      sql/item_strfunc.h:
        des_encrypt(), des_decrypt() functions added
      sql/lex.h:
        des_encrypt(), des_decrypt() functions added
      b37c7d4a
    • unknown's avatar
      cleanup · 74e044c0
      unknown authored
      74e044c0
    • unknown's avatar
      Merge · 30f8c667
      unknown authored
      
      myisam/ft_boolean_search.c:
        SCCS merged
      30f8c667
    • unknown's avatar
      ft boolean search by table scan; queue_fix() · 9e29bb4e
      unknown authored
      
      include/queues.h:
        queue_fix() introduced
      myisam/ft_boolean_search.c:
        ft boolean search by table scan
      myisam/ft_parser.c:
        ft boolean search by table scan
      myisam/ft_update.c:
        ft boolean search by table scan
      myisam/ftdefs.h:
        ft boolean search by table scan
      mysql-test/r/fulltext_cache.result:
        ft boolean search by table scan
      mysql-test/t/fulltext_cache.test:
        ft boolean search by table scan
      mysys/queues.c:
        queue_fix() introduced
      9e29bb4e
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql-4.0 into black.box:/u/home/tim/my/4 · cfd9bf3c
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      cfd9bf3c
    • unknown's avatar
      Merge · ded5902f
      unknown authored
      
      Docs/manual.texi:
        SCCS merged
      libmysql/libmysql.c:
        SCCS merged
      ded5902f
    • unknown's avatar