1. 30 Jan, 2003 7 commits
    • 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 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
  2. 29 Jan, 2003 12 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
    • unknown's avatar
      conf_to_src.c: · e528943f
      unknown authored
       Getting closer 
      
      
      strings/conf_to_src.c:
        Getting closer
      e528943f
    • unknown's avatar
      Move latin1 into a separarte file · 307ed014
      unknown authored
      307ed014
    • unknown's avatar
      conf_to_src.c: · 6a188877
      unknown authored
        Restoring conf_to_src. Now it loads XML.
      
      
      strings/conf_to_src.c:
        Restoring conf_to_src. Now it loads XML.
      6a188877
    • unknown's avatar
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 · b343de72
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/work-select-4.1
      
      
      mysql-test/r/subselect.result:
        Auto merged
      mysql-test/t/subselect.test:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_prepare.cc:
        Auto merged
      b343de72
    • unknown's avatar
      client_test.c: · 23155303
      unknown authored
        Compilation failure fix
      
      
      tests/client_test.c:
        Compilation failure fix
      23155303
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql-4.1 · e63630be
      unknown authored
      into myvenu.com:/home/venu/bk/src-4.1
      
      
      e63630be
    • unknown's avatar
      Fix for windows specific errors · a8abb047
      unknown authored
      a8abb047
  3. 28 Jan, 2003 14 commits
    • unknown's avatar
      fixed memory leak in ROW code (SCRUM 577) · f2ebd039
      unknown authored
      
      sql/item_cmpfunc.cc:
        fixed memory leak in ROW code
      sql/item_cmpfunc.h:
        fixed memory leak in ROW code
      f2ebd039
    • unknown's avatar
      Fix leak when the client disconnects with open prep statements · b6315f6d
      unknown authored
      
      
      sql/sql_prepare.cc:
        Fix leak when the client disconnects with open statements
      tests/client_test.c:
        Enable stmt_close test
      b6315f6d
    • unknown's avatar
      Merge abotchkov@work.mysql.com:/home/bk/mysql-4.1 · 53642579
      unknown authored
      into deer.mysql.r18.ru:/home/hf/work/mysql-4.1.w1
      
      
      53642579
    • unknown's avatar
      SIGNAL_WITH_VIO_CLOSES bugfix · a0ffb52a
      unknown authored
      
      sql/sql_class.cc:
        This should be #ifdefed
      a0ffb52a
    • unknown's avatar
      Merge sinisa@work.mysql.com:/home/bk/mysql-4.1 · cdf5a4d1
      unknown authored
      into sinisa.nasamreza.org:/mnt/work/mysql-4.1
      
      
      cdf5a4d1
    • unknown's avatar
      moving a feature from 4.1 to 5.0 · 78d40d42
      unknown authored
      78d40d42
    • unknown's avatar
      Merge · d7db6bee
      unknown authored
      
      sql/item.cc:
        Auto merged
      sql/item_cmpfunc.cc:
        Auto merged
      sql/item_cmpfunc.h:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      sql/item.h:
        SCCS merged
      d7db6bee
    • unknown's avatar
      fixed bugs in temporary tables in subselect implementation (SCRUM) · ca0d06d5
      unknown authored
      merging with switching on static tables optimization (SCRUM)
      fixed subselects with uncacheable results
      added test for fixed bugs from bugreports
      
      
      mysql-test/r/subselect.result:
        changes in subselect test after switching on static tables optimization
        fixed bug test added
        uncacheable subselects
      mysql-test/t/subselect.test:
        changes in subselect test after switching on static tables optimization
        fixed bug test added
        uncacheable subselects
      sql/item_create.cc:
        fixed subselects with uncacheable results
      sql/item_func.cc:
        fixed subselects with uncacheable results
      sql/item_subselect.cc:
        fixed subselects with uncacheable results
        clean up
      sql/item_subselect.h:
        fixed subselects with uncacheable results
      sql/sql_lex.cc:
        fixed subselects with uncacheable results
      sql/sql_lex.h:
        fixed subselects with uncacheable results
      sql/sql_select.cc:
        fixed bugs in temporary tables in subselect implementation
        fixed subselects with uncacheable results
      sql/sql_union.cc:
        fixed subselects with uncacheable results
      sql/sql_yacc.yy:
        fixed subselects with uncacheable results
      ca0d06d5
    • unknown's avatar
      Merge abotchkov@work.mysql.com:/home/bk/mysql-4.1 · 7120b668
      unknown authored
      into deer.mysql.r18.ru:/home/hf/work/mysql-default
      
      
      sql/field.h:
        Auto merged
      7120b668
    • unknown's avatar
      resolve · 4f6e3d22
      unknown authored
      4f6e3d22
    • unknown's avatar
      New "fill" function in charset_info_st structure · ee7c5f13
      unknown authored
      ee7c5f13
    • unknown's avatar
      Merge abotchkov@work.mysql.com:/home/bk/mysql-4.1 · a831430e
      unknown authored
      into deer.mysql.r18.ru:/home/hf/work/mysql-default
      
      
      sql/item.cc:
        Auto merged
      sql/item.h:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      a831430e
    • unknown's avatar
      my_pthread.h: · aa42950e
      unknown authored
        Missing merge in changeset 1.1435
      
      
      include/my_pthread.h:
        Missing merge in changeset 1.1435
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      aa42950e
    • unknown's avatar
      Introduced a scalable key cache management. · be85fdc5
      unknown authored
      Added some fields to the st_my_thread_var structure to be
        able to link such structures into a list.
      
      
      include/my_pthread.h:
        Added some fields to the st_my_thread_var structure to be
        able to link such structures into a list.
      mysys/mf_keycache.c:
        Introduced a scalable key cache management.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      be85fdc5
  4. 27 Jan, 2003 7 commits