• unknown's avatar
    mysqldump.c: · 85941cf5
    unknown authored
      - 'mysqldump --help' comment that --xeh-blob
        doesn't work with --extended-inserts was removed.
        It does work now. Thanks to Lachlan
        who noticed this wrong help message.
      - Switched to use the recently introduced
        mysql_hex_string() instead of slow sprintf().
        Thanks to Sinisa for the idea.
      - 'mysqldump --hex-blob' dumps in HEX not only
        BLOBs but also BINARY(x) columns. 
        Thanks to Paul.
    
    
    client/mysqldump.c:
      - comment that --xeh-blob doesn't work with --extended-inserts was removed. It does work now.
      - Switched to use recently introduced mysql_hex_string()
        instead of sprintf()
      - BINARY(x) are dumped in HEX too
    85941cf5
mysqldump.c 64.2 KB