1. 18 Mar, 2003 4 commits
    • unknown's avatar
      Allow optimzation of multi-table-update also for InnoDB tables · f45236de
      unknown authored
      MEMORY is alias for HEAP for CREATE TABLE ... TYPE=HEAP
      Fixed bug in multi-table-update where a row could be updated several times
      
      
      mysql-test/r/heap.result:
        Test of CREATE TABLE ... type=MEMORY
      mysql-test/r/innodb.result:
        Added multi-update-test
      mysql-test/r/multi_update.result:
        Added multi-update-test
      mysql-test/t/heap.test:
        Test of CREATE TABLE ... type=MEMORY
      mysql-test/t/innodb.test:
        Added multi-update-test
      mysql-test/t/multi_update.test:
        Added multi-update-test
      sql/ha_innodb.h:
        Allow optimzation of multi-table-update also for InnoDB tables
      sql/handler.h:
        Allow optimzation of multi-update also for InnoDB tables
      sql/key.cc:
        After merge fix
      sql/lex.h:
        MEMORY is alias for HEAP
      sql/sql_test.cc:
        Fixed wrong printf
      sql/sql_update.cc:
        Fixed bug in multi-table-update where a row could be updated several times
      sql/sql_yacc.yy:
        MEMORY is alias for HEAP
      f45236de
    • unknown's avatar
      Merge with 3.23 to get fix for halloween problem on Update of InnoDB tables · 21b0873a
      unknown authored
      
      innobase/row/row0mysql.c:
        Auto merged
      innobase/row/row0sel.c:
        Auto merged
      sql/key.cc:
        Auto merged
      configure.in:
        Merge with 3.23
      mysql-test/r/innodb.result:
        Merge with 3.23
      mysql-test/t/innodb.test:
        Merge with 3.23
      strings/strto.c:
        Merge with 3.23
      21b0873a
    • unknown's avatar
      Test of range optimizer in InnoDB · 53bb7b68
      unknown authored
      
      sql/ha_myisam.cc:
        Added function comment
      53bb7b68
    • unknown's avatar
      Fix of 'halloween bug' with UPDATE of InnoDB tables. · cf97cbd1
      unknown authored
      
      mysql-test/r/innodb.result:
        Test of 'halloween bug'
      mysql-test/t/innodb.test:
        Test of 'halloween bug'
      strings/strto.c:
        Portability fix
      cf97cbd1
  2. 17 Mar, 2003 3 commits
  3. 16 Mar, 2003 5 commits
  4. 15 Mar, 2003 6 commits
    • unknown's avatar
      row0sel.c: · 3ad8b4c1
      unknown authored
        Fix bug number 154: GROUP BY and DISTINCT could treat NULL values inequal
      
      
      innobase/row/row0sel.c:
        Fix bug number 154: GROUP BY and DISTINCT could treat NULL values inequal
      3ad8b4c1
    • unknown's avatar
      row0sel.c: · 3ce965da
      unknown authored
        Fix bug number 154: GROUP BY and DISTINCT could treat NULL values inequal
      
      
      innobase/row/row0sel.c:
        Fix bug number 154: GROUP BY and DISTINCT could treat NULL values inequal
      3ce965da
    • unknown's avatar
      - fixed C++-style comments to make IBM C compiler happy · 41bad531
      unknown authored
      
      client/mysqlshow.c:
         - fixed C++-style comment to make IBM C compiler happy
      41bad531
    • unknown's avatar
      - tagged ChangeSet 1.1358 as mysql-3.23.56 · d8ea9fc9
      unknown authored
       - bumped up version number to 3.23.57 in configure.in
      
      
      d8ea9fc9
    • unknown's avatar
      merge with 3.23 to get: · 11117565
      unknown authored
      - Fix for empty table/column names
      
      
      mysql-test/t/create.test:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/ha_innodb.cc:
        Auto merged
      sql/table.cc:
        Auto merged
      tests/grant.pl:
        Auto merged
      sql/filesort.cc:
        merge with 3.23
      sql/sql_table.cc:
        merge with 3.23
      tests/grant.res:
        merge with 3.23
      11117565
    • unknown's avatar
      Code cleanup · 13a5a24c
      unknown authored
      
      sql/sql_parse.cc:
        Removed not needed test
      13a5a24c
  5. 14 Mar, 2003 6 commits
  6. 13 Mar, 2003 16 commits