Merge lp://staging/~stewart/drizzle/dead-index-type-removal-from-proto into lp://staging/~drizzle-trunk/drizzle/development

Proposed by Stewart Smith
Status: Superseded
Proposed branch: lp://staging/~stewart/drizzle/dead-index-type-removal-from-proto
Merge into: lp://staging/~drizzle-trunk/drizzle/development
Diff against target: 13 lines (+0/-2)
1 file modified
drizzled/message/table.proto (+0/-2)
To merge this branch: bzr merge lp://staging/~stewart/drizzle/dead-index-type-removal-from-proto
Reviewer Review Type Date Requested Status
Drizzle Developers Pending
Review via email: mp+15796@code.staging.launchpad.net

This proposal has been superseded by a proposal from 2009-12-08.

To post a comment you must log in.
Revision history for this message
Stewart Smith (stewart) wrote :

trivial fix. RTREE and FULLTEXT weren't completely removed.

1241. By Stewart Smith

remove RTREE and FULLTEXT index types from table proto definition

Unmerged revisions

1241. By Stewart Smith

remove RTREE and FULLTEXT index types from table proto definition

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'drizzled/message/table.proto'
2--- drizzled/message/table.proto 2009-11-16 02:35:17 +0000
3+++ drizzled/message/table.proto 2009-12-08 04:03:11 +0000
4@@ -150,9 +150,7 @@
5 /* Kept in sync with enum ha_key_alg if only for stewart's sanity. */
6 UNKNOWN_INDEX = 0;
7 BTREE = 1;
8- RTREE = 2;
9 HASH = 3;
10- FULLTEXT = 4;
11 }
12
13 message IndexPart {