1. 09 Feb, 2004 1 commit
  2. 08 Feb, 2004 2 commits
    • unknown's avatar
      fixed cleupup() for distinct aggregate functions (BUG#2663) · 89625e60
      unknown authored
      
      sql/item_sum.cc:
        fixed cleupup() for distinct aggregate functions
      tests/client_test.c:
        fixed subqueries test
        test of distinct aggregate functions in PS
      89625e60
    • unknown's avatar
      fixed subquery with PS (BUG#2462) · 541cb675
      unknown authored
      fixed UNION preparation
      
      
      sql/item.cc:
        debug output added
      sql/item.h:
        debug output added
      sql/item_cmpfunc.cc:
        correct cleunup() for Item_in_optimizer
      sql/item_cmpfunc.h:
        correct cleunup() for Item_in_optimizer
        debug output added
      sql/item_func.h:
        debug output added
      sql/item_subselect.cc:
        support of prepared statemnts added - mostly memorry allocation manegement, only one trabsformatio & correct cleupup()
      sql/item_subselect.h:
        support of prepared statemnts added - mostly memorry allocation manegement, only one trabsformatio & correct cleupup()
      sql/item_sum.cc:
        debug output added
      sql/item_sum.h:
        debug output added
      sql/sql_class.cc:
        function to switch allocation arena for Items
      sql/sql_class.h:
        function to switch allocation arena for Items
        pointer on current prepared statement added
      sql/sql_lex.cc:
        comment fixed
      sql/sql_lex.h:
        item cleanup support
      sql/sql_prepare.cc:
        - fixed preparation of PS to avoid storing junk in its memory + correct work with union
        - fixed tables cleanup for UNION & subqueries
      sql/sql_select.cc:
        removed condition which is always true for now
        fixed layout
      sql/sql_union.cc:
        support of UNION subquery cleanup
      tests/client_test.c:
        test of repeatable subqueries
        test of correct UNION initialisation
      541cb675
  3. 06 Feb, 2004 1 commit
  4. 05 Feb, 2004 3 commits
  5. 04 Feb, 2004 2 commits
  6. 03 Feb, 2004 4 commits
  7. 02 Feb, 2004 8 commits
    • unknown's avatar
      Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 0058d24d
      unknown authored
      into eagle.mysql.r18.ru:/home/vva/work/BUG_2438/mysql-4.1
      
      
      0058d24d
    • unknown's avatar
      Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1 · bfadd733
      unknown authored
      into eagle.mysql.r18.ru:/home/vva/work/BUG_2438/mysql-4.1
      
      
      bfadd733
    • unknown's avatar
      changed allocation of st_table::insert_values · bbdba292
      unknown authored
      from table->mem_root to thd->mem_root 
      (fixed bug #2438 "Runaway memory consumption")
      
      
      bbdba292
    • unknown's avatar
      just tried to find all 'skipp' and replace it with 'skip'. · f1bfba29
      unknown authored
      
      client/sql_string.cc:
        skipp -> skip
      dbug/dbug.c:
        skipp -> skip
      myisam/mi_create.c:
        skipp -> skip
      myisam/mi_dynrec.c:
        skipp -> skip
      myisam/mi_packrec.c:
        skipp -> skip
      myisam/mi_rrnd.c:
        skipp -> skip
      myisam/mi_test1.c:
        skipp -> skip
      myisam/myisampack.c:
        skipp -> skip
      myisam/rt_test.c:
        skipp -> skip
      myisam/sp_test.c:
        skipp -> skip
      mysys/default.c:
        skipp -> skip
      mysys/mf_iocache.c:
        skipp -> skip
      mysys/mf_pack.c:
        skipp -> skip
      mysys/mf_wcomp.c:
        skipp -> skip
      mysys/typelib.c:
        skipp -> skip
      sql/filesort.cc:
        skipp -> skip
      sql/item_strfunc.cc:
        skipp -> skip
      sql/mysqld.cc:
        skipp -> skip
      sql/opt_range.h:
        skipp -> skip
      sql/sql_delete.cc:
        skipp -> skip
      sql/sql_select.cc:
        skipp -> skip
      sql/sql_string.cc:
        skipp -> skip
      sql/sql_update.cc:
        skipp -> skip
      strings/ctype-bin.c:
        skipp -> skip
      strings/ctype-simple.c:
        skipp -> skip
      strings/r_strinstr.c:
        skipp -> skip
      strings/strinstr.c:
        skipp -> skip
      strings/strstr.c:
        skipp -> skip
      f1bfba29
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 · f85e469e
      unknown authored
      into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b2419
      
      
      sql/opt_range.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      f85e469e
    • unknown's avatar
      Added a comment for NULL range creation. · 8131ccaf
      unknown authored
      8131ccaf
    • unknown's avatar
      Indexes can be used for optimization if the operation · 65534b77
      unknown authored
      collation is the same with the index collation.
      
      
      65534b77
    • unknown's avatar
      preload.result, key_cache.result, preload.test, key_cache.test, sql_yacc.yy: · c91c1470
      unknown authored
        Fixed bug #2602 in CACHE INDEX, LOAD INDEX
      
      
      sql/sql_yacc.yy:
        Fixed bug #2602 in CACHE INDEX, LOAD INDEX
      mysql-test/t/key_cache.test:
        Fixed bug #2602 in CACHE INDEX, LOAD INDEX
      mysql-test/t/preload.test:
        Fixed bug #2602 in CACHE INDEX, LOAD INDEX
      mysql-test/r/key_cache.result:
        Fixed bug #2602 in CACHE INDEX, LOAD INDEX
      mysql-test/r/preload.result:
        Fixed bug #2602 in CACHE INDEX, LOAD INDEX
      c91c1470
  8. 31 Jan, 2004 1 commit
    • unknown's avatar
      fix for the bug #2419: order by ignores rows. · abc17f8f
      unknown authored
      null_ref_key moved to TABLE_REF.
      new null range created if necessary.
      
      
      mysql-test/r/order_by.result:
        fix for the bug #2419: order by ignores rows
      mysql-test/t/order_by.test:
        fix for the bug #2419: order by ignores rows
      sql/item_subselect.cc:
        fix for the bug #2419: order by ignores rows
      sql/opt_range.cc:
        fix for the bug #2419: order by ignores rows
      sql/sql_select.cc:
        fix for the bug #2419: order by ignores rows
      sql/sql_select.h:
        fix for the bug #2419: order by ignores rows
      abc17f8f
  9. 30 Jan, 2004 5 commits
  10. 29 Jan, 2004 2 commits
  11. 28 Jan, 2004 4 commits
  12. 27 Jan, 2004 4 commits
  13. 26 Jan, 2004 3 commits