MySQL 5.1 Roadmap: различия между версиями

Материал из ALT Linux Wiki
Строка 12: Строка 12:
=== Разбивка на подпакеты ===
=== Разбивка на подпакеты ===


# нужен ли client-perl?
==== нужен ли client-perl? ====
для совместимости можно client-core,client-perl, и
для совместимости можно client-core,client-perl, и
client: requires client-core,client-perl.
client: requires client-core,client-perl.


# Нужно ли добавить %lang() на /usr/share/mysql/<lang>? Экономия до 1М, но потенциальные грабли. Стоит ли овчинка выделки?
==== Нужно ли добавить %lang() на /usr/share/mysql/<lang>? ====
# MySQL-client пакету, вообще говоря, нужен локально доступ к character sets для соединения с сервером на другой машине,  
Экономия до 1М, но потенциальные грабли. Стоит ли овчинка выделки?
==== /usr/share/mysql/charsets for client ====
MySQL-client пакету, вообще говоря, нужен локально доступ к character sets для соединения с сервером на другой машине,  
если тот использует non-default character sets.
если тот использует non-default character sets.
[http://dev.mysql.com/doc/refman/5.1/en/charset-configuration.html MySQL Manual: 9.2. The Character Set Used for Data and Sorting]:
[http://dev.mysql.com/doc/refman/5.1/en/charset-configuration.html MySQL Manual: 9.2. The Character Set Used for Data and Sorting]:
Строка 23: Строка 25:
If the client is compiled with paths that differ from where the server is installed and the user who configured MySQL didn't include all character sets in the MySQL binary, you must tell the client where it can find the additional character sets it needs if the server runs with a different character set from the client.
If the client is compiled with paths that differ from where the server is installed and the user who configured MySQL didn't include all character sets in the MySQL binary, you must tell the client where it can find the additional character sets it needs if the server runs with a different character set from the client.


Может, все же выпилить /usr/share/charsets/* из server в common (or charsets)?
Может, все же выпилить /usr/share/mysql/charsets/* из server в common (or charsets)?


=== Патчи ===
=== Патчи ===

Версия от 12:16, 5 февраля 2009


Сосуществование в Сизифе MySQL разных видов и версий.

  1. на каждый набор libmysqlclient*.so.XX.0.0 только один пакет libmysqlclientXX
  2. только один libmysqlclient-devel, соответствующий последней libmysqlclient.
  3. желателен ли единственный пакет client на близкородственные сервера? Или пусть клиентов будет много? Потенциальные грабли (неудобства?) возможная недорасшифровка error codes.
  4. Сервера конфликтуют между собой.
  5. TODO: automate upgrade from 5.0 to 5.1

Разбивка на подпакеты

нужен ли client-perl?

для совместимости можно client-core,client-perl, и client: requires client-core,client-perl.

Нужно ли добавить %lang() на /usr/share/mysql/<lang>?

Экономия до 1М, но потенциальные грабли. Стоит ли овчинка выделки?

/usr/share/mysql/charsets for client

MySQL-client пакету, вообще говоря, нужен локально доступ к character sets для соединения с сервером на другой машине, если тот использует non-default character sets. MySQL Manual: 9.2. The Character Set Used for Data and Sorting:

If the client is compiled with paths that differ from where the server is installed and the user who configured MySQL didn't include all character sets in the MySQL binary, you must tell the client where it can find the additional character sets it needs if the server runs with a different character set from the client.

Может, все же выпилить /usr/share/mysql/charsets/* из server в common (or charsets)?

Патчи

  1. Переписать вдумчиво ALT patches for 5.0

Замечания по 5.0

  1. server начерпал perl пакетов. Переложить в server-perl.
  2. Разбивка на client-server отличается от апстримной.