1. 16 Apr, 2005 4 commits
    • 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 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 11 commits
  3. 14 Apr, 2005 25 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 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
      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
      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.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
    • unknown's avatar
      Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1 · c6a785f8
      unknown authored
      into mysql.com:/export/space/pekka/ndb/version/my41
      
      c6a785f8
    • unknown's avatar
      Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-5.0 · 589ba28d
      unknown authored
      into mysql.com:/space/my/mysql-5.0
      
      589ba28d
    • unknown's avatar
      Merge mysql.com:/usr/home/ram/work/mysql-4.1 · 89dffd52
      unknown authored
      into mysql.com:/usr/home/ram/work/mysql-5.0
      
      
      client/mysqltest.c:
        Auto merged
      mysql-test/mysql-test-run.pl:
        Auto merged
      89dffd52
    • unknown's avatar
      Merge mysql.com:/usr/home/ram/work/mysql-4.0 · 2affa9e0
      unknown authored
      into mysql.com:/usr/home/ram/work/mysql-4.1
      
      
      client/mysqltest.c:
        Auto merged
      2affa9e0
    • unknown's avatar
      BUG#9455 mysqladmin status crash the server · 3248b878
      unknown authored
       - Send error to client when mysql_change_db fails.
      
      
      sql/sql_db.cc:
        Added a note to comment for mysql_change_db that it will not send any error to the client.
      sql/sql_parse.cc:
        Call net_send_error(thd) if mysql_change_db fails.
        Remove comments claiming that mysql_change_db sends error the the client.
      3248b878
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.1 · 38a5a621
      unknown authored
      into mysql.com:/space/my/mysql-4.1-build
      
      38a5a621
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-5.0 · 07d2dd3e
      unknown authored
      into mysql.com:/space/my/mysql-5.0-build
      
      07d2dd3e
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 6e35ce16
      unknown authored
      into mysql.com:/usr/home/ram/work/5.0.bit_class
      
      6e35ce16
    • unknown's avatar
      Bit type: fix for create_field::create_field(). · c7509989
      unknown authored
      
      sql/field.cc:
        Bit type: fix for create_field::create_field().
        We should return saved length in case of Field_bit_as_char.
      c7509989
    • unknown's avatar
      Merge mleich@bk-internal.mysql.com:/home/bk/mysql-4.1 · d13c4eaf
      unknown authored
      into mysql.com:/home/matthias/Arbeit/mysql-4.1/src-clean
      
      d13c4eaf
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-5.0 · b1f5ecb5
      unknown authored
      into mysql.com:/space/my/mysql-5.0-build
      
      b1f5ecb5
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.1 · 457d218a
      unknown authored
      into mysql.com:/space/my/mysql-4.1-build
      
      457d218a
    • unknown's avatar
      ha_innodb.cc: · afa111c2
      unknown authored
        Add a big fat warning for future programmers that MySQL may call ::store_lock() also with lock 'type' TL_IGNORE; my ignorance of this caused bug 9670
      
      
      sql/ha_innodb.cc:
        Add a big fat warning for future programmers that MySQL may call ::store_lock() also with lock 'type' TL_IGNORE; my ignorance of this caused bug 9670
      afa111c2
    • unknown's avatar
      Merge heikki@bk-internal.mysql.com:/home/bk/mysql-5.0 · ef78d3ce
      unknown authored
      into hundin.mysql.fi:/home/heikki/mysql-5.0
      
      
      innobase/fil/fil0fil.c:
        Auto merged
      innobase/row/row0sel.c:
        Auto merged
      mysql-test/Makefile.am:
        Auto merged
      mysql-test/t/ctype_ucs_binlog.test:
        Auto merged
      scripts/make_binary_distribution.sh:
        Auto merged
      sql/ha_innodb.cc:
        Auto merged
      ef78d3ce
    • unknown's avatar
      In order not to conflict with a Linux kernel header · 1de0b473
      unknown authored
      set_bit replaced with internal_set_bit,
      clear_bit replaced with internal_clear_bit.
      
      1de0b473
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-5.0 · f7ec9797
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-5.0-0
      
      f7ec9797
    • unknown's avatar
      information_schema.result, information_schema.test: · 99584b9d
      unknown authored
        Added a test in connection with the fix for
        bug #6106.
      view.result, view.test:
        Added test cases for bugs #6106/6107.
      sql_show.cc:
        The addition of the case for items of the type REF_ITEM in the
        function uses_only_table_name_fields became necessary after
        the fix for bug #6106.
      sql_base.cc:
        The problem was due to the fact that two different column
        references were glued together though one of them belonged to
        a subquery while another to an outer query. This caused
        eventually a wrong calculation of values for the used_tables
        attribute.
      
      
      sql/sql_base.cc:
        The problem was due to the fact that two different column
        references were glued together though one of them belonged to
        a subquery while another to an outer query. This caused
        eventually a wrong calculation of values for the used_tables
        attribute.
      sql/sql_show.cc:
        The addition of the case for items of the type REF_ITEM in the
        function uses_only_table_name_fields became necessary after
        the fix for bug #6106.
      mysql-test/t/view.test:
        Added test cases for bugs #6106/6107.
      mysql-test/r/view.result:
        Added test cases for bugs #6106/6107.
      mysql-test/t/information_schema.test:
        Added a test in connection with the fix for
        bug #6106.
      mysql-test/r/information_schema.result:
        Added a test in connection with the fix for
        bug #6106.
      99584b9d