1. 13 Jun, 2002 1 commit
    • unknown's avatar
      mirrors.texi: · 185b138a
      unknown authored
        update mirrors
      
      
      Docs/mirrors.texi:
        update mirrors
      185b138a
  2. 06 Jun, 2002 1 commit
    • unknown's avatar
      mirrors.texi: · 3c0e59fd
      unknown authored
        add new mirrors
      
      
      Docs/mirrors.texi:
        add new mirrors
      3c0e59fd
  3. 30 May, 2002 1 commit
    • unknown's avatar
      mirrors.texi: · 90c81ccc
      unknown authored
        change mirror
      
      
      Docs/mirrors.texi:
        change mirror
      90c81ccc
  4. 29 May, 2002 8 commits
    • unknown's avatar
      1119c9a7
    • unknown's avatar
      Merge sinisa@work.mysql.com:/home/bk/mysql-4.0 · b287af04
      unknown authored
      into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.0
      
      b287af04
    • unknown's avatar
      Fixed a bug. · d9d8b464
      unknown authored
      
      sql/slave.h:
        Fixed a bug in option handling.
      sql/sql_repl.h:
        Fixed a bug in option handling.
      d9d8b464
    • unknown's avatar
      Some fixes for user resources management · 634cc5a2
      unknown authored
      634cc5a2
    • unknown's avatar
      Fixed a bug in make test, non-debug version. · a19a2d95
      unknown authored
      
      sql/slave.cc:
        Released some variables in non-debug version. These are needed
        in mysqld.cc my_getopt struct, which defines some options,
        which are used by mysql_test in a non-debug version.
      sql/sql_repl.cc:
        Released some variables in non-debug version. These are needed
        in mysqld.cc my_getopt struct, which defines some options,
        which are used by mysql_test in a non-debug version.
      a19a2d95
    • unknown's avatar
      Added useful exit error code for programs using my_getopt in case · 4f725190
      unknown authored
      of an error in option handling. This can sometimes be useful in
      scripts.
      
      Changed some exit code names and corresponding numbers.
      
      Fixed a bug in mysqld.cc, in replication related options.
      
      Added a global flag in my_getopt, which can be set by any program
      that is using my_getopt, which tells whether the client should
      print the error message itself, or whether my_getopt should do it.
      The default is that my_getopt will print the error messages.
      
      
      client/mysql.cc:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      client/mysqladmin.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      client/mysqlbinlog.cc:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      client/mysqlcheck.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      client/mysqldump.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      client/mysqlimport.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      client/mysqlmanager-pwgen.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      client/mysqlmanagerc.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      client/mysqlshow.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      client/mysqltest.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      client/thread_test.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      extra/my_print_defaults.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      extra/mysql_install.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      extra/perror.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      extra/resolve_stack_dump.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      extra/resolveip.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      include/my_getopt.h:
        Added global (flag) variable which tells my_getopt whether to
        print errors or just silently exit with proper error code.
      include/mysys_err.h:
        Changed exit code names and corresponding numbers.
      isam/isamchk.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      isam/pack_isam.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      myisam/ft_dump.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      myisam/ft_eval.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      myisam/ft_test1.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      myisam/mi_test1.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      myisam/myisamchk.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      myisam/myisampack.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      mysys/my_getopt.c:
        Changed exit code names and corresponding numbers. Added a flag
        for checking whether my_getopt should print the error message,
        or whether it should be printed by the client itself.
      sql/gen_lex_hash.cc:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      sql/mysqld.cc:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
        
        Fixed a bug when compiling in non-debug mode, some replication
        related options were not enabled while they should be. This made
        'make test' to fail in rpl000010 when --with-debug was not used.
      tools/mysqlmanager.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      4f725190
    • unknown's avatar
      Style fixup. · 39332d70
      unknown authored
      39332d70
    • unknown's avatar
      A few style/spelling fixups. · 18b411f1
      unknown authored
      18b411f1
  5. 28 May, 2002 6 commits
  6. 27 May, 2002 5 commits
    • unknown's avatar
      merge with 3.23.51 · 643fbc05
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      BUILD/SETUP.sh:
        Auto merged
      Docs/manual.texi:
        Auto merged
      extra/resolveip.c:
        Auto merged
      include/my_sys.h:
        Auto merged
      mysql-test/t/type_enum.test:
        Auto merged
      mysys/mf_strip.c:
        Auto merged
      mysys/raid.cc:
        Auto merged
      include/my_net.h:
        merge
      mysql-test/r/type_enum.result:
        merge
      mysql-test/t/type_decimal.test:
        merge
      mysys/Makefile.am:
        merge
      sql/sql_db.cc:
        merge
      sql/sql_parse.cc:
        merge
      643fbc05
    • unknown's avatar
      Manual update about SET/ENUM · 10a12b84
      unknown authored
      
      Docs/manual.texi:
        Added information about SET/ENUM
      10a12b84
    • unknown's avatar
      Renamed stripp_sp -> strip_sp · 423bb6c2
      unknown authored
      Remove end space from ENUM and SET strings
      
      
      mysql-test/t/type_enum.test:
        Test of end space in enum's
      Docs/manual.texi:
        Changelog
      include/my_sys.h:
        Renamed stripp_sp -> strip_sp
      mysql-test/r/type_enum.result:
        Test of end space in enums
      mysys/Makefile.am:
        change stripp_sp -> strip_sp
      mysys/mf_strip.c:
        change stripp_sp -> strip_sp
      sql/sql_db.cc:
        change stripp_sp -> strip_sp
      sql/sql_parse.cc:
        change stripp_sp -> strip_sp
        Remove end space from ENUM and SET strings
      423bb6c2
    • unknown's avatar
      Split raid C function to separate file to make things more portable. · f46a5abe
      unknown authored
      Fixed some portability things in my_gethostbyname_r
      Portability fix for type_decimal.test
      
      
      BUILD/SETUP.sh:
        Fixes for gcc 3.1
      extra/resolveip.c:
        Cleanup
      include/my_net.h:
        Portability fix for SCO
      mysql-test/t/type_decimal.test:
        Portability fix for FreeBSD
      mysys/Makefile.am:
        Portability fix for OSF1
      mysys/raid.cc:
        Portability fix for OSF1
      f46a5abe
    • unknown's avatar
      Portability fix for OSF1 · 5535dd3f
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      5535dd3f
  7. 26 May, 2002 4 commits
  8. 25 May, 2002 1 commit
  9. 24 May, 2002 9 commits
    • unknown's avatar
      Test re-grouping · e0c13792
      unknown authored
      
      BitKeeper/deleted/.del-sel000004.test~21904fbd1c95cb1:
        Delete: mysql-test/t/sel000004.test
      BitKeeper/deleted/.del-sel000004.result~4b5fbc60d0d9754f:
        Delete: mysql-test/r/sel000004.result
      e0c13792
    • unknown's avatar
      Changing tests · 54cea113
      unknown authored
      
      BitKeeper/deleted/.del-sel000004.test~445526a8a20de101:
        Delete: mysql-test/t/sel000004.test
      BitKeeper/deleted/.del-sel000004.result~360af2095c88cb8c:
        Delete: mysql-test/r/sel000004.result
      54cea113
    • unknown's avatar
      Merge sinisa@work.mysql.com:/home/bk/mysql-4.0 · e46124b0
      unknown authored
      into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.0
      
      e46124b0
    • unknown's avatar
      Fixed a bug with big result sets and UNION's · 9dc316b6
      unknown authored
      
      BitKeeper/etc/ignore:
        Added mysys/getopt.c mysys/getopt1.c to the ignore list
      9dc316b6
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 2c825377
      unknown authored
      into rhols221.arenanet.fi:/home/my/bk/mysql-4.0
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      2c825377
    • unknown's avatar
      Changed ft_dump, ft_eval, ft_test1, mi_test1, myisampack, gen_lex_hash, · 45f97657
      unknown authored
      mysqlmanager from using GNU getopt to use my_getopt.
      
      Changed some files that just included old getopt.h to include
      my_getopt.h now.
      
      Fixed a bug in my_print_help() in my_getopt.c.
      
      Made better documentation for option -G in mysql client.
      
      
      client/mysql.cc:
        Documented --named-commands better.
      myisam/ft_dump.c:
        Changed getopt to my_getopt.
      myisam/ft_eval.c:
        Changed getopt to my_getopt.
      myisam/ft_test1.c:
        Changed getopt to my_getopt.
      myisam/mi_check.c:
        getopt.h -> my_getopt.h
      myisam/mi_test1.c:
        Changed getopt to my_getopt.
      myisam/myisampack.c:
        Changed getopt to my_getopt.
      mysys/my_getopt.c:
        Fixed a bug when printing help for option that didn't have a
        description.
      sql/gen_lex_hash.cc:
        Changed getopt to my_getopt.
      tools/mysqlmanager.c:
        Changed getopt to my_getopt.
      vio/test-ssl.c:
        getopt.h -> my_getopt.h
      vio/test-sslclient.c:
        getopt.h -> my_getopt.h
      vio/test-sslserver.c:
        getopt.h -> my_getopt.h
      vio/viotest-ssl.c:
        getopt.h -> my_getopt.h
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      45f97657
    • unknown's avatar
      mirrors.texi: · cd10dbc5
      unknown authored
        added new mirrors
      
      
      Docs/mirrors.texi:
        added new mirrors
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      cd10dbc5
    • unknown's avatar
    • unknown's avatar
      03b6ad33
  10. 22 May, 2002 4 commits