1. 15 Apr, 2003 1 commit
    • unknown's avatar
      Fixed bug in SUM() with NULL:s · 3ac05ea4
      unknown authored
      Added logging of warnings for failed connections with ssl.
      Fixed bug in symbolic link handling on Windows
      
      
      include/my_global.h:
        Added replication flags from 4.1
      mysql-test/r/func_group.result:
        Added test for SUM(NULL)
      mysql-test/t/func_group.test:
        Added test for SUM(NULL)
      sql/item_sum.cc:
        Fixed bug in SUM() with NULL:s
      sql/item_sum.h:
        Fixed bug in SUM() with NULL:s
      sql/mysqld.cc:
        Added option --symbolic-links
        Fixed bug in symbolic link handling on Windows
      sql/net_serv.cc:
        Code cleanup
      sql/sql_acl.cc:
        Added logging of warnings for failed connections with ssl.
      sql/sql_show.cc:
        Changed to use HAVE_REPLICATION instead of EMBEDDED_LIBRARY
      3ac05ea4
  2. 07 Apr, 2003 1 commit
  3. 06 Apr, 2003 1 commit
  4. 05 Apr, 2003 1 commit
  5. 04 Apr, 2003 2 commits
  6. 03 Apr, 2003 24 commits
  7. 01 Apr, 2003 2 commits
    • unknown's avatar
      Sprint task #856 : make table exclusion rules (in replication) · 3258bb72
      unknown authored
      apply to GRANT and REVOKE too. For example if replicate-wild-ignore-table=mysql.%,
      GRANT and REVOKE will not be replicated on the slave.
      
      
      3258bb72
    • unknown's avatar
      Small-and-safe fix for bug #218: "LOAD DATA INFILE IGNORE is well · 241b6c05
      unknown authored
      logged, but read as LOAD DATA INFILE REPLACE"
      This was just bad && instead of &, but nasty consequences.
      This should be merged to 4.0 BUT it will not be automatic (some code
      has moved from log_event.h to log_event.cc, and log_event.cc has changed);
      please Merging Man, do 'bk grep REPLACE_FLAG' in 4.0/sql
      to find all the new places.
      
      
      sql/log_event.cc:
        & instead of && when testing flags
      sql/slave.cc:
        & instead of && when testing flags
      241b6c05
  8. 31 Mar, 2003 4 commits
  9. 30 Mar, 2003 2 commits
  10. 28 Mar, 2003 1 commit
  11. 27 Mar, 2003 1 commit