An error occurred fetching the project authors.
  1. 17 Jun, 2010 1 commit
    • Magne Mahre's avatar
      WL#5349 Change default storage engine to InnoDB · 3ac6a4b4
      Magne Mahre authored
      The default storage engine is changed from MyISAM to
      InnoDB, in all builds except for the embedded server.
      
      In addition, the following system variables are 
      changed:
      
        * innodb_file_per_table is enabled
        * innodb_strict_mode is enabled
        * innodb_file_format_name_update is changed
          to 'Barracuda'
      
      The test suite is changed so that tests that do not
      explicitly include the have_innodb.inc are run with
      --default-storage-engine=MyISAM.  This is to ease the
      transition, so that most regression tests are run
      with the same engine as before.
      
      Some tests are disabled for the embedded server
      regression test, as the output of certain statements
      will be different that for the regular server
      (i.e SELECT @@default_storage_engine).  This is to
      ease transition.
      3ac6a4b4
  2. 03 Mar, 2010 1 commit
  3. 27 Jun, 2007 1 commit
  4. 22 Dec, 2005 1 commit
  5. 23 Feb, 2005 1 commit
  6. 27 Jan, 2001 1 commit
    • sasha@mysql.sashanet.com's avatar
      fixed up lock counting code - Monty's suggestions · 70f61985
      sasha@mysql.sashanet.com authored
      updated manual about table lock counter
      fixed coredump in DROP DATABASE with long bogus name by non-root user
      fixed bug in handling STOP immediately after ROTATE
      added test case for buffer overrun on DROP DATABASE by non-root user
      added test case for the STOP bug in replication
      70f61985