787
787
if (session->lex->describe & DESCRIBE_EXTENDED)
789
789
char warn_buff[DRIZZLE_ERRMSG_SIZE];
790
snprintf(warn_buff, sizeof(warn_buff), ER(ER_WARN_FIELD_RESOLVED),
791
791
db_name, (db_name[0] ? "." : ""),
792
792
table_name, (table_name [0] ? "." : ""),
793
793
resolved_item->field_name,