1. 13 Jun, 2005 5 commits
  2. 10 Jun, 2005 11 commits
  3. 09 Jun, 2005 15 commits
  4. 08 Jun, 2005 4 commits
    • unknown's avatar
      Fix problem with handling of lower_case_table_name == 2 when · c23ef5e1
      unknown authored
      the case in the FROM and WHERE clauses didn't agree. (Bug #9500)
      
      
      mysql-test/r/lowercase_table2.result:
        Update results
      mysql-test/t/lowercase_table2.test:
        Fix 'DROP TABLE' to not drop tables with the same name.
      sql/mysqld.cc:
        Move initialization of table_alias_charset to after we
        have decided what lower_case_table_names should be.
      c23ef5e1
    • unknown's avatar
      Merge mysql.com:/var/tmp/sslbug/mysql-4.0 · 226ecf1d
      unknown authored
      into mysql.com:/var/tmp/sslbug/mysql-4.1
      
      
      include/my_global.h:
        Auto merged
      226ecf1d
    • unknown's avatar
      Fix for · 59445ce4
      unknown authored
      BUG#10675 - MySQL fails to build with --openssl on Mac OS X 10.4
      BUG#11150 - HP-UX yaSSL/OpenSSL configure/header problem
      Remove obsolete code.
      
      
      include/my_global.h:
        Obsolete code removed. OpenSSL doesn't have crypt anymore (it was dropped in ~2003).
        This patch fixes compilation failures with both OpenSSL and yaSSL on systems where
        crypt was defined in unistd.h.
        Conclusion is we do not use OpenSSL's crypt unless it wasn't defined in
        unistd.h/crypt.h and it was defined in old OpenSSL.
      59445ce4
    • unknown's avatar
      bug#11166 - ndb · a7917b1e
      unknown authored
        Fix potential inconsistency when running ndb_restore due to faulty parsing
          of backup log wrt inserts
      
      
      ndb/src/kernel/blocks/backup/Backup.cpp:
        Make sure that entire stopGCP is in log
      ndb/tools/restore/Restore.cpp:
        
          Notice: this will not group and commit the deltas listed below
          into a ChangeSet, because there are no ChangeSet comments.
          Click [Checkin] again to check in only the commented deltas,
          or type Control-l to go back and provide ChangeSet comments.
      ndb/tools/restore/Restore.hpp:
        Keep track of last gci to next iteration
      ndb/tools/restore/consumer_restore.cpp:
        Handle insert in log
        Only allow certain errors
      a7917b1e
  5. 07 Jun, 2005 5 commits