1. 12 Feb, 2003 2 commits
  2. 11 Feb, 2003 4 commits
  3. 06 Feb, 2003 2 commits
  4. 05 Feb, 2003 3 commits
    • unknown's avatar
      Fix stupid signed and unsigned conversion - When field and buffer types are... · e33d310b
      unknown authored
        Fix stupid signed and unsigned conversion - When field and buffer types are different (Client receiving end)
        Added tests for singed and unsigned conversion (client_test.c)
      
      
      tests/client_test.c:
        Tests for singed and unsigned conversion
      libmysql/libmysql.c:
        Fix signed and unsigned conversion - When field and buffer types are different
      e33d310b
    • unknown's avatar
      Conversion fix - bug report from PHP · a7b46e40
      unknown authored
      Added a new conversion bug test
      Changed options with default_options read from my.ini from [client] section
      More cleanups for better usage
      
      
      libmysql/libmysql.c:
        Conversion fix - bug report from PHP
      tests/client_test.c:
        Added a new conversion bug test
        Changed options with default_options read from my.ini from [client] section
        More cleanups for better usage
      a7b46e40
    • unknown's avatar
      Windows compile fixups (To be verified by respective devs) · 15b099cf
      unknown authored
      
      sql/field.cc:
        Windows - Cast (longlong -> uint)
      sql/item_uniq.h:
        Windows compile fix
      sql/sql_derived.cc:
        Windows - compile fix
      15b099cf
  5. 04 Feb, 2003 3 commits
    • unknown's avatar
      After merge fix · 5a7189cf
      unknown authored
      
      include/violite.h:
        Indentation cleanup
      5a7189cf
    • unknown's avatar
      merge · adfe2c3a
      unknown authored
      
      sql/item.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/protocol.cc:
        Auto merged
      adfe2c3a
    • unknown's avatar
      Added charset number to result header · 5f64e3e8
      unknown authored
      
      Docs/internals.texi:
        Updated protocol information
      sql/mysql_priv.h:
        Removed clear_error_message()
      sql/mysqld.cc:
        Removed not used function clear_error_message
      sql/protocol.cc:
        Simple code cleanup
      sql/sql_parse.cc:
        Changed clear_error_message() to thd->clear_error()
        Simple optimization.
      5f64e3e8
  6. 03 Feb, 2003 3 commits
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.1 · 55cb8679
      unknown authored
      into mysql.com:/space/my/mysql-4.1-build
      
      
      55cb8679
    • unknown's avatar
      - renamed scripts/fill_func_tables.sh to scripts/fill_help_tables and · a46ca55c
      unknown authored
         updated all relevant files to honor this change (as discussed with vva)
       - added some more comments to the fill_help_tables script
       - minor cleanups
      
      
      scripts/Makefile.am:
         - renamed fill_funct_tables -> fill_help_tables to clarify purpose
           of this script (after discussing this with vva)
         - make sure "make clean" removes both the output and the script
         - fixed tabbing
      scripts/fill_help_tables.sh:
         - reflect name change, add some more info about the function of this script
      scripts/mysql_install_db.sh:
         - renamed fill_func_tables.sql -> fill_help_tables.sql (this does not yet
           resolve the problem that mysql_install_db does not find this file in 
           the binary distribution)
      a46ca55c
    • unknown's avatar
      - added missing files/directories from bdb and libedit to source distribution · a598cfbf
      unknown authored
       - make sure to not included BK's "SCCS" directories in source distribution
      
      
      Makefile.am:
         - make sure to not include BKs "SCCS" directories in the source distribution
      bdb/Makefile.in:
         - added missing subdirectories to source distribution
      cmd-line-utils/libedit/Makefile.am:
         - added missing files to source distribution
      a598cfbf
  7. 02 Feb, 2003 2 commits
    • unknown's avatar
      after-review changes (577 SCRUM) · e1134143
      unknown authored
      
      sql/item.cc:
        typo fix
      sql/item.h:
        typo fix
      sql/item_cmpfunc.cc:
        comment
      sql/item_func.cc:
        new interface
      sql/item_subselect.cc:
        comment inserted
      sql/item_sum.cc:
        layout fixed
        comment inserted
      sql/mysql_priv.h:
        names changed
      sql/sql_base.cc:
        some optimization
      sql/sql_delete.cc:
        name changed
      sql/sql_insert.cc:
        name changed
      sql/sql_lex.h:
        name changed
      sql/sql_prepare.cc:
        layout fixed
      sql/sql_select.cc:
        layout fixed
        names changed
        comments inserted
        debugging code removed
      sql/sql_select.h:
        name changed
      sql/sql_union.cc:
        name changed
        layout fixed
      sql/sql_update.cc:
        name changed
      sql/sql_yacc.yy:
        typo fixed
      e1134143
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 · 98226233
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/work-select-4.1
      
      
      sql/item_func.cc:
        Auto merged
      sql/log_event.cc:
        Auto merged
      sql/sql_class.cc:
        Auto merged
      sql/sql_class.h:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      98226233
  8. 31 Jan, 2003 17 commits
  9. 30 Jan, 2003 4 commits
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql-4.1 · 65a4b622
      unknown authored
      into myvenu.com:/home/venu/bk/src-4.1
      
      
      65a4b622
    • unknown's avatar
      Fix alloc_stmt_fields for non-select statements · fccbabe0
      unknown authored
      Add tests for show commands + MYSQL_TYPE_NULL coverage
      
      
      tests/client_test.c:
        Add tests for show commands + MYSQL_TYPE_NULL coverage
      libmysql/libmysql.c:
        Fix alloc_stmt_fields for non-select statements
      fccbabe0
    • unknown's avatar
      fixed bug in determinating uncacheable queries · c7c45bf2
      unknown authored
      new fatal_error interface to assign is_fatal_error and ne.report_error
      commant about Item_row
      
      
      mysql-test/r/subselect.result:
        test of inheritence of uncacheability
      mysql-test/t/subselect.test:
        test of inheritence of uncacheability
      sql/item.cc:
        new fatal_error interface to assign is_fatal_error and ne.report_error
      sql/item_func.cc:
        new fatal_error interface to assign is_fatal_error and ne.report_error
      sql/item_row.cc:
        comment about row
      sql/item_subselect.cc:
        new fatal_error interface to assign is_fatal_error and ne.report_error
        (message should be sent by allocate routine
      sql/log_event.cc:
        new fatal_error interface to assign is_fatal_error and ne.report_error
      sql/mysqld.cc:
        new fatal_error interface to assign is_fatal_error and ne.report_error
      sql/protocol.cc:
        new fatal_error interface to assign is_fatal_error and ne.report_error
      sql/sql_base.cc:
        new fatal_error interface to assign is_fatal_error and ne.report_error
      sql/sql_class.cc:
        new fatal_error interface to assign is_fatal_error and ne.report_error
      sql/sql_class.h:
        new fatal_error interface to assign is_fatal_error and ne.report_error
      sql/sql_delete.cc:
        new fatal_error interface to assign is_fatal_error and ne.report_error
      sql/sql_insert.cc:
        new fatal_error interface to assign is_fatal_error and ne.report_error
      sql/sql_lex.h:
        fixed bug in determinating uncacheable queries
      sql/sql_parse.cc:
        new fatal_error interface to assign is_fatal_error and ne.report_error
      sql/sql_prepare.cc:
        new fatal_error interface to assign is_fatal_error and ne.report_error
      sql/sql_select.cc:
        new fatal_error interface to assign is_fatal_error and ne.report_error
      sql/sql_show.cc:
        new fatal_error interface to assign is_fatal_error and ne.report_error
      sql/sql_union.cc:
        new fatal_error interface to assign is_fatal_error and ne.report_error
      sql/sql_update.cc:
        new fatal_error interface to assign is_fatal_error and ne.report_error
      sql/thr_malloc.cc:
        new fatal_error interface to assign is_fatal_error and ne.report_error
      c7c45bf2
    • unknown's avatar
      'Replicate user variables' task · 6828a4c0
      unknown authored
      
      include/my_sys.h:
        Addet reset_dinamic
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      6828a4c0