1. 09 Sep, 2004 5 commits
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 91066868
      unknown authored
      into build.mysql.com:/users/tulin/mysql-4.1-ndb-merge
      
      
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/handler.cc:
        Auto merged
      sql/sql_class.cc:
        Auto merged
      sql/sql_class.h:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      91066868
    • unknown's avatar
      Merge mysql.com:/home/wax/mysql/mysql-4.1 · 1460e454
      unknown authored
      into mysql.com:/home/wax/mysql/mysql-4.1group_concat
      
      
      sql-common/client.c:
        Auto merged
      1460e454
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · c59228f8
      unknown authored
      into ndbmaster.mysql.com:/ndb/clone-mysql-4.1-ndb-daily-2004-09-08
      
      
      c59228f8
    • unknown's avatar
      wl1292 - · 6bbbccbe
      unknown authored
      Fix autotest of backups
      Fix autotest with mysql-test-run
      
      
      ndb/test/run-test/atrt-testBackup:
        Rename: ndb/test/ndbapi/atrt-testBackup -> ndb/test/run-test/atrt-testBackup
      ndb/test/run-test/Makefile.am:
        Install atrt wrappers
      ndb/test/run-test/atrt-mysql-test-run:
        Take args from caller
      ndb/test/run-test/daily-devel-tests.txt:
        Use wrapper to test backup
      ndb/test/run-test/main.cpp:
        Add MYSQL_BASE_DIR to environment of test programs
      6bbbccbe
    • unknown's avatar
      client_test.c: · 50f9e2f5
      unknown authored
        fix typos noticed while poking around in test program.
      
      
      tests/client_test.c:
        fix typos noticed while poking around in test program.
      50f9e2f5
  2. 08 Sep, 2004 20 commits
    • unknown's avatar
      Ndb backup/restore also handle indexes · 5c571cc5
      unknown authored
      
      ndb/src/kernel/blocks/backup/Backup.cpp:
        Save meta data for indexes (but not actual data)
      ndb/src/kernel/blocks/backup/Backup.hpp:
        Save meta data for indexes (but not actual data)
      ndb/src/kernel/blocks/backup/restore/consumer.hpp:
        Introduced endOfTables into Consumer interface
      ndb/src/kernel/blocks/backup/restore/consumer_restore.cpp:
        Store indexes and create then when endOfTables is called
      ndb/src/kernel/blocks/backup/restore/consumer_restore.hpp:
        Store indexes and create then when endOfTables is called
      ndb/src/kernel/blocks/backup/restore/main.cpp:
        Run endOfTables
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Split getIndexImpl into 2 methods
        (one being used by restore)
      ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        Split getIndexImpl into 2 methods
        (one being used by restore)
      5c571cc5
    • 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
      After merge fix. · 9b1a3343
      unknown authored
      
      sql/mysqld.cc:
        mlockall() call hided behind !defined(EMBEDDED_LIBRARY).
      9b1a3343
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · c49a08dd
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1-ndb
      
      
      c49a08dd
    • unknown's avatar
      Restore transid when flushing · f128a98b
      unknown authored
      f128a98b
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · 434b5c7d
      unknown authored
      into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1-ndb
      
      
      434b5c7d
    • unknown's avatar
      7b98930a
    • unknown's avatar
      wl1292 - mysql-test-run in autotest · e2a42454
      unknown authored
      Reset SIGCHLD before exec-ing
      
      
      ndb/src/cw/cpcd/Process.cpp:
        Reset SIGCHLD before exec-ing
      e2a42454
    • 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
      Removed usage of "useFullyQualifiedNames" · d69d7937
      unknown authored
      d69d7937
    • unknown's avatar
      bug#at - testNdbApi WaitUntilReady, MaxNdb · d7773916
      unknown authored
      fix delete of dictionary before connection has been established
      
      
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        fix delete of dictionary before connection has been established
      d7773916
    • unknown's avatar
      BUG#ndb_blob on 1 node · 7fa2b4ef
      unknown authored
      Make sure to flush buffer when sending long sig so that order is maintained
      
      
      7fa2b4ef
    • 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 15 commits
    • unknown's avatar
      after merge · 3f70b62c
      unknown authored
      3f70b62c
    • unknown's avatar
      Bug#5429 · c2e13da2
      unknown authored
      Use const table * in NDB API
      
      
      ndb/include/ndbapi/Ndb.hpp:
        Removed useFullyQualifiedNames(bool)
        Changed so that auto increment methods takes const pointer
      ndb/include/ndbapi/NdbBlob.hpp:
        Changed to const table pointer
      ndb/include/ndbapi/NdbConnection.hpp:
        Changed to const table pointer
      ndb/include/ndbapi/NdbIndexOperation.hpp:
        Changed to const table pointer
      ndb/include/ndbapi/NdbOperation.hpp:
        Changed to const table pointer
      ndb/include/ndbapi/NdbScanOperation.hpp:
        Changed to const table pointer
      ndb/src/kernel/blocks/backup/restore/Restore.cpp:
        Corrected size & array size in case of blob usage
      ndb/src/kernel/blocks/backup/restore/consumer_restore.cpp:
        Removed use fully qualified name
        Handle blob tables
      ndb/src/kernel/blocks/backup/restore/consumer_restore.hpp:
        Introduced mapping between old/new table (wrt ids)
      ndb/src/kernel/blocks/backup/restore/main.cpp:
        removed extra Uint32
      ndb/src/ndbapi/Ndb.cpp:
        Changed to const table pointer
      ndb/src/ndbapi/NdbConnection.cpp:
        Changed to const table pointer
      ndb/src/ndbapi/NdbIndexOperation.cpp:
        Changed to const table pointer
      ndb/src/ndbapi/NdbOperation.cpp:
        Changed to const table pointer
      ndb/src/ndbapi/NdbScanOperation.cpp:
        Changed to const table pointer
      sql/ha_ndbcluster.cc:
        Changed to const table pointer
      c2e13da2
    • unknown's avatar
      merged · 2f96e073
      unknown authored
      
      mysql-test/r/rpl_set_charset.result:
        Auto merged
      mysql-test/r/select.result:
        Auto merged
      mysql-test/t/rpl_set_charset.test:
        Auto merged
      mysql-test/t/select.test:
        Auto merged
      sql/slave.cc:
        Auto merged
      2f96e073
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-4.0 · 419ca715
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-4.0-0
      
      
      419ca715
    • unknown's avatar
      select.test: · 95036003
      unknown authored
        Added newline at the end of file.
      
      
      mysql-test/t/select.test:
        Added newline at the end of file.
      95036003
    • unknown's avatar
      after merge fixes · 49d90b09
      unknown authored
      49d90b09
    • unknown's avatar
      merged · 77a86154
      unknown authored
      
      BitKeeper/etc/ignore:
        auto-union
      client/mysqlcheck.c:
        Auto merged
      myisammrg/myrg_open.c:
        Auto merged
      scripts/mysqld_safe.sh:
        Auto merged
      sql/sql_analyse.cc:
        Auto merged
      77a86154
    • unknown's avatar
      Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0 · 7a02bd9c
      unknown authored
      into mysql.com:/home/mysql_src/mysql-4.0
      
      
      7a02bd9c
    • unknown's avatar
      when we update thd->db in replication, it's safer to update thd->db_length too. · 32db5b4c
      unknown authored
      This does not fix any known bug, but is still a good idea.
      
      
      sql/log_event.cc:
        when we update thd->db in replication, it's safer to update thd->db_length too.
      sql/slave.cc:
        when we update thd->db in replication, it's safer to update thd->db_length too.
      sql/sql_db.cc:
        comment
      32db5b4c
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.0 · bb88f4fb
      unknown authored
      into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b2205
      
      
      bb88f4fb
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · 18068991
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1-ndb
      
      
      18068991
    • unknown's avatar
      fixed NdbConnection::restart and made use of it in ha_ndbcluster · 7540feca
      unknown authored
      added testcase
      
      
      7540feca
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.0 · de027f10
      unknown authored
      into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b2205
      
      
      de027f10
    • unknown's avatar
      clean up at end of test (thanks serg) · 3a476a6e
      unknown authored
      
      mysql-test/r/rpl_set_charset.result:
        result update
      mysql-test/t/rpl_set_charset.test:
        clean up on slave too.
      3a476a6e
    • unknown's avatar
      better fix for bug#5001 · 6b1444d7
      unknown authored
      6b1444d7