telephony: don't try to create multi-column index.
authorKrisztian Litkey <kli@iki.fi>
Sat, 14 Sep 2013 11:16:22 +0000 (14:16 +0300)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Thu, 8 Jan 2015 16:37:10 +0000 (18:37 +0200)
Change-Id: I8c6b38855eebf87e693a823a47c5770382ea7e42

src/plugins/telephony/telephony.c

index 6325135..ba903f8 100644 (file)
@@ -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)