• unknown's avatar
    Bug#31113 mysqldump 5.1 can't handle a dash ("-") in database names · e68937ac
    unknown authored
    db name should be quoted. this code does communication with the server.
    it's always ok to quote names in this case.
    
    
    client/mysqldump.c:
      db name should be quoted. this code does communication with the server.
      it's always ok to quote names in this case.
    mysql-test/r/mysqldump.result:
      test result
    mysql-test/t/mysqldump.test:
      test case
    e68937ac
mysqldump.test 63.9 KB