@Reindl AFAIK I'm using XtraDB. We don't have the InnoDb plugin installed. Should I assume we are safe?

+--------------------+---------+----------------------------------------------------------------------------+--------------+------+------------+
| Engine             | Support | Comment                                                                    | Transactions | XA   | Savepoints |
+--------------------+---------+----------------------------------------------------------------------------+--------------+------+------------+
| CSV                | YES     | CSV storage engine                                                         | NO           | NO   | NO         |
| MRG_MYISAM         | YES     | Collection of identical MyISAM tables                                      | NO           | NO   | NO         |
| MyISAM             | YES     | MyISAM storage engine                                                      | NO           | NO   | NO         |
| BLACKHOLE          | YES     | /dev/null storage engine (anything you write to it disappears)             | NO           | NO   | NO         |
| MEMORY             | YES     | Hash based, stored in memory, useful for temporary tables                  | NO           | NO   | NO         |
| FEDERATED          | YES     | FederatedX pluggable storage engine                                        | YES          | NO   | YES        |
| ARCHIVE            | YES     | Archive storage engine                                                     | NO           | NO   | NO         |
| InnoDB             | DEFAULT | Percona-XtraDB, Supports transactions, row-level locking, and foreign keys | YES          | YES  | YES        |
| PERFORMANCE_SCHEMA | YES     | Performance Schema                                                         | NO           | NO   | NO         |
| Aria               | YES     | Crash-safe tables with MyISAM heritage                                     | NO           | NO   | NO         |
+--------------------+---------+----------------------------------------------------------------------------+--------------+------+------------+

Saludos



On Thu, Jul 18, 2013 at 4:25 PM, Reindl Harald <h.reindl@thelounge.net> wrote:

Am 18.07.2013 21:16, schrieb Gabriel Sosa:
> @Spadim thanks but in fact I'm referring to this
>
> * As long as XtraDB is used, MariaDB 5.5.32 is not affected by MySQL Bug #69623
> (multi-file tablespaces do not work after an upgrade)
>
> I know that the bug MDEV-4754was fixed but upgrading I found out
> that I could go for a worse scenario if the bug 69623 affects me.
> so my question is how can I be sure that I won't be affected by the bug 69623

simply use XtraDB?


_______________________________________________
Mailing list: https://launchpad.net/~maria-discuss
Post to     : maria-discuss@lists.launchpad.net
Unsubscribe : https://launchpad.net/~maria-discuss
More help   : https://help.launchpad.net/ListHelp




--
Gabriel Sosa
Sometimes the questions are complicated and the answers are simple. -- Dr. Seuss