1. 29 Jan, 2003 11 commits
    • 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
    • unknown's avatar
      improving of fields list creation in derived tables and unions · 3a6da565
      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
      3a6da565
    • unknown's avatar
      conf_to_src.c: · b9e9c4ae
      unknown authored
       Getting closer 
      
      
      strings/conf_to_src.c:
        Getting closer
      b9e9c4ae
    • unknown's avatar
      Move latin1 into a separarte file · 83a52d60
      unknown authored
      83a52d60
    • unknown's avatar
      conf_to_src.c: · f6ea292c
      unknown authored
        Restoring conf_to_src. Now it loads XML.
      
      
      strings/conf_to_src.c:
        Restoring conf_to_src. Now it loads XML.
      f6ea292c
    • unknown's avatar
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 · 5cc8f1e2
      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
      5cc8f1e2
    • unknown's avatar
      client_test.c: · f5686cca
      unknown authored
        Compilation failure fix
      
      
      tests/client_test.c:
        Compilation failure fix
      f5686cca
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql-4.1 · 0039f4b0
      unknown authored
      into myvenu.com:/home/venu/bk/src-4.1
      
      0039f4b0
    • unknown's avatar
      Fix for windows specific errors · 735cc9d7
      unknown authored
      735cc9d7
  2. 28 Jan, 2003 14 commits
    • unknown's avatar
      fixed memory leak in ROW code (SCRUM 577) · f092f60c
      unknown authored
      
      sql/item_cmpfunc.cc:
        fixed memory leak in ROW code
      sql/item_cmpfunc.h:
        fixed memory leak in ROW code
      f092f60c
    • unknown's avatar
      Fix leak when the client disconnects with open prep statements · a5f01a1a
      unknown authored
      
      
      sql/sql_prepare.cc:
        Fix leak when the client disconnects with open statements
      tests/client_test.c:
        Enable stmt_close test
      a5f01a1a
    • unknown's avatar
      Merge abotchkov@work.mysql.com:/home/bk/mysql-4.1 · 80db44db
      unknown authored
      into deer.mysql.r18.ru:/home/hf/work/mysql-4.1.w1
      
      80db44db
    • unknown's avatar
      SIGNAL_WITH_VIO_CLOSES bugfix · a749b8f2
      unknown authored
      
      sql/sql_class.cc:
        This should be #ifdefed
      a749b8f2
    • unknown's avatar
      Merge sinisa@work.mysql.com:/home/bk/mysql-4.1 · 244f2fac
      unknown authored
      into sinisa.nasamreza.org:/mnt/work/mysql-4.1
      
      244f2fac
    • unknown's avatar
      moving a feature from 4.1 to 5.0 · 0693a258
      unknown authored
      0693a258
    • unknown's avatar
      Merge · 4650bd31
      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
      4650bd31
    • unknown's avatar
      fixed bugs in temporary tables in subselect implementation (SCRUM) · 90502d2b
      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
      90502d2b
    • unknown's avatar
      Merge abotchkov@work.mysql.com:/home/bk/mysql-4.1 · c8d85237
      unknown authored
      into deer.mysql.r18.ru:/home/hf/work/mysql-default
      
      
      sql/field.h:
        Auto merged
      c8d85237
    • unknown's avatar
      resolve · c02de0f2
      unknown authored
      c02de0f2
    • unknown's avatar
      New "fill" function in charset_info_st structure · 69f9cc8c
      unknown authored
      69f9cc8c
    • unknown's avatar
      Merge abotchkov@work.mysql.com:/home/bk/mysql-4.1 · 1881055f
      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
      1881055f
    • unknown's avatar
      my_pthread.h: · e253799f
      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
      e253799f
    • unknown's avatar
      Introduced a scalable key cache management. · bfbacddb
      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
      bfbacddb
  3. 27 Jan, 2003 15 commits