1. 14 Sep, 2005 6 commits
  2. 13 Sep, 2005 34 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 60178966
      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
      60178966
    • unknown's avatar
      Added option --valgrind-mysqltest to mysql-test-run · 411d7f59
      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)
      411d7f59
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 792e46d5
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.0
      
      792e46d5
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 2d146983
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.0
      
      2d146983
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · b5b60f11
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.0
      
      b5b60f11
    • unknown's avatar
      fixed the service bits of the IM · b2c2df65
      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
      b2c2df65
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.1-4100 · e28cc0b3
      unknown authored
      into  mysql.com:/home/mydev/mysql-5.0-5000
      
      
      configure.in:
        Auto merged
      include/my_global.h:
        Auto merged
      sql/sql_base.cc:
        Bug#12845 - Stress test: Server crashes on  CREATE .. SELECT statement
        Manual merge. Used local file.
        A different patch was required for 5.0.
      e28cc0b3
    • unknown's avatar
      Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.0 · a1d03c13
      unknown authored
      into  linux.site:/home/reggie/bk/mysql-5.0-new
      
      a1d03c13
    • unknown's avatar
      Fixed minor error message bug from work for WL#2414 · 37c095e3
      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
      37c095e3
    • unknown's avatar
      Merge eherman@bk-internal.mysql.com:/home/bk/mysql-5.0 · adbd7b10
      unknown authored
      into  mysql.com:/home/eric/mysql-5.0
      
      adbd7b10
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.0-4000 · 7ea9226d
      unknown authored
      into  mysql.com:/home/mydev/mysql-4.1-4100
      
      
      configure.in:
        Auto merged
      include/my_global.h:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      7ea9226d
    • unknown's avatar
      Merge · 8365e4af
      unknown authored
      
      sql/sql_base.cc:
        Auto merged
      mysql-test/r/view.result:
        SCCS merged
      mysql-test/t/view.test:
        SCCS merged
      8365e4af
    • unknown's avatar
      Bug#12845 - Stress test: Server crashes on CREATE .. SELECT statement · c158b8a8
      unknown authored
      Solution for 4.0 and 4.1.
      If the caller cannot re-open table(s), it gives a NULL
      'refresh' argument to open_table(). We used to ignore
      flushes then. Now we ignore drops too.
      
      c158b8a8
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 6160fba2
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.0
      
      
      mysql-test/t/mysqldump.test:
        Auto merged
      6160fba2
    • unknown's avatar
      after pull review - many bugs in mysqldump --routines · 5e87fa2c
      unknown authored
      
      mysql-test/r/mysqldump.result:
        updated
      mysql-test/t/mysqldump.test:
        cleanup, new test
      5e87fa2c
    • unknown's avatar
      Merge eherman@bk-internal.mysql.com:/home/bk/mysql-5.0 · 994c0a52
      unknown authored
      into  mysql.com:/home/eric/mysql-5.0
      
      
      sql/sql_yacc.yy:
        Auto merged
      994c0a52
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.0 · 1667c4a1
      unknown authored
      into  mysql.com:/home/mydev/mysql-5.0-5000
      
      1667c4a1
    • unknown's avatar
      Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 9288c1a2
      unknown authored
      into  mysql.com:/home/cps/mysql/trees/mysql-5.0-virgin
      
      9288c1a2
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · fb8a4a2c
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/bug12526/my50-bug12526
      
      fb8a4a2c
    • unknown's avatar
      after-merge fix · 11fe777a
      unknown authored
      11fe777a
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.0 · 0ee622b8
      unknown authored
      into  mysql.com:/home/mydev/mysql-5.0-5000
      
      0ee622b8
    • unknown's avatar
      Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 3826a0dc
      unknown authored
      into  mysql.com:/home/cps/mysql/trees/mysql-5.0-virgin
      
      3826a0dc
    • unknown's avatar
      Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1 · 9a8bbf83
      unknown authored
      into  ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.0-tmp
      
      
      sql/sql_analyse.cc:
        Auto merged
      9a8bbf83
    • unknown's avatar
      Merged code. Removed unneccessary repeating. · 54b3c412
      unknown authored
      54b3c412
    • unknown's avatar
      BUG#12526 yassl: Crashes in "integer.cpp" · 49e5c1da
      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
      49e5c1da
    • unknown's avatar
      Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 980979c6
      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
      980979c6
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.0 · 7e97356e
      unknown authored
      into  mysql.com:/home/mydev/mysql-5.0-5000
      
      7e97356e
    • unknown's avatar
      Merge mysql.com:/usr/local/bk/mysql-5.0 · 5849eb84
      unknown authored
      into  mysql.com:/usr/home/pem/mysql-5.0
      
      5849eb84
    • unknown's avatar
      Fixed BUG#12379: PROCEDURE with HANDLER calling FUNCTION with error · 8c4c2f26
      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.
      8c4c2f26
    • unknown's avatar
      Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 3b90666e
      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
      3b90666e
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.0 · 1ed18f63
      unknown authored
      into  mysql.com:/home/mydev/mysql-5.0-5000
      
      1ed18f63
    • unknown's avatar
      Bug#12845 - Stress test: Server crashes on CREATE .. SELECT statement · 6eece59c
      unknown authored
      Solution for 5.0.
      Changed calls to open_table(). Requested to ignore
      flush at places where the command did already lock tables.
      This could happen in CREATE ... SELECT and ALTER TABLE.
      
      No test case. The bug can only be triggered by true concurrency.
      The stress test suite provides a test case for this.
      
      
      sql/sql_base.cc:
        Bug#12845 - Stress test: Server crashes on  CREATE .. SELECT statement
        Solution for 5.0.
        Changed open_table() so that ignoring flush requests
        is dependend on the 'flags' parameter as ignoring drop
        request was already. This aims for consistent behaviour.
      sql/sql_table.cc:
        Bug#12845 - Stress test: Server crashes on  CREATE .. SELECT statement
        Solution for 5.0.
        Changed calls to open_table(). Requested to ignore
        flush at places where the command did already lock tables.
        This could happen in CREATE ... SELECT and ALTER TABLE.
      6eece59c
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0 · cf670882
      unknown authored
      into  mysql.com:/usr/home/ram/work/mysql-5.0
      
      cf670882
    • unknown's avatar
      Print a dummy section in order not to interference · 076b9982
      unknown authored
      with /etc/my.cnf and ~/.my.cnf [client] section.
      
      076b9982