1. 14 Sep, 2005 11 commits
  2. 13 Sep, 2005 29 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · d89f5a4e
      unknown authored
      into  mishka.mysql.fi:/home/my/mysql-5.0
      
      
      sql/item.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      mysql-test/t/mysqldump.test:
        Merge
      d89f5a4e
    • unknown's avatar
      Added option --valgrind-mysqltest to mysql-test-run · f8f1c016
      unknown authored
      Added flag to Field::store(longlong) to specify if value is unsigned.
      This fixes bug #12750: Incorrect storage of 9999999999999999999 in DECIMAL(19, 0)
      Fixed warning from valgrind in CREATE ... SELECT
      Fixed double free of mysql.options if reconnect failed
      
      
      mysql-test/mysql-test-run.sh:
        Added option --valgrind-mysqltest to allow one to run mysqltest with valgrind
      mysql-test/r/bigint.result:
        Update results after fix for Field::store(longlong)
      mysql-test/r/range.result:
        Update results after fix for Field::store(longlong)
      mysql-test/r/strict.result:
        Update results after fix for Field::store(longlong)
        (This fixes some wrong results when storing things into bigint columns)
      mysql-test/r/type_ranges.result:
        Update results after fix for Field::store(longlong)
      mysql-test/t/bigint.test:
        Added testing for #12750: Incorrect storage of 9999999999999999999 in DECIMAL(19, 0)
      mysql-test/t/innodb.test:
        Removed comments affected by this bug fix
      mysql-test/t/mysqldump.test:
        Fixed result to not depend on existing config files
      mysql-test/t/range.test:
        0xff numbers are now unsigned
      mysql-test/t/strict.test:
        Added errors for things that previously (wrongly) succeeded
      sql-common/client.c:
        Fixed double free of mysql.options if reconnect failed
      sql/field.cc:
        Added flag to Field::store(longlong) to specify if value is unsigned
      sql/field.h:
        Added flag to Field::store(longlong) to specify if value is unsigned
      sql/field_conv.cc:
        Fixed calls to Field::store(longlong,flag)
      sql/ha_ndbcluster.cc:
        Fixed calls to Field::store(longlong,flag)
      sql/handler.cc:
        Fixed calls to Field::store(longlong,flag)
      sql/item.cc:
        Fixed calls to Field::store(longlong,flag)
      sql/item_sum.cc:
        Fixed calls to Field::store(longlong,flag)
      sql/sp.cc:
        Fixed calls to Field::store(longlong,flag)
      sql/sql_acl.cc:
        Fixed calls to Field::store(longlong,flag)
      sql/sql_help.cc:
        Fixed calls to Field::store(longlong,flag)
      sql/sql_show.cc:
        Fixed calls to Field::store(longlong,flag)
      sql/sql_table.cc:
        Fixed varning from valgrind
      sql/sql_udf.cc:
        Fixed calls to Field::store(longlong,flag)
      sql/tztime.cc:
        Fixed calls to Field::store(longlong,flag)
      sql/unireg.cc:
        Fixed calls to Field::store(longlong,flag)
      f8f1c016
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 1d67ee14
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.0
      
      
      1d67ee14
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · be9b9745
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.0
      
      
      be9b9745
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · abab9690
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.0
      
      
      abab9690
    • unknown's avatar
      fixed the service bits of the IM · c6dfe79b
      unknown authored
      
      server-tools/instance-manager/IMService.cpp:
        * setting username and password to NULL so that the 
        IM runs at LocalSystem (this should be changed soon)
        * implemented stop service by raising a sigterm
        * implemented start service by loading options and calling manager()
      server-tools/instance-manager/IMService.h:
        changed the sig for Run()
      server-tools/instance-manager/WindowsService.cpp:
        default debugging to false
        changed the sig of RuN()
      server-tools/instance-manager/WindowsService.h:
        change the sig of run()
      server-tools/instance-manager/instance.cc:
        * remove the inclusion of process.h
        * concat all args into a single buffer to pass to CreateProcess
      server-tools/instance-manager/instance_options.cc:
        quoting the binary to handle paths with quotes
      server-tools/instance-manager/listener.cc:
        use a timeval for select so that our select will only run
        for 100 msec before we check to see if we are shutting down
      server-tools/instance-manager/mysqlmanager.cc:
        if we are given the stand alone option, then run the manager as 
        standalone
      server-tools/instance-manager/options.cc:
        Added stand alone command line arg
      server-tools/instance-manager/options.h:
        Added stand alone command line arg
      c6dfe79b
    • unknown's avatar
      Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.0 · 69b1940e
      unknown authored
      into  linux.site:/home/reggie/bk/mysql-5.0-new
      
      
      69b1940e
    • unknown's avatar
      Fixed minor error message bug from work for WL#2414 · f1c4e958
      unknown authored
      
      mysql-test/r/federated.result:
        fixed error message
      sql/ha_federated.cc:
        Minor refactoring to fix error message, resulting in big whitespace change
      f1c4e958
    • unknown's avatar
      Merge eherman@bk-internal.mysql.com:/home/bk/mysql-5.0 · 02997c8d
      unknown authored
      into  mysql.com:/home/eric/mysql-5.0
      
      
      02997c8d
    • unknown's avatar
      Merge · 849273bc
      unknown authored
      
      sql/sql_base.cc:
        Auto merged
      mysql-test/r/view.result:
        SCCS merged
      mysql-test/t/view.test:
        SCCS merged
      849273bc
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 1485c438
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.0
      
      
      mysql-test/t/mysqldump.test:
        Auto merged
      1485c438
    • unknown's avatar
      after pull review - many bugs in mysqldump --routines · 21f4f6cf
      unknown authored
      
      mysql-test/r/mysqldump.result:
        updated
      mysql-test/t/mysqldump.test:
        cleanup, new test
      21f4f6cf
    • unknown's avatar
      Merge eherman@bk-internal.mysql.com:/home/bk/mysql-5.0 · 6ad5a6c7
      unknown authored
      into  mysql.com:/home/eric/mysql-5.0
      
      
      sql/sql_yacc.yy:
        Auto merged
      6ad5a6c7
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.0 · bd05ba6d
      unknown authored
      into  mysql.com:/home/mydev/mysql-5.0-5000
      
      
      bd05ba6d
    • unknown's avatar
      Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0 · f83297c8
      unknown authored
      into  mysql.com:/home/cps/mysql/trees/mysql-5.0-virgin
      
      
      f83297c8
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 89629503
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/bug12526/my50-bug12526
      
      
      89629503
    • unknown's avatar
      after-merge fix · d1bc788e
      unknown authored
      d1bc788e
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · c8fcc511
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/bug10713_new/my50-bug10713_new
      
      
      c8fcc511
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.0 · 703f9c27
      unknown authored
      into  mysql.com:/home/mydev/mysql-5.0-5000
      
      
      703f9c27
    • unknown's avatar
      Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 29e9559b
      unknown authored
      into  mysql.com:/home/cps/mysql/trees/mysql-5.0-virgin
      
      
      29e9559b
    • unknown's avatar
      Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1 · 99a2aa2d
      unknown authored
      into  ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.0-tmp
      
      
      sql/sql_analyse.cc:
        Auto merged
      99a2aa2d
    • unknown's avatar
      Fixed BUG#12712: SET AUTOCOMMIT should fail within SP/functions/triggers · 065a9377
      unknown authored
        Second version after review. Allow 'set autocommit' in procedures, but not
        functions or triggers. Can return error in run-time (when a function calls
        a procedure).
      
      
      mysql-test/r/sp-error.result:
        New test case for BUG#12712.
      mysql-test/t/sp-error.test:
        New test case for BUG#12712.
      sql/set_var.cc:
        Made sys_autocommit external, to allow testing in sql_yacc.yy.
      sql/set_var.h:
        Made sys_autocommit external, to allow testing in sql_yacc.yy.
      sql/share/errmsg.txt:
        New error message for disallowing the setting of autocommit in stored functions and triggers.
      sql/sp_head.h:
        New flag: has 'set autocommit', and testing for this in is_not_allowed_in_function().
      sql/sql_yacc.yy:
        Disallow setting AUTOCOMMIT in stored function and triggers.
      065a9377
    • unknown's avatar
      Merged code. Removed unneccessary repeating. · 02fce1c3
      unknown authored
      02fce1c3
    • unknown's avatar
      BUG#12526 yassl: Crashes in "integer.cpp" · 1485e923
      unknown authored
      - Avoid problem with  "Sun C++ 5.6 2004/07/15"
      
      
      extra/yassl/taocrypt/src/integer.cpp:
        - Remove "inline" from the more advanced functions of class portable
      1485e923
    • unknown's avatar
      Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 3a1801b4
      unknown authored
      into  mysql.com:/home/cps/mysql/trees/mysql-5.0-virgin
      
      
      mysql-test/t/sp.test:
        Auto merged
      mysql-test/r/sp.result:
        SCCS merged
      3a1801b4
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.0 · d7375742
      unknown authored
      into  mysql.com:/home/mydev/mysql-5.0-5000
      
      
      d7375742
    • unknown's avatar
      Merge mysql.com:/usr/local/bk/mysql-5.0 · b5e15568
      unknown authored
      into  mysql.com:/usr/home/pem/mysql-5.0
      
      
      b5e15568
    • unknown's avatar
      Fixed BUG#12379: PROCEDURE with HANDLER calling FUNCTION with error · b6aba9db
      unknown authored
                       get strange result
        according to Monty's suggestions, fixing the SELECT behaviour on errors
        with SP handlers. Note that some warnings from SELECT still shows up when
        the handler has caught - this is an effect of another known bug (BUG#7049).
      
      
      mysql-test/r/sp.result:
        New test cases for BUG#12379.
      mysql-test/t/sp.test:
        New test cases for BUG#12379.
      sql/sql_class.cc:
        Abort selects on errors more graceful with SP handlers.
      sql/sql_class.h:
        Abort selects on errors more graceful with SP handlers.
      b6aba9db
    • unknown's avatar
      Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 7f70f599
      unknown authored
      into  mysql.com:/home/cps/mysql/trees/mysql-5.0
      
      
      mysql-test/r/sp.result:
        manual merge
      mysql-test/t/sp.test:
        manual merge
      7f70f599