1. 02 Nov, 2003 7 commits
    • unknown's avatar
      fixed BUG#1645 · 31e42be6
      unknown authored
        all calls of fix_fields() are inspected
      (copy of cset which I lost in accidatly tree delete)
      
      
      mysql-test/r/subselect.result:
        test of BUG#1645
      mysql-test/t/subselect.test:
        test of BUG#1645
      sql/item_subselect.cc:
        removed passing left_expr through parameters, because it present in class fields
        fixed fix_fields() call
      sql/item_subselect.h:
        removed passing left_expr through parameters, because it present in class fields
      sql/set_var.cc:
        comments added
      sql/sql_select.cc:
        fixed BUG#1645 (thd can be used in fix_fields of subqueries)
      31e42be6
    • unknown's avatar
      join_free now is method of JOIN and commented · f6e7570f
      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
      f6e7570f
    • unknown's avatar
      BUG#1708 & other subselects with innodb tests · ff2f8b87
      unknown authored
      ff2f8b87
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · c75b42ee
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-like-4.1
      
      c75b42ee
    • unknown's avatar
      8d48cf36
    • unknown's avatar
      Cleanups (comments and compiler warnings) · b2322a61
      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
      b2322a61
    • unknown's avatar
      fixed locking problem with innodb & subqueries (BUG#1708) · 9b03f17e
      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)
      9b03f17e
  2. 01 Nov, 2003 2 commits
  3. 31 Oct, 2003 12 commits
  4. 30 Oct, 2003 7 commits
    • unknown's avatar
      post-merge fixes · 40c2ce10
      unknown authored
      40c2ce10
    • unknown's avatar
      Merge · b509cf01
      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
      b509cf01
    • unknown's avatar
      merged · c797519e
      unknown authored
      
      sql/set_var.cc:
        Auto merged
      c797519e
    • unknown's avatar
      Bitmap post-review fixes · f0eb54e0
      unknown authored
      f0eb54e0
    • unknown's avatar
      WL #1279: Add table description to xml dump (SCRUM) · 650946e1
      unknown authored
      Bug #1707: mysqldump -X does't quote field and table names
      code cleanup
      
      650946e1
    • unknown's avatar
      small fix in comment · 42a93460
      unknown authored
      42a93460
    • 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) · 4d68a0db
      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
      4d68a0db
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · 1961c53b
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-qc_warn-4.1
      
      1961c53b
    • unknown's avatar
      after-merge fix · 5b3a42af
      unknown authored
      5b3a42af
    • unknown's avatar
      sql_parse.cc: · c099414d
      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
      c099414d
    • unknown's avatar
      merge · 1fb17da1
      unknown authored
      
      sql/set_var.cc:
        Auto merged
      1fb17da1
  7. 25 Oct, 2003 5 commits
    • unknown's avatar
      f3a5f59f
    • unknown's avatar
      sql_parse.cc: · 1ab4e9ae
      unknown authored
        Add diagnostic printf to chack that number of connections for a user never drops below zero
      
      
      sql/sql_parse.cc:
        Add diagnostic printf to chack that number of connections for a user never drops below zero
      1ab4e9ae
    • unknown's avatar
      A few more fixes. · eb397abb
      unknown authored
      And added new test for BUG#1644. (Disabled for now, not fixed yet.)
      
      
      tests/client_test.c:
        A few more fixes:
        - Avoid buffer overruns in printf().
        - Corrected index for comment field in show table status output.
        
        And added new test for BUG#1644. (Disabled for now, not fixed yet.)
      eb397abb
    • unknown's avatar
      A major overhaul to adopt to recent changes. It now passes all tests. · 3c8c83d0
      unknown authored
      Note:
      - All test results haven't been inspected in detail to see if they are correct.
      - Some result set printing seems to have the wrong field width; most notably
        date/time fields and type fields (e.g. "int(4)").
      - There are still some valgrind complaints, but they seem to be in assert() or
        in libmysql.
      
      
      tests/client_test.c:
        A major overhaul to adopt to recent changes:
        
        - SHOW TABLE result has changed (more columns)
        - EXPLAIN result has VAR_STRING types now
        - Added missing mysql_bind_result() calls
        - Adopted to mysql_fetch_column() semantics: Don't use same pointers in MYSQL_BIND
          structs for fetch_column as for binding.
        - Removed a number of duplicated calls to tests
        - Added missing initialization of MYSQL_BIND structs fields (lenght fields),
          to shutup valgrind.
      3c8c83d0
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · f8679314
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1
      
      
      sql/sql_parse.cc:
        Auto merged
      f8679314