1. 16 Apr, 2005 12 commits
    • unknown's avatar
      Merge · 8545b3d3
      unknown authored
      
      myisam/mi_search.c:
        Auto merged
      myisam/mi_write.c:
        Auto merged
      mysql-test/r/innodb.result:
        Auto merged
      mysql-test/t/innodb.test:
        Auto merged
      sql/sql_delete.cc:
        Auto merged
      sql/sql_lex.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      mysql-test/r/myisam.result:
        SCCS merged
      mysql-test/t/myisam.test:
        SCCS merged
      8545b3d3
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.1 · b38c965c
      unknown authored
      into mysql.com:/home/mydev/mysql-4.1-bug9188
      
      b38c965c
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 5894d1db
      unknown authored
      into mishka.local:/home/my/mysql-5.0
      
      5894d1db
    • unknown's avatar
      Set bindir, datadir & others if --basedir is given. This ensures that one only... · 87fbac42
      unknown authored
      Set bindir, datadir & others if --basedir is given. This ensures that one only has to set basedir in [mysqld] group when moving a binary installation to a not default polace
      Use for now safe_mysqld by default. (unless use-manager is set in the [mysql.server] option in my.cnf)
      Search first for defaults files in basedir and then in datadir (like mysqld_safe)
      
      
      support-files/mysql.server.sh:
        Set bindir, datadir & others if --basedir is given. This ensures that one only has to set basedir in [mysqld] group when moving a binary installation to a not default polace
        Use for now safe_mysqld by default. (unless use-manager is set in the [mysql.server] option in my.cnf)
        Search first for defaults files in basedir and then in datadir (like mysqld_safe)
        I removed the test for localstatedir as default.c doesn't anymore read defaults files from localstatedir
      87fbac42
    • unknown's avatar
      Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/ · 49acc72f
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.1
      
      49acc72f
    • unknown's avatar
      Added more rows to test to get predictable results · 5a8996c2
      unknown authored
      
      mysql-test/t/range.test:
        Added more rows to test to get predictable results
        (if it still fails, we need to add even more rows)
      scripts/make_binary_distribution.sh:
        Apply Jims patch for  mysql.server
      support-files/mysql.server.sh:
        Apply Jims patch to support mysqld_safe
      5a8996c2
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-5.0 · 6ef2394f
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-5.0-0
      
      
      sql/item.h:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      6ef2394f
    • unknown's avatar
      subselect.result, subselect.test: · 444673bd
      unknown authored
        Added a test case for bug #9516.
      item_subselect.h:
        Fixed bug #9516.
        The bug was due to that fact that the class Item_subselect
        inherited the generic implementation of the function
        not_null_tables that was not valid for the objects
        of this class. As a result evaluation of the
        not_null_tables attribute was not correct for subqueries.
        This caused invalid transformations of outer joins into
        inner joins.
      
      
      sql/item_subselect.h:
        Fixed bug #9516.
        The bug was due to that fact that the class Item_subselect
        inherited the generic implementation of the function
        not_null_tables that was not valid for the objects
        of this class. As a result evaluation of the
        not_null_tables attribute was not correct for subqueries.
        This caused invalid transformations of outer joins into
        inner joins.
      mysql-test/t/subselect.test:
        Added a test case for bug #9516.
      mysql-test/r/subselect.result:
        Added a test case for bug #9516.
      444673bd
    • unknown's avatar
      subselect.result, subselect.test: · 620cf752
      unknown authored
        Added a test case for bug #9338.
      sql_select.cc:
        Fixed bug #9338.
        When an occurence of a field reference has to be replaced
        by another field reference the whole Item_field must be
        replaced.
      item.cc:
        Fixed bug #9338.
        The method Item_field::replace_equal_field_processor was
        replaced by Item_field::replace_equal_field. The new method
        is used to replace the occurences of Item_field objects.
      item.h:
        Fixed bug #9338.
        The virtual function replace_equal_field_processor was replaced
        by replace_equal_field. The latter is supposed to be used as a
        callback function in calls of the method transform.
      
      
      sql/item.h:
        Fixed bug #9338.
        The virtual function replace_equal_field_processor was replaced
        by replace_equal_field. The latter is supposed to be used as a
        callback function in calls of the method transform.
      sql/item.cc:
        The method Item_field::replace_equal_field_processor was
        replaced by Item_field::replace_equal_field The new method
        is used to replace the occurences of Item_field objects.
      sql/sql_select.cc:
        Fixed bug #9338.
        When an occurence of a field reference has to be replaced
        by another field reference the whole Item_field must be
        replaced.
      mysql-test/t/subselect.test:
        Added a test case for bug #9338.
      mysql-test/r/subselect.result:
        Added a test case for bug #9338.
      620cf752
    • unknown's avatar
      Merge with 4.1 · 4b7bfcfd
      unknown authored
      
      scripts/mysql_create_system_tables.sh:
        Auto merged
      scripts/mysql_fix_privilege_tables.sql:
        Auto merged
      sql/set_var.cc:
        Auto merged
      support-files/mysql.server.sh:
        Auto merged
      sql/ha_ndbcluster.cc:
        Merge
      sql/handler.cc:
        Merge
      sql/handler.h:
        Merge
      sql/mysqld.cc:
        Merge
      4b7bfcfd
    • unknown's avatar
      7c495c1a
    • unknown's avatar
      Fixed core dump with long timezone names · 1bde86a0
      unknown authored
      Don't abort on bootstrap if a wrong --default-storage-engine is specified
      
      
      sql/handler.cc:
        Combined code
      sql/mysqld.cc:
        Fixed core dump with long timezone names
        Don't abort on bootstrap if a wrong --default-storage-engine is specified
        Don't print strange messages if one sends 'kill' to a mysqld --bootstrap
      sql/set_var.cc:
        Indentaion change
      1bde86a0
  2. 15 Apr, 2005 15 commits
  3. 14 Apr, 2005 13 commits
    • unknown's avatar
      A test case for Bug#4956 (decimal -> string conversion problem) · 18bd7ef8
      unknown authored
      
      mysql-test/r/type_decimal.result:
        Test results (Bug#4956)
      mysql-test/t/type_decimal.test:
        A test case for Bug#4956 "strange result, insert into longtext, parameter 
        with numeric value" (the bug itself is not repeatable any more).
      18bd7ef8
    • unknown's avatar
      Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/ · 8460ac64
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.1
      
      8460ac64
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.0/ · a0dfd2ff
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.0
      
      a0dfd2ff
    • unknown's avatar
      Merge hundin.mysql.fi:/home/heikki/mysql-4.1 · e6e0c671
      unknown authored
      into hundin.mysql.fi:/home/heikki/mysql-5.0
      
      
      innobase/fil/fil0fil.c:
        Auto merged
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        Auto merged
      ndb/src/ndbapi/ndberror.c:
        Auto merged
      e6e0c671
    • unknown's avatar
      merged · a36121f3
      unknown authored
      
      mysql-test/r/innodb.result:
        Auto merged
      mysql-test/t/innodb.test:
        Auto merged
      a36121f3
    • unknown's avatar
      fil0fil.c: · 15e58b0f
      unknown authored
        Add fault tolerance in the scan of .ibd files at a crash recovery; formerly a single failure of readdir_get_next caused the rest of the directory to be skipped
      
      
      innobase/fil/fil0fil.c:
        Add fault tolerance in the scan of .ibd files at a crash recovery; formerly a single failure of readdir_get_next caused the rest of the directory to be skipped
      15e58b0f
    • unknown's avatar
    • unknown's avatar
      Merge · d3a77a6c
      unknown authored
      d3a77a6c
    • unknown's avatar
      Fixed BUG#9598: stored procedure call within stored procedure · 26396659
      unknown authored
                      overwrites IN variable
        and added error checking of variables for [IN]OUT parameters while
        rewriting the out parameter handling.
      
      
      mysql-test/r/sp-error.result:
        New test case for non-variable argument for [IN]OUT parameters.
        (And changed to qualified names in some other error messages.)
      mysql-test/r/sp.result:
        New test case for BUG#9598.
      mysql-test/t/sp-error.test:
        New test case for non-variable argument for [IN]OUT parameters.
      mysql-test/t/sp.test:
        New test case for BUG#9598.
      sql/item.h:
        Need to distinguish between SP local variable items and other items,
        for error checking and [IN]OUT parameter handling.
      sql/share/errmsg.txt:
        New error message for non-variable arguments for [IN]OUT parameters in stored procedures.
      sql/sp_head.cc:
        Rewrote the [IN]OUT parameter handling in procedure invokation, to make
        it work properly when using user variables in sub-calls.
        Also added error checking for non-variable arguments for such parameters
        (and changed to qualified names for wrong number of arg. errors).
      sql/sp_rcontext.cc:
        No need to keep track on the out index for an [IN]OUT parameter any more.
      sql/sp_rcontext.h:
        No need to keep track on the out index for an [IN]OUT parameter any more.
      26396659
    • unknown's avatar
      Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.0 · 6542c9a6
      unknown authored
      into mysql.com:/space/my/mysql-4.0
      
      6542c9a6
    • unknown's avatar
      Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1 · 3b719a0d
      unknown authored
      into mysql.com:/space/my/mysql-4.1
      
      3b719a0d
    • unknown's avatar
      Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-5.0 · 2d75a0fb
      unknown authored
      into mysql.com:/space/my/mysql-5.0
      
      2d75a0fb
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.1 · 502641d7
      unknown authored
      into mysql.com:/space/my/mysql-4.1-build
      
      502641d7