1. 01 May, 2008 10 commits
  2. 30 Apr, 2008 11 commits
  3. 29 Apr, 2008 3 commits
  4. 28 Apr, 2008 10 commits
  5. 26 Apr, 2008 1 commit
    • pcrews@pcrews-mac-local.local's avatar
      Bug#36032 - Test funcs_1.processlist_priv_ps fails on Windows · ae008279
      pcrews@pcrews-mac-local.local authored
      Bug#36033 - Test funcs_1.processlist_val_ps fails on Windows
      Bug#36034 - Test parts.part_supported_sql_func_<eng> fails on Windows
      Bug#36036 - Test parts.partition_alter1_<eng> fails on Windows
      Bug#36037 - Test parts.partition_alter2_<eng> fails on Windows
      Bug#36038 - Test parts.partition_basic_<engine> failing on Windows
      Bug#36039 - Test parts.partition_engine_<eng> fails on Windows
      Bug#36040 - Test parts.partition_syntax_<eng> fails on Windows
      
      Changeset to fix multiple 5.1.24-rc build bugs on Windows platforms.
      
      Many of these bugs had the same root causes.
      ae008279
  6. 25 Apr, 2008 1 commit
    • gshchepa/uchum@host.loc's avatar
      Fixed bug#36006: Optimizer does table scan for SELECT COUNT(*) · 107b84f9
      gshchepa/uchum@host.loc authored
                       for ENGINE=MRG_MYISAM (should be optimized out).
      
      Before WL#3281 MERGE engine had the HA_NOT_EXACT_COUNT flag
      unset, and it worked with COUNT optimization as desired.
      After the removal of the HA_NOT_EXACT_COUNT flag neither
      HA_STATS_RECORDS_IS_EXACT (opposite to former HA_NOT_EXACT_COUNT
      flag) nor modern HA_HAS_RECORDS flag were not added to MERGE
      table flag mask.
      
      1. The HA_HAS_RECORDS table flag has been set.
      2. The ha_myisammrg::records method has been overridden to
         calculate total number of records in underlying tables.
      107b84f9
  7. 24 Apr, 2008 4 commits