./databases/mysql51-client, MySQL 5, a free SQL database (client)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 5.1.67nb1, Package name: mysql-client-5.1.67nb1, Maintainer: pkgsrc-users

MySQL is a SQL (Structured Query Language) database server. SQL is the
most popular database language in the world. MySQL is a client-server
implementation that consists of a server daemon `mysqld' and many
different client programs/libraries.

The main goals of MySQL are speed and robustness.

The base upon which MySQL is built is a set of routines that have been
used in a highly demanding production environment for many years. While
MySQL is still in development it already offers a rich and highly useful
function set.

The official way to pronounce 'MySQL' is 'My Ess Que Ell' (Not MY-SEQUEL).

This package contains the MySQL client programs and libraries.


Required to run:
[lang/perl5]

Required to build:
[shells/bash] [devel/gmake] [devel/autoconf] [devel/libtool-base] [archivers/bsdtar]

Package options: embedded-server, mysqlmanager, ndb-cluster, pstack, ssl

Master sites: (Expand)

SHA1: f1a7854701a1146b109c30d61236802523969b8d
RMD160: 5d4412988f50b1f44b4d7a83b943f0804626894e
Filesize: 24201.06 KB

Version history: (Expand)


CVS history: (Expand)


   2013-04-08 13:17:26 by Blue Rats | Files touched by this commit (109)
Log message:
Remove "Trailing empty lines." and/or "Trailing white-space."
   2013-02-07 00:24:19 by Jonathan Perkin | Files touched by this commit (1351) | Package updated
Log message:
PKGREVISION bumps for the security/openssl 1.0.1d update.
   2013-01-21 09:58:44 by Adam Ciarcinski | Files touched by this commit (9)
Log message:
Changes 5.1.67:
Bug fixes
http://dev.mysql.com/doc/relnotes/mysql … -1-67.html
   2013-01-15 16:19:37 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Drop configure flag that no longer exists.
   2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798)
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
   2012-10-02 23:25:56 by Aleksej Saushev | Files touched by this commit (323)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-09-15 17:03:26 by OBATA Akio | Files touched by this commit (43)
Log message:
Recursive bump from mysql51-client library changed to use openssl.
   2012-09-15 16:48:58 by OBATA Akio | Files touched by this commit (5) | Package updated
Log message:
Update mysql51 to 5.1.65.

While here, let to use OpenSSL instead of internal yaSSL with ssl option,
may related to PR 46912.

Changes in MySQL 5.1.65 (2012-08-09)

Functionality Added or Changed

* Important Change: The YEAR(2) data type is now deprecated because it is
  problematic. Support for YEAR(2) will be removed in a future release of MySQL.
  For more information, see Section 11.3.4, "YEAR(2) Limitations and Migrating
  to YEAR(4)".

Bugs Fixed

 * The server did not build with gcc 4.7. (Bug #14238406)

Changes in MySQL 5.1.64 (Not released)

Functionality Added or Changed

* Important Change: Replication: The SHOW BINARY LOGS statement (and its
  equivalent SHOW MASTER LOGS) may now be executed by a user with the
  REPLICATION CLIENT privilege. (Formerly, the SUPER privilege was necessary to
  use either form of this statement.)