An error occurred fetching the project authors.
  1. 10 Nov, 2005 1 commit
  2. 04 Nov, 2005 1 commit
  3. 25 Oct, 2005 2 commits
    • patg@krsna.patg.net's avatar
      BUG# 12123 · 7243b7bb
      patg@krsna.patg.net authored
      Made change to mysqlimport to set character_set_database to binary to 
      make importing various charsets/columns work correctly.
      7243b7bb
    • pgalbraith@mysql.com's avatar
      This cset fixes BUG# 12838, 14061, 12129 · feca138e
      pgalbraith@mysql.com authored
      mysqldump.result:
        BUG# 12838
            New test results for mysqldump -x on a DB with views
      mysqldump.test:
        sqldump.test:
            BUG# 12838
            New test to run mysqldump -x on a DB with views
      mysqldump.c:
        BUG# 12838
            Removed/Changed code which created tables to be put into the dump
            (For loading views of views) by creating temp tables and then using
            the CREATE TABLE information in those temp tables. The problem with this
            is that when mysqldump -x is called, it locks all tables, so the
            temp tables could not be created, causing the mysqldump to exit with
            failure. The code was changed to use SHOW FIELDS to get the column
            names and type to build CREATE TABLE text used to create these tables
            that views need in the dump.
      feca138e
  4. 13 Oct, 2005 2 commits
    • patg@krsna.patg.net's avatar
      BUG# 13146 · d86f4065
      patg@krsna.patg.net authored
      Re-application of patch to clean 5.0 tree. Fixed issue with ANSI quotes 
      when dumping triggers
      d86f4065
    • patg@krsna.patg.net's avatar
      BUG# 13052 · a46dd412
      patg@krsna.patg.net authored
      Clean application of patch - 
      - Added --tz-utc to fix issue of dumping timestamp values between 
      servers with different global time zone settings, particularly 
      with regard to the day of DST changeover, which without this fix,
       would dump duplicate timestamp values.
      a46dd412
  5. 29 Sep, 2005 2 commits
  6. 14 Sep, 2005 1 commit
  7. 13 Sep, 2005 4 commits
  8. 09 Sep, 2005 1 commit
  9. 08 Sep, 2005 2 commits
  10. 03 Sep, 2005 1 commit
  11. 01 Sep, 2005 1 commit
  12. 29 Jul, 2005 1 commit
  13. 28 Jul, 2005 2 commits
  14. 22 Jul, 2005 1 commit
    • patg@radha.local's avatar
      Applied and tested this patch successfully (bug 10431) to a clean · 8d671d7b
      patg@radha.local authored
      tree on brian's amd 64 box (which was already approved). 
      
      [patg@zim mysql-5.0]$ bk changes
      ChangeSet@1.1882, 2005-07-21 18:43:55+05:00, gluh@eagle.intranet.mysql.r18.ru
        merge fix
      
      Was the changeset level I applied this patch to.
      
      Master shutdown finished
      Slave shutdown finished
      All 326 tests were successful.
      
      [patg@zim mysql-5.0]$ 
      8d671d7b
  15. 30 Jun, 2005 3 commits
  16. 22 Jun, 2005 10 commits
  17. 21 Jun, 2005 1 commit
  18. 16 Jun, 2005 1 commit
  19. 10 Jun, 2005 2 commits
  20. 20 May, 2005 1 commit