• unknown's avatar
    Fixed Bug#2281, --quote is now enabled by default. Can be disabled · 7afd1cbc
    unknown authored
    with --disable-quote
    
    Added --compatible=ansi mode.
    
    Fixed a non-reported bug in compatible mode; there was a check for
    /*!41000 */ at this part of the code, while it obviously should have been
    /*!40100 */. So the mysqldump compatiple mode made for 4.0.1 will not work
    until 4.10 or later server is released :P Fixed into 4.0.2.
    
    
    client/mysqldump.c:
      Fixed Bug#2281, --quote is now enabled by default. Can be disabled
      with --disable-quote
      
      Added --compatible=ansi mode.
      
      Changed sapdb into maxdb, as this change has been made to server too.
      
      Fixed a non-reported bug in compatible mode; there was a check for
      /*!41000 */ at this part of the code, while it obviously should have been
      /*!40100 */. So the mysqldump compatiple mode made for 4.1.0 will not work
      until 4.10.0 or later server is released :P Fixed into 4.1.2.
    7afd1cbc
mysqldump.c 56.1 KB