1. 17 Mar, 2010 1 commit
    • Mattias Jonsson's avatar
      Bug#50561: ALTER PARTITIONS does not have adequate lock, breaks with · 3b897f2b
      Mattias Jonsson authored
      concurrent I_S query
      
      There were two problem:
      1) MYSQL_LOCK_IGNORE_FLUSH also ignored name locks
      2) there was a race between abort_and_upgrade_locks and
         alter_close_tables
         (i.e. remove_table_from_cache and
          close_data_files_and_morph_locks)
      
      Which allowed the table to be opened with MYSQL_LOCK_IGNORE_FLUSH flag
      resulting in renaming a partition that was already in use,
      which could cause the table to be unusable.
      
      Solution was to not allow IGNORE_FLUSH to skip waiting for
      a named locked table.
      
      And to not release the LOCK_open mutex between the
      calls to remove_table_from_cache and
      close_data_files_and_morph_locks by merging the functions
      abort_and_upgrade_locks and alter_close_tables.
      3b897f2b
  2. 16 Mar, 2007 1 commit
  3. 31 Dec, 2006 1 commit
    • kent@mysql.com/kent-amd64.(none)'s avatar
      Many files: · 67868597
      kent@mysql.com/kent-amd64.(none) authored
        Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
        Adjusted year(s) in copyright header 
        Added GPL copyright text
      my_vle.h, rpl_utility.h, my_vle.c, base64-t.c, rpl_utility.cc:
        Changed copyright header formatting some
      plugin_example.c, daemon_example.c:
        Added "Copyright (C) 2006 MySQL AB" to GPL header
      67868597
  4. 27 Dec, 2006 1 commit
  5. 07 Sep, 2006 1 commit
    • arjen@mysql.com/albus.bitbike.com's avatar
      errmsg.txt: · f5cebbdf
      arjen@mysql.com/albus.bitbike.com authored
        Update of Dutch errmsg translations (not complete yet)
      errmsg.h:
        Fixup of changed error message file path in comment
      authors.h:
        Ego add.
      f5cebbdf
  6. 30 May, 2006 1 commit
  7. 29 May, 2006 1 commit
  8. 01 Apr, 2006 1 commit
  9. 30 Mar, 2006 1 commit
  10. 21 Dec, 2005 1 commit
  11. 29 Nov, 2005 2 commits
  12. 28 Nov, 2005 3 commits
  13. 27 Nov, 2005 2 commits
  14. 25 Nov, 2005 2 commits
  15. 23 Nov, 2005 1 commit
  16. 18 Nov, 2005 2 commits
  17. 10 Nov, 2005 1 commit