1. 17 May, 2002 3 commits
  2. 16 May, 2002 12 commits
    • unknown's avatar
      Fixed some compilation problems in last changeset · 03aebd40
      unknown authored
      
      Docs/manual.texi:
        Small changes regarind user resources
      client/mysqlbinlog.cc:
        Applied patch to support --database
      mysql-test/r/func_isnull.result:
        New test results
      mysql-test/r/join.result:
        New test results
      mysql-test/r/show_check.result:
        New test results
      mysql-test/r/type_datetime.result:
        New test results
      mysql-test/r/type_decimal.result:
        New test results
      mysql-test/r/type_float.result:
        New test results
      mysys/my_gethostbyname.c:
        Fixed type on last push
      mysys/my_pthread.c:
        Fixed type on last push
      sql/sql_select.cc:
        Fixed bug in LIMIT handling
      03aebd40
    • unknown's avatar
      merge with 3.23.51 · 08fed6b7
      unknown authored
      
      BitKeeper/etc/ignore:
        auto-union
      BitKeeper/etc/logging_ok:
        auto-union
      BitKeeper/deleted/.del-mysql_fix_extensions.sh:
        Delete: scripts/mysql_fix_extensions.sh
      Build-tools/Do-rpm:
        Auto merged
      Makefile.am:
        Auto merged
      client/mysqldump.c:
        Auto merged
      client/mysqltest.c:
        Auto merged
      extra/resolve_stack_dump.c:
        Auto merged
      include/my_pthread.h:
        Auto merged
      include/my_sys.h:
        Auto merged
      include/mysqld_error.h:
        Auto merged
      innobase/row/row0ins.c:
        Auto merged
      innobase/row/row0mysql.c:
        Auto merged
      innobase/row/row0sel.c:
        Auto merged
      isam/pack_isam.c:
        Auto merged
      libmysql/libmysql.c:
        Auto merged
      mysql-test/r/func_if.result:
        Auto merged
      mysql-test/t/join.test:
        Auto merged
      mysys/array.c:
        Auto merged
      mysys/charset.c:
        Auto merged
      mysys/default.c:
        Auto merged
      mysys/hash.c:
        Auto merged
      mysys/my_thr_init.c:
        Auto merged
      mysys/raid.cc:
        Auto merged
      mysql-test/t/type_decimal.test:
        Auto merged
      sql/hostname.cc:
        Auto merged
      sql/item.h:
        Auto merged
      sql/item_cmpfunc.h:
        Auto merged
      sql/item_timefunc.h:
        Auto merged
      sql/log.cc:
        Auto merged
      sql/mini_client.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      strings/Makefile.am:
        Auto merged
      08fed6b7
    • unknown's avatar
      167eb02c
    • unknown's avatar
      New my_gethostbyname_r() handling · ad67401f
      unknown authored
      Changed some status variable names
      Fix bug in GRANT ... PASSWORD string
      
      
      Docs/manual.texi:
        Update of variable names
      include/my_net.h:
        New my_gethostbyname_r() handling
      include/my_pthread.h:
        New my_gethostbyname_r() handling
      libmysql/Makefile.shared:
        New my_gethostbyname_r() handling
      libmysql/libmysql.c:
        New my_gethostbyname_r() handling
      mysys/Makefile.am:
        New my_gethostbyname_r() handling
      mysys/my_pthread.c:
        New my_gethostbyname_r() handling
      mysys/my_thr_init.c:
        New my_gethostbyname_r() handling
      sql/hostname.cc:
        New my_gethostbyname_r() handling
      sql/mini_client.cc:
        New my_gethostbyname_r() handling
      sql/mysqld.cc:
        change some status variable names
      sql/sql_acl.cc:
        Fix bug in GRANT ... PASSWORD string
      ad67401f
    • unknown's avatar
      merge · 40292dd1
      unknown authored
      
      sql/mysqld.cc:
        Auto merged
      40292dd1
    • unknown's avatar
      Fix bug in SELECT SQL_CALC_FOUND_ROWS · 002e76fb
      unknown authored
      
      Docs/manual.texi:
        Update of new GRANT options
      libmysql/manager.c:
        Use new my_gethostbyname_r() functions
      mysql-test/r/select_found.result:
        new test case
      mysql-test/t/select_found.test:
        new test case
      sql/mysqld.cc:
        Change names of some status variables
      002e76fb
    • unknown's avatar
      "News" updated · bd1664a2
      unknown authored
      bd1664a2
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · e1182792
      unknown authored
      into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      e1182792
    • unknown's avatar
      "repair ... use_frm" crash fixed · cae95ac0
      unknown authored
      cae95ac0
    • unknown's avatar
      Typo fix (tnx Paul!) · a5efaf38
      unknown authored
      a5efaf38
    • unknown's avatar
      Noted mysql_fix_extensions script. · 794b5092
      unknown authored
      Various cleanups in News 4.0.2 section.
      
      794b5092
    • unknown's avatar
  3. 15 May, 2002 17 commits
  4. 14 May, 2002 8 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
      Fixed bug in datetime range optimization · 258718ad
      unknown authored
      
      Docs/manual.texi:
        Changelog
      mysql-test/r/type_datetime.result:
        Test of datetime optimization
      mysql-test/t/type_datetime.test:
        Test of datetime optimization
      258718ad
    • 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
      Corrected fix for DROP DATABASE on symbolic link · d7181839
      unknown authored
      d7181839
    • 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