From: Krisztian Litkey Date: Sat, 14 Sep 2013 11:16:22 +0000 (+0300) Subject: telephony: don't try to create multi-column index. X-Git-Tag: accepted/tizen/ivi/20150112.012920~385 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9a8bef238c80cf389d8d1147ca6b56296b97baad;p=profile%2Fivi%2Fmurphy.git telephony: don't try to create multi-column index. Change-Id: I8c6b38855eebf87e693a823a47c5770382ea7e42 --- diff --git a/src/plugins/telephony/telephony.c b/src/plugins/telephony/telephony.c index 6325135..ba903f8 100644 --- a/src/plugins/telephony/telephony.c +++ b/src/plugins/telephony/telephony.c @@ -105,8 +105,10 @@ int tel_start_listeners(mrp_mainloop_t *ml) return FALSE; } +#if 0 if (mqi_create_index(tel_calls, tel_calls_indexdef) != 0) mrp_log_error("could not create index in Murphy database"); +#endif ofono = ofono_watch(ml, tel_watcher); if (ofono == NULL)