1. 12 Oct, 2007 1 commit
    • vasil's avatar
      branches/zip: · 31dae76d
      vasil authored
      Non-functional change: add a missed space in the output message.
      31dae76d
  2. 11 Oct, 2007 2 commits
    • vasil's avatar
      branches/zip: · abceb43b
      vasil authored
      Non-functional change: fix compiler warning:
      
      buf0buf.ic:637: warning: assignment discards qualifiers from pointer target type
      abceb43b
    • vasil's avatar
      branches/zip: · 9dbf703d
      vasil authored
      Non-functional change to improve readability.
      9dbf703d
  3. 10 Oct, 2007 2 commits
  4. 08 Oct, 2007 2 commits
    • marko's avatar
      branches/zip: innodb-index.result: Adapt the results to a patch from MySQL. · a8a47268
      marko authored
      Unfortunately, the patch seems to prevent MySQL from utilizing secondary
      indexes in the ORDER BY clauses.  Thus, the test no longer checks if newly
      created indexes are well-formed.
      
      ChangeSet@1.2528.98.1  2007-08-02 12:45:56-07:00  igor@mysql.com
      
      Fixed bug#28404.
      This patch adds cost estimation for the queries with ORDER BY / GROUP BY
      and LIMIT. 
      If there was a ref/range access to the table whose rows were required
      to be ordered in the result set the optimizer always employed this access
      though a scan by a different index that was compatible with the required 
      order could be cheaper to produce the first L rows of the result set.
      Now for such queries the optimizer makes a choice between the cheapest
      ref/range accesses not compatible with the given order and index scans
      compatible with it.
      a8a47268
    • vasil's avatar
      branches/zip: · fe92e646
      vasil authored
      Add diagnostic function ha_storage_get_size() to retrieve the amount of
      memory used by a ha_storage_t object.
      
      Approved by:	Marko
      fe92e646
  5. 05 Oct, 2007 7 commits
  6. 04 Oct, 2007 1 commit
  7. 03 Oct, 2007 6 commits
  8. 01 Oct, 2007 4 commits
  9. 28 Sep, 2007 9 commits
  10. 27 Sep, 2007 6 commits
    • marko's avatar
      branches/zip: innobase_col_to_mysql(): Replace the undefined variable "templ" · c7e26ddf
      marko authored
      with "col" in two debug assertions.  This mistake was made in r1910.
      c7e26ddf
    • vasil's avatar
      branches/zip: · 983a8011
      vasil authored
      Fix a warning produced when UNIV_DEBUG is defined.
      983a8011
    • vasil's avatar
      branches/zip: · e05b8e86
      vasil authored
      Move part of the code from lock_rec_print() in a separate function
      buf_page_try_get() because the same functionality is needed in
      INFORMATION SCHEMA code.
      
      Approved by:	Heikki
      e05b8e86
    • vasil's avatar
      branches/zip: · 511cab19
      vasil authored
      Add auxiliary function lock_rec_get_index() to retrieve the index on
      which the lock is.
      
      Approved by:	Heikki
      511cab19
    • vasil's avatar
      branches/zip: · d90516a8
      vasil authored
      Fix a bug where the condition (prtype & DATA_ROW_ID) is unexpectedly
      always false becasue DATA_ROW_ID is 0.
      
      Use a switch instead of if-else in order to avoid repeating
      (prtype & DATA_SYS_PRTYPE_MASK).
      
      Approved by:	Heikki
      d90516a8
    • marko's avatar
      23f80a6f