1. 05 May, 2006 5 commits
  2. 04 May, 2006 1 commit
  3. 29 Apr, 2006 1 commit
  4. 28 Apr, 2006 4 commits
  5. 26 Apr, 2006 4 commits
  6. 24 Apr, 2006 6 commits
    • osku's avatar
      From MySQL: · 1b2d46c8
      osku authored
      Updates to innodb.[test|result].
      1b2d46c8
    • osku's avatar
      From MySQL: · af84ccc3
      osku authored
      Added new function to handlerton.
      af84ccc3
    • osku's avatar
      From MySQL: · 55c11152
      osku authored
      Refactored some code to remove ifdef and removed dead code related to
      un-useable sync code.
      55c11152
    • osku's avatar
      From MySQL: · 19ea5ccd
      osku authored
      After merge fixes.
      19ea5ccd
    • osku's avatar
      Remove remnants of the obsolete concept of memoryfixing tables and indexes. · 032df406
      osku authored
      Remove unused dict_table_LRU_trim().
      
      Remove unused 'trx' parameter from the functions dict_table_get_on_id_low,
      dict_table_get and dict_table_get_and_increment_handle_count.
      032df406
    • osku's avatar
      From MySQL: · afcb5d7c
      osku authored
      Add cmakelists.txt to Makefile.Am.
      afcb5d7c
  7. 21 Apr, 2006 4 commits
  8. 20 Apr, 2006 1 commit
  9. 18 Apr, 2006 3 commits
  10. 17 Apr, 2006 2 commits
  11. 15 Apr, 2006 1 commit
  12. 13 Apr, 2006 2 commits
  13. 12 Apr, 2006 5 commits
  14. 11 Apr, 2006 1 commit
    • osku's avatar
      Fix bug #18934, "InnoDB crashes when table uses column names like · b6e02dd2
      osku authored
      DB_ROW_ID", by refusing tables that use reserved column names.
      
      Add dict_mem_table_free(), use it instead of duplicating the code everywhere.
      
      Use already existing dict_mem_index_free().
      
      Fix memory leaks in row_create_table_for_mysql() in rare corner cases.
      b6e02dd2