1. 02 Nov, 2003 10 commits
    • unknown's avatar
      aftermerge fix · 8b7ba1cf
      unknown authored
      8b7ba1cf
    • unknown's avatar
      after review fix · 75139c2b
      unknown authored
      
      mysql-test/t/subselect.test:
        ufter merge fix
      75139c2b
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · 94f4aebc
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-errs-4.1
      
      
      mysql-test/r/subselect.result:
        Auto merged
      mysql-test/t/subselect.test:
        Auto merged
      94f4aebc
    • unknown's avatar
      join_free now is method of JOIN and commented · 1e1d7b17
      unknown authored
      dependence should mean uncacheability
      
      
      sql/item_subselect.cc:
        dependence should mean uncacheability
      sql/sql_lex.cc:
        dependence should mean uncacheability
      sql/sql_select.cc:
        join_free now is method of JOIN and commented
      sql/sql_select.h:
        join_free now is method of JOIN
      1e1d7b17
    • unknown's avatar
      merge · a0aceafb
      unknown authored
      a0aceafb
    • unknown's avatar
      BUG#1708 & other subselects with innodb tests · 4b8568a7
      unknown authored
      4b8568a7
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · f61aa51e
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-like-4.1
      
      
      f61aa51e
    • unknown's avatar
      52600e88
    • unknown's avatar
      Cleanups (comments and compiler warnings) · 18665803
      unknown authored
      dded init of variable to fix core dump on startup errors
      
      
      mysql-test/Makefile.am:
        Added transformation of socket address for mysql-test-run
      mysql-test/mysql-test-run.sh:
        Added option --socket
      sql/derror.cc:
        Removed compiler warning
      sql/mysql_priv.h:
        Moved assert up to be able to use asserts in other header files
      sql/mysqld.cc:
        Fixed comment
      sql/sql_bitmap.h:
        Added copyright notice
        Removed not needed header files
      sql/sql_class.cc:
        Added init of variable to fix core dump on startup errors
      sql/sql_test.cc:
        Fixed compiler errors (from key_map code)
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      18665803
    • unknown's avatar
      fixed locking problem with innodb & subqueries (BUG#1708) · 16a5e048
      unknown authored
      tests with innodb moved to separate file
      
      
      mysql-test/r/subselect.result:
        tests with innodb moved to separate file
      mysql-test/t/subselect.test:
        tests with innodb moved to separate file
        test for BUG#1708
      sql/sql_select.cc:
        it is better to check simople variable (full) first
        fixed locking problem with innodb & subqueries (BUG#1708)
      16a5e048
  2. 01 Nov, 2003 2 commits
  3. 31 Oct, 2003 12 commits
  4. 30 Oct, 2003 7 commits
    • unknown's avatar
      post-merge fixes · e9f308f0
      unknown authored
      e9f308f0
    • unknown's avatar
      Merge · 52e86548
      unknown authored
      
      include/my_base.h:
        Auto merged
      include/my_global.h:
        Auto merged
      include/my_sys.h:
        Auto merged
      isam/test2.c:
        Auto merged
      myisam/mi_check.c:
        Auto merged
      myisam/mi_test2.c:
        Auto merged
      myisam/myisamchk.c:
        Auto merged
      myisam/myisamdef.h:
        Auto merged
      mysql-test/r/func_group.result:
        Auto merged
      sql/ha_myisam.cc:
        Auto merged
      sql/handler.cc:
        Auto merged
      sql/handler.h:
        Auto merged
      sql/item_cmpfunc.h:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/opt_range.cc:
        Auto merged
      sql/set_var.h:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_lex.cc:
        Auto merged
      sql/sql_lex.h:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      sql/sql_test.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      sql/mysqld.cc:
        SCCS merged
      sql/set_var.cc:
        SCCS merged
      52e86548
    • unknown's avatar
      merged · d054ce1c
      unknown authored
      
      sql/set_var.cc:
        Auto merged
      d054ce1c
    • unknown's avatar
      Bitmap post-review fixes · 372e9492
      unknown authored
      372e9492
    • unknown's avatar
      WL #1279: Add table description to xml dump (SCRUM) · b6b4c5b1
      unknown authored
      Bug #1707: mysqldump -X does't quote field and table names
      code cleanup
      
      
      b6b4c5b1
    • unknown's avatar
      small fix in comment · a4161274
      unknown authored
      a4161274
    • unknown's avatar
  5. 27 Oct, 2003 2 commits
  6. 26 Oct, 2003 5 commits
    • unknown's avatar
      fixed ALL/ANY optimisation with union (BUG#1668) · 30764334
      unknown authored
      code cleanup
      
      
      mysql-test/r/subselect.result:
        test for BUG#1668
      mysql-test/t/subselect.test:
        test for BUG#1668
      sql/item_subselect.cc:
        removed unused class field
        fixed min_max subquery used_tables()/const()
        fixed ALL/ANY optimisation for unions
      sql/item_subselect.h:
        removed unused class field
        fixed min_max subquery used_tables()/const()
      sql/sql_union.cc:
        fixed result object assignment
      30764334
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · e559f183
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-qc_warn-4.1
      
      
      e559f183
    • unknown's avatar
      after-merge fix · a8577081
      unknown authored
      a8577081
    • unknown's avatar
      sql_parse.cc: · ae437f39
      unknown authored
        Fix yet another race condition in sql_parse.cc: thd->user_connect object could get deleted too soon, before the call of check_for_max_user_connections
      
      
      sql/sql_parse.cc:
        Fix yet another race condition in sql_parse.cc: thd->user_connect object could get deleted too soon, before the call of check_for_max_user_connections
      ae437f39
    • unknown's avatar
      merge · c4aaca9f
      unknown authored
      
      sql/set_var.cc:
        Auto merged
      c4aaca9f
  7. 25 Oct, 2003 2 commits