1. 10 May, 2005 1 commit
    • unknown's avatar
      Many files: · 6f45bdf3
      unknown authored
        Fixed bug #8528.
        Representation for single-table views was made similar to
        representation for multi-table views.
      view.test:
        Added test case for bug #8528.
      view.result:
        Added test case for bug #8528. Fixed other test cases.
      
      
      mysql-test/r/view.result:
        Added test case for bug #8528. Fixed other test cases.
      mysql-test/t/view.test:
        Added test case for bug #8528.
      sql/sql_base.cc:
        Fixed bug #8528.
        Representation for single-table views was made similar to
        representation for multi-table views.
      sql/sql_delete.cc:
        Fixed bug #8528.
        Representation for single-table views was made similar to
        representation for multi-table views.
      sql/sql_insert.cc:
        Fixed bug #8528.
        Representation for single-table views was made similar to
        representation for multi-table views.
      sql/sql_parse.cc:
        Fixed bug #8528.
        Representation for single-table views was made similar to
        representation for multi-table views.
      sql/sql_prepare.cc:
        Fixed bug #8528.
        Representation for single-table views was made similar to
        representation for multi-table views.
      sql/sql_select.cc:
        Fixed bug #8528.
        Representation for single-table views was made similar to
        representation for multi-table views.
      sql/sql_update.cc:
        Fixed bug #8528.
        Representation for single-table views was made similar to
        representation for multi-table views.
      sql/sql_view.cc:
        Fixed bug #8528.
        Representation for single-table views was made similar to
        representation for multi-table views.
      sql/table.cc:
        Fixed bug #8528.
        Representation for single-table views was made similar to
        representation for multi-table views.
      sql/table.h:
        Fixed bug #8528.
        Representation for single-table views was made similar to
        representation for multi-table views.
      6f45bdf3
  2. 22 Apr, 2005 6 commits
  3. 21 Apr, 2005 30 commits
  4. 20 Apr, 2005 3 commits
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-5.0 · 6b7766ab
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-5.0-0
      
      
      ndb/test/ndbapi/Makefile.am:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      6b7766ab
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-4.1 · 081686ca
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
      
      
      sql/sql_select.cc:
        Auto merged
      081686ca
    • unknown's avatar
      Fix for BUG#10037 · 8561e88e
      unknown authored
      * Add 0.01 to cost of 'range'+'using index' scan to avoid optimizer choice races with 
        'index' scan.
      
      
      mysql-test/r/range.result:
        Update the test result after the changed cost
      sql/opt_range.cc:
        Fix for BUG#10037
        * Add 0.01 to cost of 'range'+'using index' scan to avoid optimizer choice races with 
          'index' scan.
        * make QUICK_GROUP_MIN_MAX_SELECT handle the case where the source table is empty.
      8561e88e