1. 01 Nov, 2007 5 commits
  2. 31 Oct, 2007 2 commits
    • unknown's avatar
      Adding dbutil to ndb test lib · 2848d22d
      unknown authored
      
      storage/ndb/test/include/dbutil.hpp:
        Hearder file for SQL Database Utilities class for adding MySQL SQL abilities to NDB API tests cases.
      storage/ndb/test/src/dbutil.cpp:
        Implementation file for SQL Database Utilities class for adding MySQL SQL abilities to NDB API tests cases.
      storage/ndb/test/src/Makefile.am:
        Updated to include dbutil
      2848d22d
    • unknown's avatar
      Merge mysql.com:/home/kent/bk/bug24809/mysql-5.0-build · 41c2a2c4
      unknown authored
      into  mysql.com:/home/kent/bk/bug24809/mysql-5.1-build
      
      
      cmd-line-utils/libedit/Makefile.am:
        Auto merged
      41c2a2c4
  3. 30 Oct, 2007 11 commits
  4. 29 Oct, 2007 12 commits
    • unknown's avatar
      Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.1-build · bd00ccb7
      unknown authored
      into  trift2.:/MySQL/M51/push-5.1
      
      
      bd00ccb7
    • unknown's avatar
      autorun.sh: · 7752cee4
      unknown authored
        After review changes
      
      
      BUILD/autorun.sh:
        After review changes
      7752cee4
    • unknown's avatar
      autorun.sh: · 1b261d3d
      unknown authored
        Removed innobase from compile-dist, and let it use autorun.sh to avoid
        code duplication. Also corrected a problem when searching for one of
        "libtoolize" and "glibtoolize", now it honors the PATH setting (Bug#31405)
      
      
      BUILD/autorun.sh:
        Removed innobase from compile-dist, and let it use autorun.sh to avoid
        code duplication. Also corrected a problem when searching for one of
        "libtoolize" and "glibtoolize", now it honors the PATH setting (Bug#31405)
      1b261d3d
    • unknown's avatar
      5.1 has been promoted to "rc" status. · 16c621d3
      unknown authored
      16c621d3
    • unknown's avatar
      Merge trift2.:/MySQL/M50/push-5.0 · ede89c64
      unknown authored
      into  trift2.:/MySQL/M51/push-5.1
      
      
      mysql-test/r/derived.result:
        Auto merged
      mysql-test/r/ps_2myisam.result:
        Auto merged
      mysql-test/r/ps_3innodb.result:
        Auto merged
      mysql-test/r/ps_4heap.result:
        Auto merged
      mysql-test/r/ps_5merge.result:
        Auto merged
      BitKeeper/deleted/.del-ps_6bdb.result:
        Auto merged
      mysql-test/r/sp.result:
        Auto merged
      mysql-test/r/type_date.result:
        Auto merged
      mysql-test/r/type_datetime.result:
        Auto merged
      mysql-test/suite/ndb/r/ps_7ndb.result:
        Auto merged
      mysql-test/t/sp.test:
        Auto merged
      mysql-test/t/type_date.test:
        Auto merged
      sql/field.cc:
        Auto merged
      sql/item_func.cc:
        Auto merged
      sql/item_timefunc.cc:
        Auto merged
      sql/sql_cache.cc:
        Null merge of a 5.0 patch, by order of the original author via IRC.
      ede89c64
    • unknown's avatar
      Merge trift2.:/MySQL/M51/mysql-5.1 · a861c70d
      unknown authored
      into  trift2.:/MySQL/M51/push-5.1
      
      
      configure.in:
        Auto merged
      mysql-test/suite/funcs_1/r/innodb__datadict.result:
        Auto merged
      mysql-test/suite/funcs_1/r/memory__datadict.result:
        Auto merged
      mysql-test/suite/funcs_1/r/myisam__datadict.result:
        Auto merged
      mysql-test/r/partition.result:
        Ensure test for bug number 27816 is in the merged tree.
      mysql-test/t/partition.test:
        Ensure test for bug number 27816 is in the merged tree.
      a861c70d
    • unknown's avatar
      Merge trift2.:/MySQL/M41/push-4.1 · a2f5911b
      unknown authored
      into  trift2.:/MySQL/M50/push-5.0
      
      
      a2f5911b
    • unknown's avatar
      Merge trift2.:/MySQL/M50/clone-5.0 · b63ae73d
      unknown authored
      into  trift2.:/MySQL/M50/push-5.0
      
      
      mysql-test/r/derived.result:
        Auto merged
      mysql-test/r/ps_2myisam.result:
        Auto merged
      mysql-test/r/ps_3innodb.result:
        Auto merged
      mysql-test/r/ps_4heap.result:
        Auto merged
      mysql-test/r/ps_5merge.result:
        Auto merged
      mysql-test/r/ps_6bdb.result:
        Auto merged
      mysql-test/r/ps_7ndb.result:
        Auto merged
      mysql-test/r/sp.result:
        Auto merged
      mysql-test/r/type_datetime.result:
        Auto merged
      mysql-test/t/derived.test:
        Auto merged
      mysql-test/t/sp.test:
        Auto merged
      sql/field.cc:
        Auto merged
      sql/item_func.cc:
        Auto merged
      sql/item_timefunc.cc:
        Auto merged
      mysql-test/r/type_date.result:
        Null-merge 5.0.50 build clone:
        The test for bug#31221 is already in the receiving tree.
      mysql-test/t/type_date.test:
        Null-merge 5.0.50 build clone:
        The test for bug#31221 is already in the receiving tree.
      b63ae73d
    • unknown's avatar
      Merge trift2.:/MySQL/M50/mysql-5.0 · 93265192
      unknown authored
      into  trift2.:/MySQL/M50/push-5.0
      
      
      93265192
    • unknown's avatar
      Merge trift2.:/MySQL/M41/mysql-4.1 · afa5d5a6
      unknown authored
      into  trift2.:/MySQL/M41/push-4.1
      
      
      afa5d5a6
    • unknown's avatar
      Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.1 · 7d9c59b7
      unknown authored
      into  mysql.com:/home/gluh/MySQL/Merge/5.1-opt
      
      
      7d9c59b7
    • unknown's avatar
      Fix for · dfdcaf5f
      unknown authored
        Bug#31857 funcs_1: a_processlist_priv_no_prot and b_processlist_priv_ps fail
        
      Reason for the changes is:
        WL4007 Deprecate RENAME DATABASE: replace with ALTER DATABASE <name> UPGRADE
      
      
      mysql-test/suite/funcs_1/datadict/datadict_priv.inc:
        1. Adjustment to new server response (ER_PARSE_ERROR instead of ER_DBACCESS_DENIED_ERROR)
        2. Add missing subtest with ALTER DATABASE ... UPGRADE ...
      mysql-test/suite/funcs_1/r/a_processlist_priv_no_prot.result:
        Updated results
      mysql-test/suite/funcs_1/r/b_processlist_priv_ps.result:
        Updated results
      dfdcaf5f
  5. 26 Oct, 2007 3 commits
    • unknown's avatar
      Fix for · 9d4e4249
      unknown authored
         Bug#31408 funcs_1: <engine>_trig_03e test fail
      Modification:
         The TRIGGER PRIVILEGE is now needed for getting informations about TRIGGERs.
         Therefore after REVOKE TRIGGER privilege the 
         - SHOW TRIGGERS
         - SELECT * FROM INFORMATION_SCHEMA.TRIGGERS
         result sets are now empty.
      
      
      mysql-test/suite/funcs_1/r/innodb_trig_03e.result:
        Updated results
      mysql-test/suite/funcs_1/r/memory_trig_03e.result:
        Updated results
      mysql-test/suite/funcs_1/r/myisam_trig_03e.result:
        Updated results
      mysql-test/suite/funcs_1/r/ndb_trig_03e.result:
        Updated results
      9d4e4249
    • unknown's avatar
      correct unused code · 4ce44da3
      unknown authored
      4ce44da3
    • unknown's avatar
      commit of WL#3686 test case already in 5.1 to get regression testing, no code committed · c70da572
      unknown authored
      
      mysql-test/suite/ndb/r/ndb_update_no_read.result:
        New BitKeeper file ``mysql-test/suite/ndb/r/ndb_update_no_read.result''
      mysql-test/suite/ndb/t/ndb_update_no_read.test:
        New BitKeeper file ``mysql-test/suite/ndb/t/ndb_update_no_read.test''
      c70da572
  6. 25 Oct, 2007 7 commits