1. 23 Oct, 2004 1 commit
  2. 22 Oct, 2004 20 commits
    • unknown's avatar
      Merge mysql.com:/home/bk/mysql-4.1 · 128a329c
      unknown authored
      into mysql.com:/build/mysqldev/my/mysql-4.1-tomastest
      
      
      ndb/tools/waiter.cpp:
        Auto merged
      128a329c
    • unknown's avatar
      Merge mysql.com:/home/bk/mysql-4.1 · 50d7d962
      unknown authored
      into mysql.com:/users/kboortz/daily/work/mysql-4.1-sjis
      
      50d7d962
    • unknown's avatar
      removing compiler warnings · ce0b8577
      unknown authored
      ce0b8577
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 7d5b7805
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-ndb
      
      7d5b7805
    • unknown's avatar
      c0eb5060
    • unknown's avatar
      AIX compile fixes · 19f3686f
      unknown authored
      
      ndb/include/kernel/signaldata/UpgradeStartup.hpp:
        Forward declaration
      ndb/include/ndb_global.h:
        Fix for AIX
      ndb/include/ndb_types.h:
        Always use ndb_global instead of my_global (or anything else)
      ndb/include/ndbapi/Ndb.hpp:
        Forward declaration
      ndb/include/ndbapi/NdbReceiver.hpp:
        Forward declaration
      ndb/include/ndbapi/NdbScanOperation.hpp:
        Forward declaration
      ndb/src/common/util/ConfigValues.cpp:
        Always use ndb_global instead of my_global (or anything else)
      ndb/src/kernel/blocks/backup/restore/Restore.hpp:
        Forward declaration
      ndb/src/kernel/blocks/dbtup/Dbtup.hpp:
        Move read/update function into Dbtup
      ndb/src/mgmsrv/SignalQueue.cpp:
        Always use ndb_global instead of my_global (or anything else)
      ndb/tools/waiter.cpp:
        Always use ndb_global instead of my_global (or anything else)
      19f3686f
    • unknown's avatar
      remove compiler warnings · fcdeb529
      unknown authored
      fcdeb529
    • unknown's avatar
      Merge · 573bb22b
      unknown authored
      
      client/mysqltest.c:
        Bug #46Bug#4640 mysql-test-run terminates when the test case includes sjis characters with '5C'
      573bb22b
    • unknown's avatar
      A test case for Bug#6046: no fix is needed (the bug is already · 1ea5ae02
      unknown authored
      fixed in the main tree).
      
      1ea5ae02
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · c5f07a0b
      unknown authored
      into mysql.com:/media/sda1/mysql/mysql-4.1-6050
      
      
      sql/sql_class.h:
        Auto merged
      c5f07a0b
    • unknown's avatar
      fix c++ style comments in .h and .c files · 4aad0b0f
      unknown authored
      compilation problems on some platforms'
      
      4aad0b0f
    • unknown's avatar
      A fix and test case for Bug#6050 "EXECUTE stmt reports ambiguous field · f306f414
      unknown authored
      names with ident. tables fr. diff. schemata": revise all uses of
      Item_field and make them prepared-statements friendly when necessary.
      
      
      mysql-test/r/ps.result:
        Test results fixed: the test case for Bug#6050
      mysql-test/r/ps_1general.result:
        Test results fixed: in prepared statements we expand '*' to a list
        of fully qualified fields (db.table.column).
      mysql-test/t/ps.test:
        A test for Bug#6050 "EXECUTE stmt reports ambiguous fieldnames with 
        ident. tables fr. diff. schemata"
      sql/item.cc:
        Revise all Item_field constructors: we need to make sure that no Item_field
        object points to unaccessible memory in prepared statements.
      sql/item.h:
        Revise all Item_field constructors: we need to make sure that no Item_field
        object points to unaccessible memory in prepared statements.
      sql/sql_base.cc:
        Item_field use changed to be prepared statements friendly.
      sql/sql_class.h:
        New check of Item_arena state.
      sql/sql_union.cc:
        Fixing the problem with name resolving in UNION and prepared statements:
        In case of SELECT a, b, c FROM t1 UNION SELECT a, b, c FROM t2 the list of
        selected items is represented as a List<Item_field>, where each 
        Item_field points to a field of temporary table.
        But the temporary table is created anew on each execution of the prepared 
        statement. So on each subsequent execution we should reset Item_field
        items to point to fields from freshly-created temporary table.
      sql/table.h:
        Comment TABLE member.
      f306f414
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · 31a4a9e3
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      
      ndb/src/mgmsrv/ConfigInfo.cpp:
        Auto merged
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        Auto merged
      31a4a9e3
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 33eb9ec9
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-ndb
      
      33eb9ec9
    • unknown's avatar
      use the right make in make_binary_distribution · 413bc3a2
      unknown authored
      413bc3a2
    • unknown's avatar
      Merge mysql.com:/home/bk/mysql-4.1 · 549f4f4b
      unknown authored
      into mysql.com:/users/kboortz/daily/work/mysql-4.1-purify2
      
      549f4f4b
    • unknown's avatar
      sql_parse.cc: · acae9c9f
      unknown authored
        Bug#6167 One element missing in 'uc_update_queries[]'
      
      
      sql/sql_parse.cc:
        Bug#6167 One element missing in 'uc_update_queries[]'
      acae9c9f
    • unknown's avatar
      Merge jlindstrom@bk-internal.mysql.com:/home/bk/mysql-4.1 · 851e7387
      unknown authored
      into hundin.mysql.fi:/home/jan/talle/mysql-4.1
      
      851e7387
    • unknown's avatar
      Show table status now shows creation time of the table for InnoDB. Note that · fb4ebdaa
      unknown authored
      this timestamp might not be the correct time because e.g. ALTER TABLE
      changes this timestamp.
      
      
      sql/ha_innodb.cc:
        Do not show check_time and update_time because we do not really know them.
        UPDATE, INSERT and CHECK TABLE do not change these timestamps.
      fb4ebdaa
    • unknown's avatar
      mysqltest.c, mysqltest.result, mysqltest.test: · f6ec064f
      unknown authored
        Added SQLSTATE matching support to test engine
      mysqltest.result, mysqltest.test:
        new file
      
      
      mysql-test/t/mysqltest.test:
        Added SQLSTATE matching support to test engine
      mysql-test/r/mysqltest.result:
        Added SQLSTATE matching support to test engine
      client/mysqltest.c:
        Added SQLSTATE matching support to test engine
      f6ec064f
  3. 21 Oct, 2004 19 commits