ALT Linux sysadmins discussion
 help / color / mirror / Atom feed
From: Vladimir Karpinsky <vkarpinsky@mail.ru>
To: sysadmins@lists.altlinux.org
Subject: Re: [Sysadmins] mysql копирование кусков
Date: Thu, 01 Mar 2012 19:35:24 +0400
Message-ID: <4F4F973C.4060705@mail.ru> (raw)
In-Reply-To: <4F4F7D54.5080401@altlinux.ru>

01.03.2012 17:44, Anton Gorlov пишет:

В Солярисе:

> [mysqld]
> federated

mysql> show engines;
+------------+---------+----------------------------------------------------------------+--------------+-----+------------+
| Engine     | Support | Comment 
              | Transactions | XA  | Savepoints |
+------------+---------+----------------------------------------------------------------+--------------+-----+------------+
| InnoDB     | YES     | Supports transactions, row-level locking, and 
foreign keys     | YES          | YES | YES        |
| MRG_MYISAM | YES     | Collection of identical MyISAM tables 
              | NO           | NO  | NO         |
| BLACKHOLE  | YES     | /dev/null storage engine (anything you write to it 
disappears) | NO           | NO  | NO         |
| CSV        | YES     | CSV storage engine 
              | NO           | NO  | NO         |
| MEMORY     | YES     | Hash based, stored in memory, useful for temporary 
tables      | NO           | NO  | NO         |
| FEDERATED  | YES     | Federated MySQL storage engine 
              | NO           | NO  | NO         |
| ARCHIVE    | YES     | Archive storage engine 
              | NO           | NO  | NO         |
| MyISAM     | DEFAULT | Default engine as of MySQL 3.23 with great 
performance         | NO           | NO  | NO         |
+------------+---------+----------------------------------------------------------------+--------------+-----+------------+

Если под Линухом не добавлять federated в my.cnf, то этого движка нет:

mysql> show engines;
+------------+---------+----------------------------------------------------------------+--------------+------+------------+
| Engine     | Support | Comment 
              | Transactions | XA   | Savepoints |
+------------+---------+----------------------------------------------------------------+--------------+------+------------+
| MyISAM     | DEFAULT | Default engine as of MySQL 3.23 with great 
performance         | NO           | NO   | NO         |
| MRG_MYISAM | YES     | Collection of identical MyISAM tables 
              | NO           | NO   | NO         |
| BLACKHOLE  | YES     | /dev/null storage engine (anything you write to it 
disappears) | NO           | NO   | NO         |
| CSV        | YES     | CSV storage engine 
              | NO           | NO   | NO         |
| MEMORY     | YES     | Hash based, stored in memory, useful for temporary 
tables      | NO           | NO   | NO         |
| InnoDB     | YES     | Supports transactions, row-level locking, and 
foreign keys     | YES          | YES  | YES        |
| ARCHIVE    | YES     | Archive storage engine 
              | NO           | NO   | NO         |
+------------+---------+----------------------------------------------------------------+--------------+------+------------+

А если добавить, то при старте он ругается на unknown option '--federated' 
(см. предыдущее письмо). Отсюда напрашивается вывод, что собрано без...

# mysql -V
mysql  Ver 14.14 Distrib 5.1.56, for alt-linux-gnu (x86_64) using readline 5.2


-- 
	С уважением,
		Владимир.


  reply	other threads:[~2012-03-01 15:35 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-01  6:21 Vladimir Karpinsky
2012-03-01  6:39 ` Anton Gorlov
2012-03-01  7:07   ` Vladimir Karpinsky
2012-03-01  7:29     ` Nikolay A. Fetisov
2012-03-01  7:57     ` Anton Gorlov
2012-03-01  8:49       ` Vladimir Karpinsky
2012-03-01 10:59         ` Anton Gorlov
2012-03-01 13:40           ` Vladimir Karpinsky
2012-03-01 13:44             ` Anton Gorlov
2012-03-01 15:35               ` Vladimir Karpinsky [this message]
2012-03-02  5:59                 ` Anton Gorlov
2012-03-02  7:32                   ` Vladimir Karpinsky
2012-03-01  7:53   ` Vladimir Karpinsky
2012-03-01  8:04     ` Леонид Сысолетин
2012-03-01  8:13       ` Anton Gorlov
2012-03-01  8:19         ` Леонид Сысолетин
2012-03-01  8:31           ` Anton Gorlov
2012-03-01  8:48           ` Vladimir Karpinsky

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F4F973C.4060705@mail.ru \
    --to=vkarpinsky@mail.ru \
    --cc=sysadmins@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux sysadmins discussion

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \
		sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com
	public-inbox-index sysadmins

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sysadmins


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git