mirror of
https://review.haiku-os.org/haiku
synced 2025-02-01 03:06:08 +01:00
We forgot about the B_MIME_STRING_TYPE when creating indices and the BEOS:APP_SIG index was failing to be created. It looks the registrar calls the index creation with that type although it is not directly available in the command line tool mkindex, for example.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6274 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
eb62634484
commit
fbe89ed67b
@ -185,6 +185,7 @@ Index::Create(Transaction *transaction, const char *name, uint32 type)
|
||||
mode = S_DOUBLE_INDEX;
|
||||
break;
|
||||
case B_STRING_TYPE:
|
||||
case B_MIME_STRING_TYPE: // XXX Note Index::Type() will always return B_STRING_TYPE.
|
||||
mode = S_STR_INDEX;
|
||||
break;
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user