1. 12 Jul, 2006 1 commit
  2. 23 Jun, 2006 2 commits
    • unknown's avatar
      Merge dator5.(none):/home/pappa/clean-mysql-5.1 · 36bfec04
      unknown authored
      into  dator5.(none):/home/pappa/bug18198
      
      
      mysql-test/r/partition.result:
        Auto merged
      mysql-test/r/partition_error.result:
        Auto merged
      mysql-test/t/partition.test:
        Auto merged
      mysql-test/t/partition_error.test:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      36bfec04
    • unknown's avatar
      BUG#18198: Less flexibility in defining partition functions · 4ba25f7c
      unknown authored
      Changed test for functions if they are supported.
      3 categories:
      1) Fully supported
      2) Supported for single character collations
      3) Supported for binary collations
      
      
      mysql-test/r/partition.result:
        Changed test case since no longer supported to use multicharacter collations
        in comparisons
      mysql-test/t/partition.test:
        Changed test case since no longer supported to use multicharacter collations
        in comparisons
      sql/item.h:
        Changed test for functions if they are supported.
        3 categories:
        1) Fully supported
        2) Supported for single character collations
        3) Supported for binary collations
      sql/item_cmpfunc.h:
        Changed test for functions if they are supported.
        3 categories:
        1) Fully supported
        2) Supported for single character collations
        3) Supported for binary collations
      sql/item_func.h:
        Changed test for functions if they are supported.
        3 categories:
        1) Fully supported
        2) Supported for single character collations
        3) Supported for binary collations
      sql/item_strfunc.h:
        Changed test for functions if they are supported.
        3 categories:
        1) Fully supported
        2) Supported for single character collations
        3) Supported for binary collations
      sql/item_timefunc.h:
        Changed test for functions if they are supported.
        3 categories:
        1) Fully supported
        2) Supported for single character collations
        3) Supported for binary collations
      sql/item_xmlfunc.h:
        Changed test for functions if they are supported.
        3 categories:
        1) Fully supported
        2) Supported for single character collations
        3) Supported for binary collations
      sql/partition_info.cc:
        Changed test for functions if they are supported.
        3 categories:
        1) Fully supported
        2) Supported for single character collations
        3) Supported for binary collations
      sql/partition_info.h:
        Changed test for functions if they are supported.
        3 categories:
        1) Fully supported
        2) Supported for single character collations
        3) Supported for binary collations
      sql/sql_partition.cc:
        Changed test for functions if they are supported.
        3 categories:
        1) Fully supported
        2) Supported for single character collations
        3) Supported for binary collations
      sql/sql_table.cc:
        Changed test for functions if they are supported.
        3 categories:
        1) Fully supported
        2) Supported for single character collations
        3) Supported for binary collations
      4ba25f7c
  3. 22 Jun, 2006 1 commit
  4. 21 Jun, 2006 25 commits
  5. 20 Jun, 2006 11 commits
    • unknown's avatar
      Re-enable IM tests. · a898dfc5
      unknown authored
      a898dfc5
    • unknown's avatar
      Fix merge 5.0 -> 5.1. · 6afc9c86
      unknown authored
      
      mysql-test/r/im_life_cycle.result:
        Fix manual merge.
      6afc9c86
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1 · 6b31ac40
      unknown authored
      into  mysql.com:/home/alik/MySQL/devel/5.1-merged
      
      6b31ac40
    • unknown's avatar
      rpl_ndb_log.result: · 1774bc4b
      unknown authored
        Corrected test case result
      
      
      mysql-test/r/rpl_ndb_log.result:
        Corrected test case result
      1774bc4b
    • unknown's avatar
      Merge dator5.(none):/home/pappa/bug16000 · 8a4644ca
      unknown authored
      into  dator5.(none):/home/pappa/bug19281
      
      
      mysql-test/t/partition_mgm.test:
        Auto merged
      8a4644ca
    • unknown's avatar
      Fix for bug#18516 (also #19353, reported for 5.1): · 3a216290
      unknown authored
      In addition to include "mysql_upgrade" in a RPM, it should also be called
      when the RPM is upgraded.
      
      
      support-files/mysql.server.sh:
        Support getting additional arguments, which need to be passed on to the server.
        This works only if the server is started through "mysqld_safe", as the IM will not pass such arguments.
        So if the IM would be used, additional arguments cause the start to fail (voluntarily).
        
        This feature is needed so that tools like RPM can start the server in an "isolated" way,
        see the patch to the RPM spec file (also in this changeset) to call "mysql_upgrade".
      support-files/mysql.spec.sh:
        Call "mysql_upgrade" during an RPM upgrade.
        
        "mysql_upgrade" needs a server to run, as it issues SQL commands.
        (This had been neglected previously.)
        It also needs to connect as "root", but in an RPM upgrade the password is unknown.
        To allow this, the server is started "--skip-grant-tables".
        Normally, this would open big security holes, so it is also started "--skip-networking",
        and access to the socket is limited to "mysql" + "root" by temporarily setting mode 700.
      3a216290
    • unknown's avatar
      BUG#16000: .par file left behind plus unnecessary messages to error.log · ca4a74ce
      unknown authored
      New test cases
      
      
      mysql-test/r/partition_error.result:
        New test cases
      mysql-test/r/partition_mgm.result:
        New test cases
      mysql-test/t/partition_error.test:
        New test cases
      mysql-test/t/partition_mgm.test:
        New test cases
      ca4a74ce
    • unknown's avatar
      Merge dator5.(none):/home/pappa/clean-mysql-5.1 · c20d2d34
      unknown authored
      into  dator5.(none):/home/pappa/bug16000
      
      c20d2d34
    • unknown's avatar
      Merge dator5.(none):/home/pappa/bug19309 · bc5f8bf0
      unknown authored
      into  dator5.(none):/home/pappa/bug19281
      
      bc5f8bf0
    • unknown's avatar
      Merge dator5.(none):/home/pappa/clean-mysql-5.1 · 3ce377e3
      unknown authored
      into  dator5.(none):/home/pappa/bug19309
      
      
      sql/sql_table.cc:
        Auto merged
      mysql-test/r/partition.result:
        manual merge
      mysql-test/t/partition.test:
        manual merge
      3ce377e3
    • unknown's avatar
      Merge dator5.(none):/home/pappa/clean-mysql-5.1 · dea20878
      unknown authored
      into  dator5.(none):/home/pappa/bug19281
      
      dea20878