1. 01 Aug, 2007 1 commit
    • unknown's avatar
      On internals@mysql a developer at IBM pointed out that DBTYPE needed to be... · 70ae8f69
      unknown authored
      On internals@mysql a developer at IBM pointed out that DBTYPE needed to be removed from the example (its a single line which was needed for previous versions of MySQL). Its been removed. Added a couple of comments.
      
      
      storage/example/ha_example.cc:
        Removed line, added comment about Skeleton.
      storage/example/plug.in:
        Corrected explanation
      70ae8f69
  2. 13 Jul, 2007 1 commit
    • unknown's avatar
      Fixed locking issues around flushes. · 54bfd8b1
      unknown authored
      
      storage/archive/ha_archive.cc:
        Added mutex around flush calls to make read's consistent (and not conflicting)
      storage/archive/ha_archive.h:
        Fixed issues for fast count(*) call
      54bfd8b1
  3. 11 Jul, 2007 1 commit
  4. 10 Jul, 2007 4 commits
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.1-maint · 22531a8e
      unknown authored
      into  mysql.com:/home/ram/work/mysql-5.1-maint
      
      
      22531a8e
    • unknown's avatar
      Fix for bug #29652: csv.test failure: two changes conflict after merge · 29ca25a6
      unknown authored
      Problem: we don't take into account the length of the data written
      to the temporary data file during update on a CSV table.
      
      Fix: properly calculate the data file length during update.
      
      
      mysql-test/r/csv.result:
        Fix for bug #29652: csv.test failure: two changes conflict after merge
          - test result adjusted.
      storage/csv/ha_tina.cc:
        Fix for bug #29652: csv.test failure: two changes conflict after merge
          - adjust local_saved_data_file_length in case of update as well.
      storage/csv/ha_tina.h:
        Fix for bug #29652: csv.test failure: two changes conflict after merge
          - adjust local_saved_data_file_length in case of update as well.
      29ca25a6
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new-maint · c9e01795
      unknown authored
      into  whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-maint
      
      
      mysql-test/suite/rpl/r/rpl_row_tabledefs_2myisam.result:
        Auto merged
      mysql-test/suite/rpl/r/rpl_row_tabledefs_3innodb.result:
        Auto merged
      c9e01795
    • unknown's avatar
      Bug #29570 · 20beacc9
      unknown authored
      - correct result files
      
      
      20beacc9
  5. 09 Jul, 2007 25 commits
  6. 08 Jul, 2007 5 commits
  7. 07 Jul, 2007 3 commits