1. 15 Sep, 2004 1 commit
    • monty@mishka.local's avatar
      Added options --auto-increment-increment and --auto-increment-offset. · 91ff64e1
      monty@mishka.local authored
      This allows one to setup a master <-> master replication with non conflicting auto-increment series.
      Cleaned up binary log code to make it easyer to add new state variables.
      Added simpler 'upper level' logic for artificial events (events that should not cause cleanups on slave).
      Simplified binary log handling.
      Changed how auto_increment works together with to SET INSERT_ID=# to make it more predictable: Now the inserted rows in a multi-row statement are set independent of the existing rows in the table. (Before only InnoDB did this correctly)
      
      91ff64e1
  2. 09 Sep, 2004 4 commits
    • monty@mishka.local's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 3ce78a27
      monty@mishka.local authored
      into mishka.local:/home/my/mysql-5.0
      3ce78a27
    • monty@mysql.com's avatar
      Update after merge · e67fcee2
      monty@mysql.com authored
      e67fcee2
    • monty@mysql.com's avatar
      Merge on pull · 49cd04b5
      monty@mysql.com authored
      49cd04b5
    • monty@mysql.com's avatar
      After merge fixes of merge with 4.1 that included the new arena code. · f2829d03
      monty@mysql.com authored
      Fixed (together with Guilhem) bugs in mysqlbinlog regarding --offset
      Prefix addresses with 0x for easier comparisons of debug logs
      Fixed problem where MySQL choosed index-read even if there would be a much better range on the same index
      This fix changed some 'index' queries to 'range' queries in the test suite
      Don't create 'dummy' WHERE clause for trivial WHERE clauses where we can remove the WHERE clause.
      This fix removed of a lot of 'Using where' notes in the test suite.
      Give NOTE instead of WARNING if table/function doesn't exists when using DROP IF EXISTS
      Give NOTE instead of WARNING for safe field-type conversions
      f2829d03
  3. 08 Sep, 2004 2 commits
  4. 07 Sep, 2004 2 commits
  5. 06 Sep, 2004 6 commits
  6. 05 Sep, 2004 2 commits
  7. 04 Sep, 2004 6 commits
  8. 03 Sep, 2004 13 commits
  9. 02 Sep, 2004 4 commits