1. 02 Feb, 2003 2 commits
    • unknown's avatar
      after-review changes (577 SCRUM) · 51456451
      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
      51456451
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 · 4bc86daf
      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
      4bc86daf
  2. 31 Jan, 2003 17 commits
  3. 30 Jan, 2003 18 commits
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql-4.1 · b399d48e
      unknown authored
      into myvenu.com:/home/venu/bk/src-4.1
      
      b399d48e
    • unknown's avatar
      Fix alloc_stmt_fields for non-select statements · 256912ad
      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
      256912ad
    • unknown's avatar
      fixed bug in determinating uncacheable queries · c5bd8cda
      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
      c5bd8cda
    • unknown's avatar
      'Replicate user variables' task · 82bf7e97
      unknown authored
      
      include/my_sys.h:
        Addet reset_dinamic
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      82bf7e97
    • unknown's avatar
      config-win.h, os0proc.h, os0proc.c, srv0start.c: · 2fa46b79
      unknown authored
        Make AWE compilation depend on __WIN2000__
      
      
      innobase/srv/srv0start.c:
        Make AWE compilation depend on __WIN2000__
      innobase/os/os0proc.c:
        Make AWE compilation depend on __WIN2000__
      innobase/include/os0proc.h:
        Make AWE compilation depend on __WIN2000__
      include/config-win.h:
        Make AWE compilation depend on __WIN2000__
      2fa46b79
    • unknown's avatar
      Merge mysql.com:/home/wax/mysql-4n into mysql.com:/home/wax/mysql-4rw · 7356ae56
      unknown authored
      
      sql/item_func.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      7356ae56
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 · 6608bd89
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/work-select-4.1
      
      
      sql/sql_class.h:
        Auto merged
      sql/sql_prepare.cc:
        Auto merged
      6608bd89
    • unknown's avatar
      Merge mysql.com:/home/wax/mysql-4n into mysql.com:/home/wax/mysql-4rw · e068011a
      unknown authored
      
      sql/item_func.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_udf.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      e068011a
    • unknown's avatar
      changes based on partial revie of task 577 (SCRUM) · d05f4a08
      unknown authored
      
      sql/item.cc:
        Fixed Item usual constructor to call current_thd only once.
        Fixed copy constructor to receive THD pointer via arguments.
        added comments
        removed counter-1 and unnessesary initializaton of counter
      sql/item.h:
        Fixed copy constructor to receive THD pointer via arguments.
        Renamed get_same to copy_or_same.
        THD pointetr added to copy_or_same and get_tmp_table_item.
      sql/item_cmpfunc.cc:
        fixed layout
        fixed direct call of destructor
      sql/item_func.cc:
        fiex layout
        THD pointetr added to get_tmp_table_item.
      sql/item_func.h:
        THD pointetr added to get_tmp_table_item.
      sql/item_sum.cc:
        Fixed copy constructor to receive THD pointer via arguments.
        Renamed get_same to copy_or_same.
        THD pointetr added to copy_or_same and get_tmp_table_item.
      sql/item_sum.h:
        fixed layout
        Fixed copy constructor to receive THD pointer via arguments.
        Renamed get_same to copy_or_same.
        THD pointetr added to copy_or_same and get_tmp_table_item.
      sql/item_uniq.h:
        Fixed copy constructor to receive THD pointer via arguments.
        Renamed get_same to copy_or_same.
        THD pointetr added to copy_or_same and get_tmp_table_item.
      sql/sql_base.cc:
        count from 0
      sql/sql_select.cc:
        removed counter-1 and unnessesary initializaton of counter
        THD pointetr added to get_tmp_table_item and change_to_use_tmp_fields.
      d05f4a08
    • unknown's avatar
      cyclic reference test removed, becouse testing of Item::fixed field apply more strict limitation · 606e8cb3
      unknown authored
      
      mysql-test/r/subselect.result:
        test of cyclic reference false alarm
      mysql-test/t/subselect.test:
        test of cyclic reference false alarm
      606e8cb3
    • unknown's avatar
      Merge conflict · d6a9713b
      unknown authored
      d6a9713b
    • unknown's avatar
      Tests for 'n' concurrent statement execution · 55c587d1
      unknown authored
      55c587d1
    • unknown's avatar
      Fix 'n' concurrent prepared executions · 274446b9
      unknown authored
      
      sql/sql_prepare.cc:
        Fix 'n' concurrent executions
      libmysql/errmsg.c:
        Fix the missing semicolon for errors
      libmysql/libmysql.c:
        Fix the result meta info for non-SELECT statements
      274446b9
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 · 3e679de2
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/work-select-4.1
      
      3e679de2
    • unknown's avatar
      Always use USE_STRCOLL code · 9248c03e
      unknown authored
      9248c03e
    • unknown's avatar
      Optimization of unicode conversion · 4a03f8f4
      unknown authored
      4a03f8f4
    • unknown's avatar
      No commit message · 09c58cb1
      unknown authored
      No commit message
      09c58cb1
    • unknown's avatar
      cp1256.xml: · 1aac33e9
      unknown authored
        Fix
      
      
      sql/share/charsets/cp1256.xml:
        Fix
      1aac33e9
  4. 29 Jan, 2003 3 commits
    • unknown's avatar
      fixed compiler error · 90755f3d
      unknown authored
      90755f3d
    • unknown's avatar
      fixed row items with group functions · 71bfb282
      unknown authored
      fixed layout
      
      
      BitKeeper/etc/ignore:
        Added stamp-h2 stamp-h3 stamp-h4 to the ignore list
      mysql-test/r/row.result:
        test of row with group function
      mysql-test/t/row.test:
        test of row with group function
      sql/item_cmpfunc.cc:
        added braces according review
      sql/item_func.cc:
        fixed layout
      sql/item_row.cc:
        fixed row item
      sql/item_row.h:
        fixed row items with group functions
      71bfb282
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 · 3af82098
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/work-select-4.1
      
      
      sql/item.cc:
        Auto merged
      sql/item_cmpfunc.cc:
        Auto merged
      sql/item_func.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_update.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      3af82098