198
198
field_list.push_back(new Item_empty_string("Level", 7));
199
199
field_list.push_back(new Item_return_int("Code",4, DRIZZLE_TYPE_LONG));
202
202
if (thd->protocol->send_fields(&field_list,
203
203
Protocol::SEND_NUM_ROWS | Protocol::SEND_EOF))
207
207
SELECT_LEX *sel= &thd->lex->select_lex;
208
208
SELECT_LEX_UNIT *unit= &thd->lex->unit;