1. 07 Nov, 2001 12 commits
  2. 06 Nov, 2001 23 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
    • unknown's avatar
      cleanup · 58f53e00
      unknown authored
      58f53e00
    • unknown's avatar
      Merge · 9ddc8306
      unknown authored
      
      myisam/ft_boolean_search.c:
        SCCS merged
      9ddc8306
    • unknown's avatar
      ft boolean search by table scan; queue_fix() · 8fac9a27
      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
      8fac9a27
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql-4.0 into black.box:/u/home/tim/my/4 · fb716979
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      fb716979
    • unknown's avatar
      Merge · da298900
      unknown authored
      
      Docs/manual.texi:
        SCCS merged
      libmysql/libmysql.c:
        SCCS merged
      da298900
    • unknown's avatar
    • unknown's avatar
      Merge jamppa@work:/home/bk/mysql-4.0/ · 29e19f19
      unknown authored
      into hynda.mysql.fi:/data/my/bk/mysql-4.0-quick-fixes
      
      29e19f19
    • unknown's avatar
      Copyright fixups and typo. From Erik Grandstrom. · f2fb8f36
      unknown authored
      f2fb8f36
    • unknown's avatar
      Fixed a bug in mysql.cc · eab5a91e
      unknown authored
      
      client/mysql.cc:
        Fixed a bug with too early freeing for 'charsets_dir'.
      eab5a91e
    • unknown's avatar
      Merge arjen@work.mysql.com:/home/bk/mysql-4.0 · 80fabff0
      unknown authored
      into co3064164-a.bitbike.com:c:/home/mysql-4.0
      
      80fabff0
    • unknown's avatar
    • unknown's avatar
      Do not print a warning message when the server's character set is · 5b2e0c8c
      unknown authored
      not found by the client.  This is especially important for PHP, which
      only includes the latin1 character set in the bundled libmysql.
      
      
      libmysql/libmysql.c:
        Do not print a warning message when the server's character set is
        not found by the client.  (In this case, the client has always fallen
        back on the default character set - this change just turns off the
        warning.)
      mysys/charset.c:
        Pass flags in from the outside, instead of hard coding MY_WME, in
        add_charset().
      5b2e0c8c
    • unknown's avatar
      manual.texi Remove upper-case emphasis (e.g., NOT -> @strong{not}) · f1cd6731
      unknown authored
      
      Docs/manual.texi:
        Remove upper-case emphasis (e.g., NOT -> @strong{not})
      f1cd6731
  3. 05 Nov, 2001 5 commits
    • unknown's avatar
      Updated reserved words list (get rid of EVENTS). · db797031
      unknown authored
      db797031
    • unknown's avatar
      5c7aad77
    • unknown's avatar
      emove purify warnings · 6c8e3cd4
      unknown authored
      
      myisam/mi_open.c:
        Remove purify warnings
      mysql-test/t/rpl000016.test:
        Fix test case
      sql/sql_yacc.yy:
        Cleanup & remove purify warnings
      6c8e3cd4
    • unknown's avatar
      Added xml patch to mysqldump. · a6879a48
      unknown authored
      Made innodb to compile more cleanly with debugging options
      enabled. Fixed a few bugs and found a few possible bugs, which
      I hope Heikki will check. Comments needs to be fixed too. Some
      while() functions should be changed to do ... until for documenting
      purposes, because some of them must and will be processed at least
      once, or a variable would be used uninitialized.
      
      Regards,
      Jani
      
      
      client/mysqldump.c:
        Added xml output. Patch originally from Gary Huntress, but needed
        a some clean up.
      innobase/btr/btr0btr.c:
        cleaner compiling
      innobase/btr/btr0cur.c:
        cleaner compiling
      innobase/btr/btr0sea.c:
        cleaner compiling / found a bug ??
      innobase/buf/buf0buf.c:
        Fixed a bug.
      innobase/buf/buf0lru.c:
        Fixed a bug.
      innobase/data/data0data.c:
        cleaner compiling
      innobase/dict/dict0boot.c:
        cleaner compiling
      innobase/dict/dict0crea.c:
        cleaner compiling
      innobase/dict/dict0dict.c:
        cleaner compiling
      innobase/dict/dict0load.c:
        cleaner compiling
      innobase/eval/eval0eval.c:
        cleaner compiling / found a bug ??
      innobase/fil/fil0fil.c:
        cleaner compiling
      innobase/fsp/fsp0fsp.c:
        cleaner compiling
      innobase/ibuf/ibuf0ibuf.c:
        cleaner compiling
      innobase/include/btr0btr.ic:
        cleaner compiling
      innobase/include/buf0buf.ic:
        cleaner compiling
      innobase/include/dict0dict.ic:
        cleaner compiling
      innobase/include/ha0ha.ic:
        cleaner compiling
      innobase/include/row0mysql.ic:
        cleaner compiling
      innobase/include/row0vers.ic:
        cleaner compiling
      innobase/include/sync0rw.ic:
        cleaner compiling
      innobase/lock/lock0lock.c:
        cleaner compiling
      innobase/mem/mem0dbg.c:
        cleaner compiling
      innobase/mtr/mtr0mtr.c:
        cleaner compiling
      innobase/odbc/odbc0odbc.c:
        cleaner compiling
      innobase/os/os0thread.c:
        cleaner compiling
      innobase/page/page0cur.c:
        cleaner compiling. while() should be changed to do ... until
        for documenting purposes.
      innobase/page/page0page.c:
        cleaner compiling
      innobase/pars/pars0opt.c:
        cleaner compiling. while() should be changed to do ... until,
        because it will and must be processed at least once (for documenting
        purposes)
      innobase/pars/pars0pars.c:
        cleaner compiling
      innobase/que/que0que.c:
        cleaner compiling
      innobase/rem/rem0cmp.c:
        cleaner compiling
      innobase/rem/rem0rec.c:
        cleaner compiling
      innobase/row/row0ins.c:
        cleaner compiling
      innobase/row/row0mysql.c:
        cleaner compiling
      innobase/row/row0purge.c:
        cleaner compiling
      innobase/row/row0sel.c:
        cleaner compiling
      innobase/row/row0uins.c:
        cleaner compiling
      innobase/row/row0umod.c:
        cleaner compiling
      innobase/row/row0upd.c:
        cleaner compiling
      innobase/srv/srv0srv.c:
        cleaner compiling
      innobase/srv/srv0start.c:
        cleaner compiling
      innobase/sync/sync0arr.c:
        cleaner compiling
      innobase/sync/sync0rw.c:
        cleaner compiling
      innobase/sync/sync0sync.c:
        cleaner compiling
      innobase/trx/trx0purge.c:
        cleaner compiling. in theory this could also be a bug, although
        probably not. But the logic needs to be checked, it could be that
        these variables may be used uninitialized.
      innobase/trx/trx0rec.c:
        cleaner compiling
      innobase/trx/trx0roll.c:
        cleaner compiling
      innobase/trx/trx0trx.c:
        cleaner compiling
      innobase/trx/trx0undo.c:
        cleaner compiling
      a6879a48
    • unknown's avatar
      updated · 5b90a877
      unknown authored
      5b90a877