1. 16 Aug, 2006 1 commit
  2. 15 Aug, 2006 4 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/data0/bk/mysql-5.0 · 3e9a1eaf
      unknown authored
      into  bk-internal.mysql.com:/data0/bk/mysql-5.0-kt
      
      
      sql/share/errmsg.txt:
        Auto merged
      3e9a1eaf
    • unknown's avatar
      Merge bk@192.168.21.1:mysql-5.0-kt · d664ab1b
      unknown authored
      into  mysql.com:/home/hf/work/mysql-5.0.20910
      
      
      mysql-test/r/grant.result:
        Auto merged
      d664ab1b
    • unknown's avatar
      Merge mysql.com:/usr/home/bar/mysql-4.1.b19741 · 0cd51b1a
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-5.0.b19741merge
      
      
      strings/ctype-win1250ch.c:
        Coding style fix
      0cd51b1a
    • unknown's avatar
      Merge xiphis.org:/home/antony/work2/mysql-5.0-engines · 131f9a71
      unknown authored
      into  xiphis.org:/home/antony/work2/mysql-5.0-merge
      
      
      mysql-test/r/create.result:
        Auto merged
      mysql-test/r/federated.result:
        Auto merged
      mysql-test/r/insert_select.result:
        Auto merged
      mysql-test/r/ps_2myisam.result:
        Auto merged
      mysql-test/r/ps_3innodb.result:
        Auto merged
      mysql-test/r/ps_4heap.result:
        Auto merged
      mysql-test/r/ps_5merge.result:
        Auto merged
      mysql-test/r/ps_6bdb.result:
        Auto merged
      mysql-test/r/ps_7ndb.result:
        Auto merged
      mysql-test/r/strict.result:
        Auto merged
      mysql-test/r/view.result:
        Auto merged
      mysql-test/r/warnings.result:
        Auto merged
      sql/share/errmsg.txt:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_insert.cc:
        Auto merged
      131f9a71
  3. 14 Aug, 2006 7 commits
  4. 11 Aug, 2006 2 commits
  5. 10 Aug, 2006 7 commits
    • unknown's avatar
      Some small cleanups that will help get mysql_client_test passing on Windows · f78ffbf9
      unknown authored
      
      tests/mysql_client_test.c:
        set sql_mode to '' in a few places
        explicitly select myisam table type for fulltext
        use memcpy instead of strcpy since our src buffer is not zero terminated.
      f78ffbf9
    • unknown's avatar
      Merge bk-internal.mysql.com:/data0/bk/mysql-5.0 · e390cc8b
      unknown authored
      into  bk-internal.mysql.com:/data0/bk/mysql-5.0-kt
      
      
      client/mysql.cc:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      e390cc8b
    • unknown's avatar
      Merge updates. · 12eb42ac
      unknown authored
      
      mysql-test/r/grant2.result:
        Merge update:  Change between versions, it appears.
      mysql-test/r/heap_btree.result:
        Merge update:  Add deterministic ordering of data, as the order is different 
        between versions.
      mysql-test/r/mysql_client.result:
        Merge update: Help options changed between versions.
      mysql-test/t/heap_btree.test:
        Merge update:  Add deterministic ordering of data, as the order is different 
        between versions.
      BitKeeper/deleted/.del-bug20328.test~c76d766fe3e1eb5:
        Delete: mysql-test/t/bug20328.test
      BitKeeper/deleted/.del-bug20328.result~4fee68989442c2a3:
        Delete: mysql-test/r/bug20328.result
      12eb42ac
    • unknown's avatar
      bug #20910 (NOT NULL column reported as NULL in SHOW FIELDS) · e12d87e1
      unknown authored
      two test results changed after the patch
      
      
      mysql-test/r/grant.result:
        result fixed
      mysql-test/r/type_ranges.result:
        result fixed
      e12d87e1
    • unknown's avatar
      Removed Iggy's accidentally-added files. · 78c9885f
      unknown authored
      78c9885f
    • unknown's avatar
      Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-4.1 · d278381e
      unknown authored
      into  zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0
      
      
      client/mysql.cc:
        Auto merged
      heap/hp_delete.c:
        Auto merged
      mysql-test/t/mysqlbinlog.test:
        Auto merged
      scripts/fill_func_tables.sh:
        Auto merged
      scripts/mysql_install_db.sh:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/set_var.cc:
        Auto merged
      mysql-test/r/grant2.result:
        Manual merge
      mysql-test/r/heap_btree.result:
        Manual merge
      mysql-test/r/mysql_client.result:
        Manual merge
      mysql-test/t/grant2.test:
        Manual merge
      mysql-test/t/heap_btree.test:
        Manual merge
      mysql-test/t/mysql_client.test:
        Manual merge
      d278381e
    • unknown's avatar
      afa49a59
  6. 09 Aug, 2006 5 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/data0/bk/mysql-5.0 · c2771dbe
      unknown authored
      into  bk-internal.mysql.com:/data0/bk/mysql-5.0-kt
      
      
      sql/sql_view.cc:
        Auto merged
      c2771dbe
    • unknown's avatar
      Merge bk@192.168.21.1:mysql-5.0-kt · ee467d38
      unknown authored
      into  mysql.com:/home/hf/work/mysql-5.0.20910
      
      
      ee467d38
    • unknown's avatar
      Merge may.pils.ru:/home/svoj/devel/mysql/BUG20060/mysql-4.1 · 51bb3b2a
      unknown authored
      into  may.pils.ru:/home/svoj/devel/mysql/BUG20060/mysql-5.0
      
      
      myisam/mi_update.c:
        Auto merged
      51bb3b2a
    • unknown's avatar
      BUG#20060 - mysqld option "--flush " doesn't work for update statement · a2a5f2b5
      unknown authored
      Problem described in this bug report affects MyISAM tables only.
      
      Running mysqld --flush instructs mysqld to sync all changes to disk
      after each SQL statement. It worked well for INSERT and DELETE
      statements, but it did sync for UPDATE only in case if there was
      index change (change of colum that has an index). If no updated column
      has an index, data wasn't synced to disk.
      
      This fix makes UPDATE statement to sync data to disk even if there is
      no index change (that is only data change) and mysqld is run with
      --flush option.
      
      
      myisam/mi_update.c:
        Every myisam function that updates myisam table must end with
        call to _mi_writeinfo(). If operation (second param of
        _mi_writeinfo()) is not 0 it sets share->changed to 1, that is
        flags that data has changed. If operation is 0, this function
        equals to no-op in this case.
        
        mi_update() must always pass !0 value as operation, since even if
        there is no index change there could be data change.
      a2a5f2b5
    • unknown's avatar
      sql_view.cc: · 4abe4b17
      unknown authored
        After merge fix
      
      
      sql/sql_view.cc:
        After merge fix
      4abe4b17
  7. 08 Aug, 2006 6 commits
  8. 07 Aug, 2006 6 commits
  9. 06 Aug, 2006 2 commits