191
185
table->restoreRecordAsDefault();
192
193
table->field[0]->store(tmp_cl->name, strlen(tmp_cl->name), scs);
193
194
table->field[1]->store(tmp_cl->csname , strlen(tmp_cl->csname), scs);
194
195
table->field[2]->store((int64_t) tmp_cl->number, true);