1. 22 Jun, 2006 6 commits
  2. 21 Jun, 2006 26 commits
  3. 20 Jun, 2006 8 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