1. 18 Mar, 2003 6 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · 32594fc6
      unknown authored
      into narttu.mysql.fi:/my/mysql-4.0
      
      
      configure.in:
        Auto merged
      32594fc6
    • unknown's avatar
      Allow optimzation of multi-table-update also for InnoDB tables · afa07926
      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
      afa07926
    • unknown's avatar
      - updated version number (4.0.12 -> 4.0.13) · ba7efd10
      unknown authored
       - tagged ChangeSet 1.1671 as mysql-4.0.12
      
      
      configure.in:
         - updated version number (4.0.12 -> 4.0.13)
      ba7efd10
    • unknown's avatar
      Merge with 3.23 to get fix for halloween problem on Update of InnoDB tables · f3a5ccf5
      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
      f3a5ccf5
    • unknown's avatar
      Test of range optimizer in InnoDB · 71dabe96
      unknown authored
      
      sql/ha_myisam.cc:
        Added function comment
      71dabe96
    • unknown's avatar
      Fix of 'halloween bug' with UPDATE of InnoDB tables. · 321cbe2d
      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
      321cbe2d
  2. 17 Mar, 2003 4 commits
    • unknown's avatar
      New variable rli->ignore_log_space_limit to resolve · e7ee03b0
      unknown authored
      a deadlock between I/O and SQL threads in replication
      when relay_log_space is too small. This fixes bug #79.
      
      
      sql/log.cc:
        New variable rli->ignore_log_space_limit to resolve
        a deadlock between I/O and SQL threads in replication
        when relay_log_space is too small.
      sql/slave.cc:
        New variable rli->ignore_log_space_limit to resolve
        a deadlock between I/O and SQL threads in replication
        when relay_log_space is too small.
      sql/slave.h:
        New variable rli->ignore_log_space_limit to resolve
        a deadlock between I/O and SQL threads in replication
        when relay_log_space is too small.
      sql/sql_repl.cc:
        New variable rli->ignore_log_space_limit to resolve
        a deadlock between I/O and SQL threads in replication
        when relay_log_space is too small.
      e7ee03b0
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · 14d4cdde
      unknown authored
      into narttu.mysql.fi:/my/mysql-4.0
      
      14d4cdde
    • unknown's avatar
      Change dbug.h -> my_dbug.h (Portability fix) · 18a2030d
      unknown authored
      Ensure that \ is not allowed in filenames, even on Unix
      
      
      include/my_dbug.h:
        Rename: include/dbug.h -> include/my_dbug.h
      include/Makefile.am:
        Change dbug.h -> my_dbug.h
      include/my_global.h:
        Change dbug.h -> my_dbug.h
      libmysql/get_password.c:
        Change dbug.h -> my_dbug.h
      libmysqld/lib_vio.c:
        Change dbug.h -> my_dbug.h
      sql/table.cc:
        Ensure that \ is not allowed in filenames, even on Unix
      18a2030d
    • unknown's avatar
      Fixed a bug in --one-database. · c15872b3
      unknown authored
      c15872b3
  3. 16 Mar, 2003 5 commits
  4. 15 Mar, 2003 6 commits
    • unknown's avatar
      row0sel.c: · 27a7c0c8
      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
      27a7c0c8
    • unknown's avatar
      row0sel.c: · c1733bc3
      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
      c1733bc3
    • unknown's avatar
      - fixed C++-style comments to make IBM C compiler happy · 6ddbaa1d
      unknown authored
      
      client/mysqlshow.c:
         - fixed C++-style comment to make IBM C compiler happy
      6ddbaa1d
    • unknown's avatar
      - tagged ChangeSet 1.1358 as mysql-3.23.56 · 0ee78534
      unknown authored
       - bumped up version number to 3.23.57 in configure.in
      
      0ee78534
    • unknown's avatar
      merge with 3.23 to get: · 1ce34eaf
      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
      1ce34eaf
    • unknown's avatar
      Code cleanup · 1138f84a
      unknown authored
      
      sql/sql_parse.cc:
        Removed not needed test
      1138f84a
  5. 14 Mar, 2003 6 commits
  6. 13 Mar, 2003 13 commits