1. 03 Apr, 2003 7 commits
  2. 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
  3. 31 Mar, 2003 3 commits
  4. 30 Mar, 2003 1 commit
    • unknown's avatar
      truncating REPLACE result bug fix · 53804117
      unknown authored
      
      mysql-test/r/func_str.result:
        test result for truncating REPLACE result
      mysql-test/t/func_str.test:
        test with long arguments for REPLACE
      sql/item_strfunc.cc:
        fix for counting REPLACE result length
      53804117
  5. 27 Mar, 2003 4 commits
  6. 26 Mar, 2003 4 commits
  7. 25 Mar, 2003 8 commits
  8. 24 Mar, 2003 5 commits
  9. 23 Mar, 2003 1 commit
  10. 22 Mar, 2003 3 commits
  11. 21 Mar, 2003 2 commits
    • unknown's avatar
      Post-4.0.12 changes from Novell: mostly NetWare-related code changes to utilize new LibC · 2ec41637
      unknown authored
      
      client/mysql.cc:
        Remove unnecessary pthread_yield calls for NetWare
      client/mysqldump.c:
        Remove unnecessary pthread_yield calls for NetWare
      include/my_pthread.h:
        Special extern my_pthread_cond_timedwait no longer required for NetWare
      mysql-test/t/backup.test:
        replace_result added so test passes correctly on NetWare
      mysys/default.c:
        Add conditional to avoid non-applicable file checking on NetWare
      mysys/my_init.c:
        Remove working directory change from netware_init()
      mysys/my_pthread.c:
        Remove unnecessary NetWare version of my_pthread_cond_timedwait
      mysys/thr_mutex.c:
        Remove unnecessary NetWare block
      scripts/make_binary_distribution.sh:
        Changes to clear up extraneous EXTRA_BIN_FILES, NetWare sections
      2ec41637
    • unknown's avatar
      Missed one file from Novell changes in 1.1686 · 0f18ab78
      unknown authored
      
      netware/mysqld_safe.c:
        Changes to argument handling, spawn, etc
      0f18ab78