首页 > 数据库技术 > 详细

Mysql:Changes in MySQL 5.6.13 (2013-07-31, General Availability):不再支持可能引起混乱的【选项缩略】写法!

时间:2020-03-29 11:24:01      阅读:47      评论:0      收藏:0      [点我收藏+]

Changes in MySQL 5.6.13 (2013-07-31, General Availability)

Functionality Added or Changed

  • Previously, program options could be specified in full or as any unambiguous prefix. For example, the --compress option could be given to mysqldump as --compr, but not as --comp because the latter is ambiguous. Option prefixes now are deprecated. They can cause problems when new options are implemented for programs. A prefix that is currently unambiguous might become ambiguous in the future. If an unambiguous prefix is given, a warning now occurs to provide feedback. For example:

    Warning: Using unique option prefix compr instead of compress is
    deprecated and will be removed in a future release. Please use the
    full name instead.

    Option prefixes are no longer supported in MySQL 5.7; only full options are accepted. (Bug #16996656)

Mysql:Changes in MySQL 5.6.13 (2013-07-31, General Availability):不再支持可能引起混乱的【选项缩略】写法!

原文:https://www.cnblogs.com/jinzhenshui/p/12591055.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!