1. 11 Feb, 2005 5 commits
  2. 10 Feb, 2005 3 commits
  3. 08 Feb, 2005 1 commit
  4. 04 Feb, 2005 1 commit
  5. 03 Feb, 2005 1 commit
    • unknown's avatar
      Bug#7310 · 56705536
      unknown authored
        Fix test for classic builds
      
      
      mysql-test/t/multi_update.test:
        Bug#7310
          Ignore warnings for Bug#5837 test
      56705536
  6. 02 Feb, 2005 4 commits
  7. 01 Feb, 2005 8 commits
  8. 31 Jan, 2005 6 commits
  9. 30 Jan, 2005 1 commit
    • unknown's avatar
      Bug#7011 · 934fde09
      unknown authored
        Fix replication for multi-update
        new test - rpl_multi_update2
      
      
      sql/mysql_priv.h:
        Bug#7011
          New function mysql_multi_update_lock()
      sql/sql_parse.cc:
        Bug#7011
          New function check_multi_update_lock()
          For multi-update on slave, perform an early open&lock
      sql/sql_update.cc:
        Bug#7011
          Split out multi-update locking into its own function,
            mysql_multi_update_lock()
      934fde09
  10. 28 Jan, 2005 3 commits
  11. 27 Jan, 2005 2 commits
    • unknown's avatar
      configure.in: · bde9e860
      unknown authored
        Add -DDBUG_ON to CXXFLAGS whenever it is added to CFLAGS.
        Thus, sql/ha_innodb.cc will be compiled with the same
        setting of UNIV_DEBUG as the rest of InnoDB,
        i.e., --with-debug enables InnoDB ut_ad() assertions
        everywhere.
      
      
      configure.in:
        Add -DDBUG_ON to CXXFLAGS whenever it is added to CFLAGS.
        Thus, sql/ha_innodb.cc will be compiled with the same
        setting of UNIV_DEBUG as the rest of InnoDB,
        i.e., --with-debug enables InnoDB ut_ad() assertions
        everywhere.
      bde9e860
    • unknown's avatar
      InnoDB: Tolerate negative return values from ftell(). · a12d52a1
      unknown authored
      
      sql/ha_innodb.cc:
        Tolerate negative return values from ftell().
      a12d52a1
  12. 26 Jan, 2005 2 commits
  13. 25 Jan, 2005 3 commits
    • unknown's avatar
      order_by.result, order_by.test: · 8deafa80
      unknown authored
        Added a test case for bug #7672.
      sql_yacc.yy:
        Fixed bug #7672.
        Made queries of the form (SELECT ...) ORDER BY ... to
        be equivalent to SELECT ... ORDER BY ...
      
      
      sql/sql_yacc.yy:
        Fixed bug #7672.
        Made queries of the form (SELECT ...) ORDER BY ... to
        be equivalent to SELECT ... ORDER BY ...
      mysql-test/t/order_by.test:
        Added a test case for bug #7672.
      mysql-test/r/order_by.result:
        Added a test case for bug #7672.
      8deafa80
    • unknown's avatar
      Add BUG# to subject and X-Bug header for all outgoing · 577a20f0
      unknown authored
      emails re: bug fixes, and update the URL for the manual
      page on installing from the source tree.
      
      Fake bug number for testing: Bug #1234
      
      
      BitKeeper/triggers/post-commit:
        Update URL for docs page
      577a20f0
    • unknown's avatar
      Always call vio_in_addr() so that thd->remote is · e1b8a004
      unknown authored
      always initialized. (Bug #5569)
      
      
      vio/viosocket.c:
        Remove comment that is no longer correct
      sql/sql_parse.cc:
        Always call vio_in_addr() on successful connection,
        so that thd->remote always gets set
      vio/viossl.c:
        Remove comment that is no longer correct
      e1b8a004