1. 22 Feb, 2008 4 commits
  2. 21 Feb, 2008 5 commits
  3. 20 Feb, 2008 1 commit
  4. 19 Feb, 2008 7 commits
    • tsmith@ramayana.hindu.god's avatar
      Merge ramayana.hindu.god:/home/tsmith/m/inno/feb18/51 · 12d03195
      tsmith@ramayana.hindu.god authored
      into  ramayana.hindu.god:/home/tsmith/m/bk/build/51
      12d03195
    • tomas@poseidon.bredbandsbolaget.se's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1 · 50d95649
      tomas@poseidon.bredbandsbolaget.se authored
      into  poseidon.bredbandsbolaget.se:/home/tomas/mysql-5.1-new-ndb-merge
      50d95649
    • guilhem@gbichot4.local's avatar
    • tsmith@ramayana.hindu.god's avatar
      Applied InnoDB snapshot innodb-5.1-ss2298 · b8b6c7fc
      tsmith@ramayana.hindu.god authored
      Fixes the following bugs:
      
      - Bug #33349: possible race condition revolving around data dictionary and repartitioning
        Introduce retry/sleep logic as a workaround for a transient bug
        where ::open fails for partitioned tables randomly if we are using
        one file per table.
      
      - Bug #34053: normal users can enable innodb_monitor logging
        In CREATE TABLE and DROP TABLE check whether the table in question is one
        of the magic innodb_monitor tables and whether the user has enough rights
        to mess with it before doing anything else.
      
      - Bug #22868: 'Thread thrashing' with > 50 concurrent conns under an upd-intensive workloadw
      - Bug #29560: InnoDB >= 5.0.30 hangs on adaptive hash rw-lock 'waiting for an X-lock'
        This is a combination of changes that forward port the scalability fix applied to 5.0
        through r1001.
        It reverts changes r149 and r122 (these were 5.1 specific changes made in lieu of
        scalability fix of 5.0)
        Then it applies r1001 to 5.0 which is the original scalability fix.
        Finally it applies r2082 which fixes an issue with the original fix.
      
      - Bug #30930: Add auxiliary function to retrieve THD::thread_id
        Add thd_get_thread_id() function.  Also make check_global_access() function
        visible to InnoDB under INNODB_COMPATIBILITY_HOOKS #define.
      b8b6c7fc
    • vvaintroub@wva.'s avatar
      Post-merge fix · b609c158
      vvaintroub@wva. authored
      b609c158
    • vvaintroub@wva.'s avatar
      Merge wva.:C:/bk/bug31745_2/my51_31754_2/..\my50-bug31745_2 · efa91b54
      vvaintroub@wva. authored
      into  wva.:C:/bk/bug31745_2/my51_31754_2
      efa91b54
    • vvaintroub@wva.'s avatar
      Bug#31745 - crash handler does not work on Windows · f5932c0d
      vvaintroub@wva. authored
      - Replace per-thread signal()'s with  SetUnhandledExceptionFilter(). 
        The only remaining signal() is for SIGABRT (default abort()
        handler in VS2005 is broken, i.e removes user exception filter)
      - remove MessageBox()'es  from error handling code
      - Windows port for print_stacktrace() and write_core() 
      - Cleanup, removed some unused functions
      f5932c0d
  5. 18 Feb, 2008 9 commits
  6. 15 Feb, 2008 1 commit
  7. 14 Feb, 2008 5 commits
  8. 13 Feb, 2008 8 commits