Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Nov 2011 10:33:41 -0500
From:      "list, mailing" <list@sprymed.com>
To:        freebsd-database@freebsd.org
Subject:   MySQl 55 server with archive engine
Message-ID:  <CAKy=mtBfJu67sAcDgKD2%2BoSScDyz_L4ggf4ozT4Kr2jKs0HuUg@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
I'm trying to convert a table from InnoDB to Archive:

Warning: Unknown storage engine 'Archive'
mysql> SHOW ENGINES\G;
*************************** 1. row ***************************
      Engine: InnoDB
     Support: DEFAULT
     Comment: Supports transactions, row-level locking, and foreign keys
Transactions: YES
          XA: YES
  Savepoints: YES
*************************** 2. row ***************************
      Engine: PERFORMANCE_SCHEMA
     Support: YES
     Comment: Performance Schema
Transactions: NO
          XA: NO
  Savepoints: NO
*************************** 3. row ***************************
      Engine: MRG_MYISAM
     Support: YES
     Comment: Collection of identical MyISAM tables
Transactions: NO
          XA: NO
  Savepoints: NO
*************************** 4. row ***************************
      Engine: CSV
     Support: YES
     Comment: CSV storage engine
Transactions: NO
          XA: NO
  Savepoints: NO
*************************** 5. row ***************************
      Engine: MyISAM
     Support: YES
     Comment: MyISAM storage engine
Transactions: NO
          XA: NO
  Savepoints: NO
*************************** 6. row ***************************
      Engine: MEMORY
     Support: YES
     Comment: Hash based, stored in memory, useful for temporary tables
Transactions: NO
          XA: NO
  Savepoints: NO
6 rows in set (0.00 sec)


I have searched the ports and cant find the engine archive.
also mysql55-server (make config)
Options:
- OpenSSL and FASTMTX

How do I install the engine??

Thanks

-- 
Ben Adams
http://www.SpryMed.com/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAKy=mtBfJu67sAcDgKD2%2BoSScDyz_L4ggf4ozT4Kr2jKs0HuUg>