1. 29 Jan, 2003 10 commits
    • 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
  2. 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
  3. 27 Jan, 2003 16 commits