1. 19 Jun, 2002 1 commit
    • unknown's avatar
      multithreaded repair-by-sort code · 1d1f8ea9
      unknown authored
      parallel read access to IO_CACHE
      
      
      include/my_sys.h:
        parallel read access to IO_CACHE
      include/myisam.h:
        multithreaded repair-by-sort code
      myisam/mi_cache.c:
        parallel read access to IO_CACHE
        misc cleanups
      myisam/mi_check.c:
        multithreaded repair-by-sort code
      myisam/myisamchk.c:
        multithreaded repair-by-sort code
      myisam/myisamdef.h:
        multithreaded repair-by-sort code
      myisam/sort.c:
        multithreaded repair-by-sort code
      mysys/mf_iocache.c:
        parallel read access to IO_CACHE
      1d1f8ea9
  2. 14 Jun, 2002 1 commit
  3. 16 May, 2002 5 commits
  4. 15 May, 2002 15 commits
  5. 14 May, 2002 13 commits
    • unknown's avatar
      Style fixups. · 76847eec
      unknown authored
      
      Docs/Manual_style_guidelines.txt:
        Add item on operators.
      Docs/manual.texi:
        Style fixup to changelog.
      76847eec
    • unknown's avatar
      Merge arjen@work.mysql.com:/home/bk/mysql-4.0 · bd9157bf
      unknown authored
      into fred.bitbike.com:/home/arjen/mysql-4.0
      
      
      Docs/manual.texi:
        Auto merged
      bd9157bf
    • unknown's avatar
      Some bug fixes. · 96652de0
      unknown authored
      
      myisam/myisamchk.c:
        Fixed a type.
      mysys/my_getopt.c:
        Made GET_STRALC to work like x_free() when doing a freeing.
        Fixed a bug in my_print_variables() when printing a ulonglong value.
      sql/mysqld.cc:
        Fixed some wrongly alloced/freed variables and removed some
        unneccessary code.
      96652de0
    • unknown's avatar
      - Added new type GET_STRALC to my_getopt. · b14726de
      unknown authored
      - Fixed some bugs, wrongly freed pointers, in some clients.
      - Removed unneccessary code.
      - Fixed some other minor bugs and added some options into
        variables category, which had accidently been left out earlier.
      
      
      client/mysql.cc:
        Fixed some wrong freed pointers. Removed unneccessary code.
        Changed some types from GET_STR to GET_STRALC.
      client/mysqladmin.c:
        Fixed some wrong freed pointers. Removed unneccessary code.
        Changed some types from GET_STR to GET_STRALC.
      client/mysqlcheck.c:
        Fixed some wrong freed pointers. Removed unneccessary code.
        Changed some types from GET_STR to GET_STRALC.
      client/mysqldump.c:
        Fixed some wrong freed pointers. Removed unneccessary code.
        Changed some types from GET_STR to GET_STRALC.
      client/mysqlimport.c:
        Removed unneccessary code.
        Fixed a bug in option --ignore-lines
      client/mysqlshow.c:
        Removed unneccessary code.
      include/my_getopt.h:
        Added new type, GET_STRALC. The name stands for GET STRING ALLOC,
        which means that the struct member value and u_max_value are
        strings that must be alloced and freed when used.
        The normal GET_STR works similarly otherwise, except that it's
        arguments are just pointers to strings, not alloced ones.
      mysys/my_getopt.c:
        Added support for GET_STRALC
      b14726de
    • unknown's avatar
      manual.texi Operators are operators, not functions, so they take · a25c2ab2
      unknown authored
      manual.texi	operands, not arguments.
      
      
      Docs/manual.texi:
        Operators are operators, not functions, so they take
        operands, not arguments.
      a25c2ab2
    • unknown's avatar
      manual.texi Update description of logical AND. (In 3.23.9, it changed · 53c0d252
      unknown authored
      manual.texi	behavior to return NULL, not zero, if either operand is NULL)
      
      
      Docs/manual.texi:
        Update description of logical AND. (In 3.23.9, it changed
        behavior to return NULL, not zero, if either operand is NULL)
      53c0d252
    • unknown's avatar
      manual.texi Change note mods, 3.23.51. · faa0408c
      unknown authored
      
      Docs/manual.texi:
        Change note mods, 3.23.51.
      faa0408c
    • unknown's avatar
      manual.texi Clarify meaning of SET TRANSACTION. · 9650160f
      unknown authored
      
      Docs/manual.texi:
        Clarify meaning of SET TRANSACTION.
      9650160f
    • unknown's avatar
      manual.texi Add --quote-names to mysqldump option list. · 31b72dec
      unknown authored
      
      Docs/manual.texi:
        Add --quote-names to mysqldump option list.
      31b72dec
    • unknown's avatar
      manual.texi DATE_FORMAT() %U, %u, %V, %u specifiers produce two digits. · 6a9f3a28
      unknown authored
      
      Docs/manual.texi:
        DATE_FORMAT() %U, %u, %V, %u specifiers produce two digits.
      6a9f3a28
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · a2597fc4
      unknown authored
      into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      a2597fc4
    • unknown's avatar
      added --loose to --des-key-file in *.opt for mysql-test not to fail w/o ssl · 2cdf82de
      unknown authored
      
      mysql-test/t/func_encrypt-master.opt:
        added --loose to --des-key-file for mysql-test not to fail w/o ssl
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      2cdf82de
    • unknown's avatar
      Fixed typo in error message from sql_yacc.yy · e5a0468c
      unknown authored
      
      sql/sql_yacc.yy:
        Fixed typo
      e5a0468c
  6. 13 May, 2002 2 commits
  7. 12 May, 2002 1 commit
  8. 11 May, 2002 1 commit
    • unknown's avatar
      - Fixed some option types in my_getopt struct in all clients. · ce658857
      unknown authored
      - Added special option/variable prefix '--loose-' to my_getopt.c
      
      
      client/mysql.cc:
        Fixed some variable types.
      client/mysqladmin.c:
        Fixed some variable types.
      client/mysqlcheck.c:
        Fixed some variable types.
      client/mysqldump.c:
        Fixed some variable types.
      client/mysqlimport.c:
        Fixed some variable types.
      client/mysqlshow.c:
        Fixed some variable types.
      myisam/myisamchk.c:
        Fixed some variable types.
      mysys/my_getopt.c:
        Fixed a bug in noticing whether argument was allowed to option (variable).
        Added support for prefix --loose-option-name
        This will work with options and variables, but not with --set-variable (!)
        --set-variable is depricated and --variable-name=value should be used
        instead. When used, my_getopt will not return error if option/variable
        was not found, but print a warning, do a no-op and continue.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      ce658857
  9. 10 May, 2002 1 commit