1. 13 Sep, 2005 37 commits
    • 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 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 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
      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
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.0 · e57f7dd2
      unknown authored
      into  mysql.com:/home/mydev/mysql-5.0-5000
      
      
      e57f7dd2
    • unknown's avatar
      Bug#12845 - Stress test: Server crashes on CREATE .. SELECT statement · 738ee005
      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.
      738ee005
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 20c8bfe7
      unknown authored
      into  mysql.com:/usr/home/ram/work/mysql-5.0
      
      
      20c8bfe7
    • unknown's avatar
      Print a dummy section in order not to interference · d3f0c625
      unknown authored
      with /etc/my.cnf and ~/.my.cnf [client] section.
      
      
      d3f0c625
    • unknown's avatar
      Merge mysql.com:/usr/local/bk/mysql-5.0 · eece59c2
      unknown authored
      into  mysql.com:/usr/home/pem/mysql-5.0
      
      
      eece59c2
    • unknown's avatar
      merge · c53e51af
      unknown authored
      c53e51af
    • unknown's avatar
      Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0 · cfb24151
      unknown authored
      into  mysql.com:/home/cps/mysql/trees/mysql-5.0-virgin
      
      
      cfb24151
    • unknown's avatar
      Fix for Bug #13124 Stored Procedure using SELECT INTO crashes server · dd516423
      unknown authored
      
      mysql-test/r/sp.result:
        added a test
      mysql-test/t/sp.test:
        corrected result file
      sql/item.cc:
        check for NULL value before copying string
      dd516423
    • unknown's avatar
      Merge mysql.com:/usr/local/bk/mysql-5.0 · 32dc0aad
      unknown authored
      into  mysql.com:/usr/home/pem/mysql-5.0
      
      
      32dc0aad
    • unknown's avatar
      Merge mysql.com:/home/timka/mysql/src/5.0-virgin · 468c357a
      unknown authored
      into  mysql.com:/home/timka/mysql/src/5.0-2486
      
      
      sql/sql_parse.cc:
        Auto merged
      468c357a
    • unknown's avatar
      Fixed BUG#13133: Local variables in stored procedures are not initialized correctly. · 902932a1
      unknown authored
        Have to init. all local variables in their frames, not just once at the beginning
        of invocation.
      
      
      mysql-test/r/sp.result:
        New test case for BUG#13133.
      mysql-test/t/sp.test:
        New test case for BUG#13133.
      sql/sp_head.cc:
        Just init. local variable slots in the fram to NULL. (Real init. will be done
        in each block.)
      sql/sp_pcontext.cc:
        Removed isset flag, since it's not used.
      sql/sp_pcontext.h:
        Removed isset flag, since it's not used.
      sql/sql_yacc.yy:
        Initialize local variables in the block to null, or the default value, given.
        (Untabifed block too.)
      902932a1
    • unknown's avatar
      sql_prepare.cc: · e7b5b5c8
      unknown authored
        VC6 can't handle initializing const in declaration
      
      
      sql/sql_prepare.cc:
        VC6 can't handle initializing const in declaration
      e7b5b5c8
    • unknown's avatar
      minor compile error fix · b51879f1
      unknown authored
      b51879f1
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · b50eb4cd
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      b50eb4cd
    • unknown's avatar
      Made changes to add federated CONNECTION information to the .frm file · 00d77fdd
      unknown authored
      (per Monty's patch).
      Remove references to the "COMMENT" field.
      WL#2414
      
      
      mysql-test/r/federated.result:
        alter from "COMMENT=" to "CONNECTION="
      mysql-test/r/federated_archive.result:
        change "COMMENT=" to "CONNECTION="
      mysql-test/t/federated.test:
        change from "COMMENT=" to "CONNECTION="
      mysql-test/t/federated_archive.test:
        change from "COMMENT=" to "CONNECTION="
      sql/ha_federated.cc:
        Change parsing of char* table->s->comment to LEX_STRING table->s->connect_string
        (per Monty's patch)
      sql/handler.h:
        added LEX_STRING "connection_string"
        (per Monty's patch)
      sql/sql_yacc.yy:
        added setting of "connect_string" string and length
      sql/table.cc:
        Modifying frm file to store connecting information (code change came from Monty).
      sql/table.h:
        added connect_string
      sql/unireg.cc:
        Storing information on connection_string (code came from Monty).
      00d77fdd
    • unknown's avatar
      innochecksum.c: · 276e9f82
      unknown authored
        Changed from C++ comments to C comments
        Did some adaption to MySQL Coding Style
      
      
      extra/innochecksum.c:
        Changed from C++ comments to C comments
        Did some adaption to MySQL Coding Style
      276e9f82
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.1-clean · 8dc5c95b
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      include/my_global.h:
        Auto merged
      include/my_pthread.h:
        Auto merged
      include/violite.h:
        Auto merged
      mysql-test/r/ndb_autodiscover.result:
        Auto merged
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        Auto merged
      ndb/src/ndbapi/SignalSender.cpp:
        Auto merged
      sql-common/client.c:
        Auto merged
      sql/examples/ha_archive.cc:
        Auto merged
      sql/net_serv.cc:
        Auto merged
      vio/vio.c:
        Auto merged
      vio/viosocket.c:
        Auto merged
      vio/viossl.c:
        Auto merged
      configure.in:
        Resolve conflicts
      8dc5c95b
  2. 12 Sep, 2005 3 commits