An error occurred fetching the project authors.
  1. 01 Dec, 2005 1 commit
  2. 24 Nov, 2005 1 commit
  3. 21 Nov, 2005 1 commit
  4. 10 Nov, 2005 2 commits
  5. 04 Nov, 2005 1 commit
  6. 27 Oct, 2005 1 commit
  7. 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
  8. 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
  9. 06 Oct, 2005 1 commit
    • monty@mysql.com's avatar
      Review of code pushed since last 5.0 pull: · 78e828d3
      monty@mysql.com authored
      Ensure that ccache is also used for C programs
      mysql: Ensure that 'delimiter' works the same way in batch mode as in normal mode
      mysqldump: Change to use ;; (instead of //) as a stored procedure/trigger delimiter
      Fixed test cases by adding missing DROP's and rename views to be of type 'v#'
      Removed MY_UNIX_PATH from fn_format()
      Removed current_db_used from TABLE_LIST
      Removed usage of 'current_thd' in Item_splocal
      Removed some compiler warnings
      A bit faster longlong2str code
      78e828d3
  10. 29 Sep, 2005 1 commit
  11. 27 Sep, 2005 1 commit
  12. 14 Sep, 2005 2 commits
  13. 13 Sep, 2005 2 commits
  14. 09 Sep, 2005 2 commits
  15. 08 Sep, 2005 2 commits
  16. 03 Sep, 2005 1 commit
  17. 01 Sep, 2005 1 commit
  18. 30 Jul, 2005 1 commit
  19. 29 Jul, 2005 1 commit
  20. 28 Jul, 2005 1 commit
  21. 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
  22. 06 Jul, 2005 1 commit
  23. 30 Jun, 2005 3 commits
  24. 22 Jun, 2005 8 commits