Preventing the creation of duplicate index TokuDB #358

Merged
denji merged 1 commits from tokudb into master 2016-02-20 01:59:49 +00:00
denji commented 2016-02-19 23:35:14 +00:00 (Migrated from github.com)

Fail to initialize ORM engine: sync database struct error: Error 1061: Duplicate key name …

Supported DBMS:

  • Percona-Server 5.6
  • MariaDB 5.5/10.0/10.1
+--------+--------------+------+------------+---------+--------------------------------------------------------------------------------------------------+
| Engine | Transactions | XA   | Savepoints | Support | Comment                                                                                          |
+--------+--------------+------+------------+---------+--------------------------------------------------------------------------------------------------+
| TokuDB | YES          | YES  | YES        | YES     | Percona TokuDB Storage Engine with Fractal Tree(tm) Technology                                   |
| InnoDB | YES          | YES  | YES        | DEFAULT | Percona-XtraDB, Supports transactions, row-level locking, foreign keys and encryption for tables |
+--------+--------------+------+------------+---------+--------------------------------------------------------------------------------------------------+
Fail to initialize ORM engine: sync database struct error: Error 1061: Duplicate key name … Supported DBMS: - Percona-Server 5.6 - MariaDB 5.5/10.0/10.1 ``` +--------+--------------+------+------------+---------+--------------------------------------------------------------------------------------------------+ | Engine | Transactions | XA | Savepoints | Support | Comment | +--------+--------------+------+------------+---------+--------------------------------------------------------------------------------------------------+ | TokuDB | YES | YES | YES | YES | Percona TokuDB Storage Engine with Fractal Tree(tm) Technology | | InnoDB | YES | YES | YES | DEFAULT | Percona-XtraDB, Supports transactions, row-level locking, foreign keys and encryption for tables | +--------+--------------+------+------------+---------+--------------------------------------------------------------------------------------------------+ ```

Thanks.

Thanks.
Sign in to join this conversation.
No description provided.