93
70
bool Catalog::isValid() const
107
uint32_t res= cs->cset->well_formed_len(cs, _name.c_str(), _name.c_str() + _name.length(),
78
uint32_t res= cs.cset->well_formed_len(&cs, _name.c_str(), _name.c_str() + _name.length(), NAME_CHAR_LEN, &well_formed_error);
112
81
my_error(ER_INVALID_CHARACTER_STRING, MYF(0), "identifier", _name.c_str());
116
84
if (_name.length() != res)
134
89
} /* namespace identifier */
135
90
} /* namespace drizzled */