1. 18 Nov, 2001 1 commit
    • unknown's avatar
      Test of optimize table. · 58a89609
      unknown authored
      
      Docs/manual.texi:
        Updated changelog.
        Update info about MERGE tables.
        Moved section 'Why so many open tables'
      mysql-test/r/create.result:
        Added test of types in CREATE
      mysql-test/t/create.test:
        Added test of types in CREATE
      sql/item_func.cc:
        More different values for RAND(nr) and RAND(nr+1)
      58a89609
  2. 08 Nov, 2001 9 commits
  3. 07 Nov, 2001 20 commits
  4. 06 Nov, 2001 10 commits
    • unknown's avatar
      ha_innobase.cc: · b0fe9c2b
      unknown authored
        Fix a typo
      
      
      sql/ha_innobase.cc:
        Fix a typo
      b0fe9c2b
    • unknown's avatar
      ha_innobase.cc: · c1908bae
      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
      c1908bae
    • unknown's avatar
      merge · 22e7f26e
      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
      22e7f26e
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 · 8f9a5a9d
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      sql/item_strfunc.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      8f9a5a9d
    • unknown's avatar
      Portability fix · 285f6bb4
      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
      285f6bb4
    • unknown's avatar
      dee891ca
    • unknown's avatar
      Added missing mysqlbinlog to binary distributions. · a70d567d
      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.
      a70d567d
    • unknown's avatar
      Added internal command \! to mysql client which can be used · 94e1b0fd
      unknown authored
      to execute system commands within the client in UNIX.
      
      
      client/mysql.cc:
        Added option to run shell commands from the mysql client (\!)
      94e1b0fd
    • unknown's avatar
      Merge stuff · d4ab8ed5
      unknown authored
      d4ab8ed5
    • unknown's avatar
      des_encrypt(), des_decrypt() functions added. Not finally ready yet, so I will clean it up later. · 41912624
      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
      41912624