[tarantool-c] Add fields to tnt_reply
Open
Nobody has claimed this yet.
add details
ecosystem
- Dominant language
- CSS
- Stars
- 15
- Forks
- 49
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 3
Description
There are 2 new fields:
struct tnt_reply {
<...>
const char * metadata;
const char * sqlinfo;
};
Please add them to the struct tnt_reply and explain below what they contain.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the documentation entry for struct tnt_reply and the tarantool-c definition of metadata and sqlinfo. Add both fields and explain what each contains; done means the documented struct matches the API.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100