adding an index of my own type/code
AugustQ <[email protected]> Tue, 23 Apr 2013 15:14:21 +0200
| Newsgroups | gmane.comp.db.mysql.devel |
|---|---|
| Message-ID | <1366722861.4214.6.camel@Aldi4> |
Hi,
I'm using the source-code of MySQL-version 5.5.8
I want to implement my own type of an index and play with it. How can I
do this?
It's easy to add a storage engine. For creating the index on a table I
use a statement like:
create index PRIMA3
on ABDAOK(Id, PZN, ArtikelBez)
type AQTREE;
I go a syntax-error: ERROR 1064 (42000)
What do I have to do to implement my own index-code?
Is there a newer version that supports this better?
Thanks
AugustQ
--
MySQL Internals Mailing List
For list archives: http://lists.mysql.com/internals
To unsubscribe: http://lists.mysql.com/internals