1. 09 Sep, 2004 5 commits
  2. 08 Sep, 2004 15 commits
    • unknown's avatar
      log.cc: · b1c77d97
      unknown authored
        Changed label on INFORMATION log items to NOTE
      
      
      sql/log.cc:
        Changed label on INFORMATION log items to NOTE
      b1c77d97
    • unknown's avatar
      A fix and test case for Bug#5194 "Bulk Insert Failures with Prepared · d7a23067
      unknown authored
      Statements": 
      - fix a couple of net->buff overruns in libmysql,
      - check in the server that statement parameter count is less than
        65535 (maximum value supported by prepared statements protocol).
       
      
      
      libmysql/libmysql.c:
        Bug#5194 "Bulk Insert Failures with Prepared Statements":
        - clean up my_realloc_str()
        - ensure that net buffer has space when storing null bits and
          parameter typecodes.
      sql/net_serv.cc:
        - set net->last_errno if packet is too big, even on client
          (Why was it ifdefed before?)
      sql/sql_prepare.cc:
        Bug#5194 "Bulk Insert Failures with Prepared Statements":
        - if placeholder count is bigger than 65535, give error.
          We have only 2 bytes reserved for transferring placeholder count
          in 4.1 protocol.
        - can't add a proper error code and message in 4.1 because of
          possible merge difficulties."
      tests/client_test.c:
        A test case for Bug#5194 "Bulk Insert Failures with Prepared 
        Statements".
      d7a23067
    • unknown's avatar
      Merge abelkin@bk-internal.mysql.com:/home/bk/mysql-4.1 · a2e570ab
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
      
      
      a2e570ab
    • unknown's avatar
      test case of bug#5220 · b9826e10
      unknown authored
      b9826e10
    • unknown's avatar
      Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1 · aba34540
      unknown authored
      into mysql.com:/dbdata/psergey/mysql-4.1-bug-grp
      
      
      aba34540
    • unknown's avatar
      Fix for bug#5400 "GROUP_CONCAT returns everything twice": · 4233d901
      unknown authored
      Don't evaluate the value of GROUP_CONCAT several times for the same 'group', reuse the value instead.
      
      
      mysql-test/r/group_by.result:
         Testcase for bug#5400
      mysql-test/t/group_by.test:
         Testcase for bug#5400
      4233d901
    • unknown's avatar
      mysql.cc: · 9b6ca7f3
      unknown authored
        Print sqlstate value in batch mode, not just in interactive mode.
      
      
      client/mysql.cc:
        Print sqlstate value in batch mode, not just in interactive mode.
      9b6ca7f3
    • unknown's avatar
      removed unnecesary check in ConfigInfo · 9b446645
      unknown authored
      added retries to tryBind
      
      
      ndb/src/common/mgmcommon/ConfigInfo.cpp:
        removed unnecesary check in ConfigInfo
      ndb/src/mgmsrv/main.cpp:
        added retries to tryBind
      9b446645
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 13de9798
      unknown authored
      into poseidon.(none):/home/tomas/mysql-4.1
      
      
      13de9798
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 1b847446
      unknown authored
      into poseidon.(none):/home/tomas/mysql-4.1
      
      
      1b847446
    • unknown's avatar
      dded method to retrieve mysqld, ndbd, and ndb_mgmd aliases for API,MGM and DB · 50729d60
      unknown authored
      added sanity checks for config file
      changed so that ndb_0 is replaced by ndb_pid#### in ndb files
      added error_string for to some functions, alloc_node_id(), start()
      added better error printout for failed alloc node id
      better error printouts for failures when starting ndb_mgmd
      
      
      ndb/include/mgmapi/mgmapi.h:
        added method to retrieve mysqld, ndbd, and ndb_mgmd aliases for API,MGM and DB
      ndb/src/common/mgmcommon/ConfigInfo.cpp:
        added sanity checks for config file
      ndb/src/common/mgmcommon/NdbConfig.c:
        changed so that ndb_0 is replaced by ndb_pid#### in ndb files
      ndb/src/kernel/error/ErrorReporter.cpp:
        removed usage of tracefile early in startup (when it's normally filled with zeroes)
      ndb/src/mgmapi/mgmapi.cpp:
        added method to retrieve mysqld, ndbd, and ndb_mgmd aliases for API,MGM and DB
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        added error_string for to some functions, alloc_node_id(), start()
      ndb/src/mgmsrv/MgmtSrvr.hpp:
        added error_string for to some functions, alloc_node_id(), start()
      ndb/src/mgmsrv/Services.cpp:
        added better error printout for failed alloc node id
      ndb/src/mgmsrv/main.cpp:
        better error printouts for failures when starting ndb_mgmd
      50729d60
    • unknown's avatar
      After merge fix. · 9b1a3343
      unknown authored
      
      sql/mysqld.cc:
        mlockall() call hided behind !defined(EMBEDDED_LIBRARY).
      9b1a3343
    • unknown's avatar
      A fix and test case for bug#5399 "Wrong statement executed by MySQL · e5af92b0
      unknown authored
       server" (use my_charset_bin for stmt id hash).
      
      
      sql/sql_class.cc:
        Fix for bug#5399 "Wrong statement executed by MySQL server": 
        we hash stmt ids bytewise, need to use binary collation for it.
      tests/client_test.c:
        Test case for bug#5399 "Wrong statement executed by MySQL server":
        create number of statements returning different results, execute them
        one by one.
      e5af92b0
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-4.1 · eb72c28b
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
      
      
      eb72c28b
    • unknown's avatar
      func_group.test, func_group.result: · 3be67403
      unknown authored
        Added test case for bug #5406.
      opt_sum.cc:
        Fixed bug #5406.
      
      
      sql/opt_sum.cc:
        Fixed bug #5406.
      mysql-test/r/func_group.result:
        Added test case for bug #5406.
      mysql-test/t/func_group.test:
        Added test case for bug #5406.
      3be67403
  3. 07 Sep, 2004 20 commits