Comment 2 for bug 461173

Revision history for this message
StasN (stas-global) wrote :

at handler/i_s.cc:799

- if((p = strchr(index->table_name, '/')))
+ if((p = strchr((char *) index->table_name, '/')))