1. 02 Feb, 2003 1 commit
    • 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
  2. 31 Jan, 2003 17 commits
  3. 30 Jan, 2003 18 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
    • unknown's avatar
      config-win.h, os0proc.h, os0proc.c, srv0start.c: · 268e3ee9
      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__
      268e3ee9
    • unknown's avatar
      Merge mysql.com:/home/wax/mysql-4n into mysql.com:/home/wax/mysql-4rw · bde6addd
      unknown authored
      
      sql/item_func.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      bde6addd
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 · 7133dab0
      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
      7133dab0
    • unknown's avatar
      Merge mysql.com:/home/wax/mysql-4n into mysql.com:/home/wax/mysql-4rw · 12af2c27
      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
      12af2c27
    • unknown's avatar
      changes based on partial revie of task 577 (SCRUM) · 43b99e58
      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.
      43b99e58
    • unknown's avatar
      cyclic reference test removed, becouse testing of Item::fixed field apply more strict limitation · a0ddb72d
      unknown authored
      
      mysql-test/r/subselect.result:
        test of cyclic reference false alarm
      mysql-test/t/subselect.test:
        test of cyclic reference false alarm
      a0ddb72d
    • unknown's avatar
      Merge conflict · 545c9dff
      unknown authored
      545c9dff
    • unknown's avatar
      Tests for 'n' concurrent statement execution · dca8b8a6
      unknown authored
      dca8b8a6
    • unknown's avatar
      Fix 'n' concurrent prepared executions · 7d0d2d4f
      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
      7d0d2d4f
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 · 25132047
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/work-select-4.1
      
      
      25132047
    • unknown's avatar
      Always use USE_STRCOLL code · 7ae7275c
      unknown authored
      7ae7275c
    • unknown's avatar
      Optimization of unicode conversion · a2ccd6f0
      unknown authored
      a2ccd6f0
    • unknown's avatar
      No commit message · 152af44f
      unknown authored
      No commit message
      152af44f
    • unknown's avatar
      cp1256.xml: · f02046c4
      unknown authored
        Fix
      
      
      sql/share/charsets/cp1256.xml:
        Fix
      f02046c4
  4. 29 Jan, 2003 4 commits
    • unknown's avatar
      fixed compiler error · b6e79ddf
      unknown authored
      b6e79ddf
    • unknown's avatar
      fixed row items with group functions · 72e091f0
      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
      72e091f0
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 · b627e2db
      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
      b627e2db
    • unknown's avatar
      improving of fields list creation in derived tables and unions · b2ffb29a
      unknown authored
      fixed length of fields created in fubselect
      fixed resolving fields of reduced in derived table subselect
      
      
      mysql-test/r/subselect.result:
        test of created with subselect fields
      mysql-test/t/subselect.test:
        test of created with subselect fields
      sql/item.cc:
        fixed length of fields created in fubselect
        fixed resolving fields of reduced in derived table subselect
      sql/item_subselect.cc:
        improving of fields list creation in derived tables and unions
      sql/mysql_priv.h:
        improving of fields list creation in derived tables and unions
      sql/sql_derived.cc:
        improving of fields list creation in derived tables and unions
      sql/sql_lex.h:
        improving of fields list creation in derived tables and unions
      sql/sql_parse.cc:
        improving of fields list creation in derived tables and unions
      sql/sql_prepare.cc:
        improving of fields list creation in derived tables and unions
      sql/sql_select.cc:
        improving of fields list creation in derived tables and unions
      sql/sql_select.h:
        improving of fields list creation in derived tables and unions
      sql/sql_union.cc:
        improving of fields list creation in derived tables and unions
      sql/sql_update.cc:
        improving of fields list creation in derived tables and unions
      b2ffb29a