MySQL 实验室 因为专注,所以专业。

  • 首页
  • 博客
  • 下载
  • 文档
  • 工具
  • 知识库
  • 培训及服务
  • MySQL 5.1 Reference Manual :: Preface, Notes, Licenses
    • MySQL 5.1 Reference Manual
    • Preface, Notes, Licenses
    • 1 General Information
    • 2 Installing and Upgrading MySQL
    • 3 Tutorial
    • 4 MySQL Programs
    • 5 MySQL Server Administration
    • 6 Backup and Recovery
    • 7 Optimization
    • 8 Language Structure
    • 9 Internationalization and Localization
    • 10 Data Types
    • 11 Functions and Operators
    • 12 SQL Statement Syntax
    • 13 Storage Engines
    • 14 High Availability and Scalability
    • 15 MySQL Enterprise Monitor
    • 16 Replication
    • 17 MySQL Cluster NDB 6.X/7.X
    • 18 Partitioning
    • 19 Stored Programs and Views
    • 20 INFORMATION_SCHEMA Tables
    • 21 Connectors and APIs
    • 22 Extending MySQL
    • A MySQL 5.1 Frequently Asked Questions
    • B Errors, Error Codes, and Common Problems
    • C MySQL Change History
    • D Restrictions and Limits
    • Index
    • Standard Index
    • C Function Index
    • Command Index
    • Function Index
    • INFORMATION_SCHEMA Index
    • Transaction Isolation Level Index
    • JOIN Types Index
    • Operator Index
    • Option Index
    • Privileges Index
    • SQL Modes Index
    • Status Variable Index
    • Statement/Syntax Index
    • System Variable Index

    Preface, Notes, Licenses

    Table of Contents     [+/-]

    1. Licenses for Third-Party Components     [+/-]
    1.1. LPeg Library License
    1.2. LuaFileSystem Library License
    1.3. cURL (libcurl) License
    1.4. Boost Library License
    1.5. libedit License
    1.6. Netlib License
    1.7. regex Library License

    This is the Reference Manual for the MySQL Database System, version 5.1, through release 5.1.49. For license information, see the legal notice. Differences between minor versions of MySQL 5.1 are noted in the present text with reference to release numbers (5.1.x).

    This manual is not intended for use with older versions of the MySQL software due to the many functional and other differences between MySQL 5.1 and previous versions. If you are using an earlier release of the MySQL software, please refer to the appropriate manual. For example, MySQL 5.0 Reference Manual, covers the 5.0 series of MySQL software releases.

    If you are using MySQL 5.5, please refer to the MySQL 5.5 Reference Manual.

    The following is a list of the libraries we have included with the MySQL Server source and components used to test MySQL. We are thankful to all individuals that have created these. Some of the components require that their licensing terms be included in the documentation of products that include them. Cross references to these licensing terms are given with the applicable items in the list.

    • Fred Fish

      For his excellent C debugging and trace library. Monty has made a number of smaller improvements to the library (speed and additional options).

    • Richard A. O'Keefe

      For his public domain string library.

    • Henry Spencer

      For his regex library, used for REGEXP operations. License: Section 1.7, “regex Library License”

    • Jean-loup Gailly and Mark Adler

      For the zlib library, used on MySQL on Windows and on platforms where the host zlib is too old.

    • Bjorn Benson

      For his safe_malloc (memory checker) package which is used in when you build MySQL using one of the BUILD/compile-*-debug scripts or by manually setting the -DSAFEMALLOC flag.

    • Free Software Foundation

      The readline library, used by the mysql command-line client.

    • The NetBSD Foundation

      The libedit library, optionally used by the mysql command-line client. libedit is used for commercial builds because readline is covered under the GPL. License: Section 1.5, “libedit License”

    • GroupLens Research Project

      The MySQL Quality Assurance team would like to acknowledge the use of the MovieLens Data Sets (10 million ratings and 100,000 tags for 10681 movies by 71567 users) to help test MySQL products and to thank the GroupLens Research Project at the University of Minnesota for making the data sets available.